Searched refs:V4L2_PIX_FMT_H264 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-bit.c | 339 if (ctx->codec && (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 || in coda_alloc_framebuffers() 340 ctx->codec->dst_fourcc == V4L2_PIX_FMT_H264)) { in coda_alloc_framebuffers() 355 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers() 377 if (ctx->codec->src_fourcc == V4L2_PIX_FMT_H264 && in coda_alloc_framebuffers() 421 if (!ctx->slicebuf.vaddr && q_data->fourcc == V4L2_PIX_FMT_H264) { in coda_alloc_context_buffers() 441 q_data->fourcc == V4L2_PIX_FMT_H264) in coda_alloc_context_buffers() 813 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding() 844 case V4L2_PIX_FMT_H264: in coda_start_encoding() 970 if (dst_fourcc == V4L2_PIX_FMT_H264) { in coda_start_encoding() 1056 case V4L2_PIX_FMT_H264: in coda_start_encoding() [all …]
|
D | coda-common.c | 136 .fourcc = V4L2_PIX_FMT_H264, 159 CODA_CODEC(CODADX6_MODE_ENCODE_H264, V4L2_PIX_FMT_YUV420, V4L2_PIX_FMT_H264, 720, 576), 164 CODA_CODEC(CODA7_MODE_ENCODE_H264, V4L2_PIX_FMT_YUV420, V4L2_PIX_FMT_H264, 1280, 720), 167 CODA_CODEC(CODA7_MODE_DECODE_H264, V4L2_PIX_FMT_H264, V4L2_PIX_FMT_YUV420, 1920, 1088), 173 CODA_CODEC(CODA9_MODE_ENCODE_H264, V4L2_PIX_FMT_YUV420, V4L2_PIX_FMT_H264, 1920, 1088), 175 CODA_CODEC(CODA9_MODE_DECODE_H264, V4L2_PIX_FMT_H264, V4L2_PIX_FMT_YUV420, 1920, 1088), 198 V4L2_PIX_FMT_H264, 223 V4L2_PIX_FMT_H264, 526 case V4L2_PIX_FMT_H264: in coda_try_fmt() 579 if (codec && codec->src_fourcc == V4L2_PIX_FMT_H264) { in coda_try_fmt_vid_cap() [all …]
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 521 case V4L2_PIX_FMT_H264: in solo_enc_fillbuf() 749 case V4L2_PIX_FMT_H264: in solo_enc_buf_finish() 839 f->pixelformat = V4L2_PIX_FMT_H264; in solo_enc_enum_fmt_cap() 859 return (pixfmt == V4L2_PIX_FMT_H264 && dev_type == SOLO_DEV_6110) in solo_valid_pixfmt() 1280 V4L2_PIX_FMT_MPEG4 : V4L2_PIX_FMT_H264; in solo_enc_alloc()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 69 .fourcc = V4L2_PIX_FMT_H264, 779 if (ctx->src_fmt->fourcc == V4L2_PIX_FMT_H264) { in vidioc_g_crop() 1175 f.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in s5p_mfc_dec_init()
|
D | s5p_mfc_enc.c | 35 #define DEF_DST_FMT_ENC V4L2_PIX_FMT_H264 73 .fourcc = V4L2_PIX_FMT_H264,
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 493 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */ macro
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_driver.c | 148 .fcc = V4L2_PIX_FMT_H264,
|