Lines Matching refs:dst_fourcc
486 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 ||
488 ctx->codec->dst_fourcc == V4L2_PIX_FMT_MPEG4)
643 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264 &&
1069 u32 dst_fourcc;
1075 dst_fourcc = q_data_dst->fourcc;
1086 if (dst_fourcc == V4L2_PIX_FMT_JPEG) {
1145 if (dst_fourcc == V4L2_PIX_FMT_H264) {
1160 if (dst_fourcc == V4L2_PIX_FMT_JPEG)
1166 switch (dst_fourcc) {
1210 "dst format (0x%08x) invalid.\n", dst_fourcc);
1219 if (dst_fourcc != V4L2_PIX_FMT_JPEG) {
1296 if (dst_fourcc == V4L2_PIX_FMT_H264) {
1328 if (dst_fourcc != V4L2_PIX_FMT_JPEG) {
1333 ret = coda_alloc_framebuffers(ctx, q_data_src, dst_fourcc);
1386 (char *)&ctx->codec->src_fourcc, (char *)&dst_fourcc,
1392 switch (dst_fourcc) {
1487 u32 dst_fourcc;
1501 dst_fourcc = q_data_dst->fourcc;
1559 switch (dst_fourcc) {
1575 switch (dst_fourcc) {
1877 u32 src_fourcc, dst_fourcc;
1892 dst_fourcc = q_data_dst->fourcc;
1899 if (dst_fourcc == V4L2_PIX_FMT_NV12 || dst_fourcc == V4L2_PIX_FMT_YUYV)
2061 u32 src_fourcc, dst_fourcc;
2067 dst_fourcc = q_data_dst->fourcc;
2076 if (dst_fourcc == V4L2_PIX_FMT_NV12 || dst_fourcc == V4L2_PIX_FMT_YUYV)
2115 coda9_set_frame_cache(ctx, dst_fourcc);