Searched refs:dst_fourcc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda-bit.c | 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() [all …]
|
D | coda-common.c | 114 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument 115 { mode, src_fourcc, dst_fourcc, max_w, max_h } 248 int src_fourcc, int dst_fourcc) in coda_find_codec() argument 255 dst_fourcc = coda_format_normalize_yuv(dst_fourcc); in coda_find_codec() 256 if (src_fourcc == dst_fourcc) in coda_find_codec() 261 codecs[k].dst_fourcc == dst_fourcc) in coda_find_codec()
|
D | coda.h | 103 u32 dst_fourcc; member
|