Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_H264_NO_SC (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dvideodev2.h643 #define V4L2_PIX_FMT_H264_NO_SC v4l2_fourcc('A', 'V', 'C', '1') /* H264 without start codes */ macro
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ioctl.c1309 case V4L2_PIX_FMT_H264_NO_SC: descr = "H.264 (No Start Codes)"; break; in v4l_fill_fmtdesc()