Lines Matching refs:dst_fourcc
340 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264)) { in coda_alloc_framebuffers()
748 u32 dst_fourcc; in coda_start_encoding() local
754 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding()
765 if (dst_fourcc == V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
813 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding()
828 if (dst_fourcc == V4L2_PIX_FMT_JPEG) in coda_start_encoding()
834 switch (dst_fourcc) { in coda_start_encoding()
875 "dst format (0x%08x) invalid.\n", dst_fourcc); in coda_start_encoding()
884 if (dst_fourcc != V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
970 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding()
1000 if (dst_fourcc != V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
1005 ret = coda_alloc_framebuffers(ctx, q_data_src, dst_fourcc); in coda_start_encoding()
1055 switch (dst_fourcc) { in coda_start_encoding()
1129 u32 dst_fourcc; in coda_prepare_encode() local
1136 dst_fourcc = q_data_dst->fourcc; in coda_prepare_encode()
1187 switch (dst_fourcc) { in coda_prepare_encode()
1204 switch (dst_fourcc) { in coda_prepare_encode()
1434 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
1444 dst_fourcc = q_data_dst->fourcc; in __coda_start_decoding()
1452 if (dst_fourcc == V4L2_PIX_FMT_NV12) in __coda_start_decoding()
1593 if (dst_fourcc == V4L2_PIX_FMT_NV12) { in __coda_start_decoding()