Lines Matching refs:dst_fourcc
356 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264)) { in coda_alloc_framebuffers()
806 u32 dst_fourcc; in coda_start_encoding() local
812 dst_fourcc = q_data_dst->fourcc; in coda_start_encoding()
823 if (dst_fourcc == V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
874 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding()
889 if (dst_fourcc == V4L2_PIX_FMT_JPEG) in coda_start_encoding()
895 switch (dst_fourcc) { in coda_start_encoding()
936 "dst format (0x%08x) invalid.\n", dst_fourcc); in coda_start_encoding()
945 if (dst_fourcc != V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
1034 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding()
1065 if (dst_fourcc != V4L2_PIX_FMT_JPEG) { in coda_start_encoding()
1070 ret = coda_alloc_framebuffers(ctx, q_data_src, dst_fourcc); in coda_start_encoding()
1122 switch (dst_fourcc) { in coda_start_encoding()
1196 u32 dst_fourcc; in coda_prepare_encode() local
1203 dst_fourcc = q_data_dst->fourcc; in coda_prepare_encode()
1255 switch (dst_fourcc) { in coda_prepare_encode()
1272 switch (dst_fourcc) { in coda_prepare_encode()
1516 u32 src_fourcc, dst_fourcc; in __coda_start_decoding() local
1526 dst_fourcc = q_data_dst->fourcc; in __coda_start_decoding()
1535 if (dst_fourcc == V4L2_PIX_FMT_NV12) in __coda_start_decoding()
1672 coda9_set_frame_cache(ctx, dst_fourcc); in __coda_start_decoding()