Searched refs:V4L2_PIX_FMT_H264 (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | v4l2-common.c | 55 #ifdef V4L2_PIX_FMT_H264 56 { AV_PIX_FMT_NONE, AV_CODEC_ID_H264, V4L2_PIX_FMT_H264 },
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_uvc.c | 1001 { V4L2_PIX_FMT_H264, g_fuvc_frames_h264 }, 1055 else if (format_info->fcc == V4L2_PIX_FMT_H264) in fuvc_frame_descriptors_get() 1102 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1122 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1142 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1162 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1182 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1202 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1546 case V4L2_PIX_FMT_H264: in fuvc_streaming_set() 1824 case V4L2_PIX_FMT_H264: in fuvc_fill_streaming_control()
|
D | f_uvc.h | 574 #define V4L2_PIX_FMT_H264 fourcc('H', '2', '6', '4') /* H264 with start codes */ macro
|
D | usbd_video.c | 162 format_info->format != V4L2_PIX_FMT_H264 && in uvc_format_info_get()
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_fmt.c | 80 #ifdef V4L2_PIX_FMT_H264
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 686 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */ macro
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 686 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */ macro
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 177 {V4L2_PIX_FMT_H264, FALSE, GST_V4L2_CODEC}, 1465 case V4L2_PIX_FMT_H264: /* H.264 */ in gst_v4l2_object_v4l2fourcc_to_bare_struct() 1904 fourcc = V4L2_PIX_FMT_H264; in gst_v4l2_object_get_caps_info()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 54515 V4L2_PIX_FMT_H264 is documentated as byte-stream (with start code). The ensure proper
|