vpdma_fmt         231 drivers/media/platform/ti-vpe/vpe.c 	struct vpdma_data_format const *vpdma_fmt[VPE_MAX_PLANES];
vpdma_fmt         239 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_yuv_fmts[VPDMA_DATA_FMT_Y444],
vpdma_fmt         247 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_yuv_fmts[VPDMA_DATA_FMT_Y420],
vpdma_fmt         255 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_yuv_fmts[VPDMA_DATA_FMT_YCB422],
vpdma_fmt         262 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_yuv_fmts[VPDMA_DATA_FMT_CBY422],
vpdma_fmt         269 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_RGB24],
vpdma_fmt         276 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_ARGB32],
vpdma_fmt         283 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_BGR24],
vpdma_fmt         290 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_ABGR32],
vpdma_fmt         297 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_RGB565],
vpdma_fmt         304 drivers/media/platform/ti-vpe/vpe.c 		.vpdma_fmt	= { &vpdma_rgb_fmts[VPDMA_DATA_FMT_RGBA16_5551],
vpdma_fmt         756 drivers/media/platform/ti-vpe/vpe.c 			(struct vpdma_data_format *)fmt->vpdma_fmt[0], 0xff);
vpdma_fmt        1016 drivers/media/platform/ti-vpe/vpe.c 	const struct vpdma_data_format *vpdma_fmt;
vpdma_fmt        1024 drivers/media/platform/ti-vpe/vpe.c 		vpdma_fmt = &vpdma_misc_fmts[VPDMA_DATA_FMT_MV];
vpdma_fmt        1027 drivers/media/platform/ti-vpe/vpe.c 		stride = ALIGN((q_data->width * vpdma_fmt->depth) >> 3,
vpdma_fmt        1033 drivers/media/platform/ti-vpe/vpe.c 		vpdma_fmt = fmt->vpdma_fmt[plane];
vpdma_fmt        1068 drivers/media/platform/ti-vpe/vpe.c 			  vpdma_fmt, dma_addr, MAX_OUT_WIDTH_REG1,
vpdma_fmt        1079 drivers/media/platform/ti-vpe/vpe.c 	const struct vpdma_data_format *vpdma_fmt;
vpdma_fmt        1089 drivers/media/platform/ti-vpe/vpe.c 		vpdma_fmt = &vpdma_misc_fmts[VPDMA_DATA_FMT_MV];
vpdma_fmt        1091 drivers/media/platform/ti-vpe/vpe.c 		stride = ALIGN((q_data->width * vpdma_fmt->depth) >> 3,
vpdma_fmt        1097 drivers/media/platform/ti-vpe/vpe.c 		vpdma_fmt = fmt->vpdma_fmt[plane];
vpdma_fmt        1136 drivers/media/platform/ti-vpe/vpe.c 						1 : (vpdma_fmt->depth >> 3);
vpdma_fmt        1156 drivers/media/platform/ti-vpe/vpe.c 			 &q_data->c_rect, vpdma_fmt, dma_addr,
vpdma_fmt        1592 drivers/media/platform/ti-vpe/vpe.c 	depth = fmt->vpdma_fmt[VPE_LUMA]->depth;
vpdma_fmt        1665 drivers/media/platform/ti-vpe/vpe.c 		depth = fmt->vpdma_fmt[i]->depth;
vpdma_fmt        1667 drivers/media/platform/ti-vpe/vpe.c 		stride = (pix->width * fmt->vpdma_fmt[VPE_LUMA]->depth) >> 3;
vpdma_fmt        1685 drivers/media/platform/ti-vpe/vpe.c 					fmt->vpdma_fmt[VPE_CHROMA]->depth >> 3;
vpdma_fmt        2300 drivers/media/platform/ti-vpe/vpe.c 			s_q_data->fmt->vpdma_fmt[VPE_LUMA]->depth) >> 3;