Home | History | Annotate | Download | only in src

Lines Matching defs:pixelformat

61     unsigned int pixelformat = V4L2_PIX_FMT_H264;
65 pixelformat = V4L2_PIX_FMT_H264;
68 pixelformat = V4L2_PIX_FMT_MPEG4;
71 pixelformat = V4L2_PIX_FMT_VP8;
74 pixelformat = V4L2_PIX_FMT_H263;
77 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_G;
80 pixelformat = V4L2_PIX_FMT_VC1_ANNEX_L;
83 pixelformat = V4L2_PIX_FMT_MPEG2;
86 pixelformat = V4L2_PIX_FMT_H264;
90 return pixelformat;
98 unsigned int pixelformat = V4L2_PIX_FMT_NV12M;
102 pixelformat = V4L2_PIX_FMT_NV12MT_16X16;
105 pixelformat = V4L2_PIX_FMT_NV21M;
109 pixelformat = V4L2_PIX_FMT_NV12M;
113 return pixelformat;
1001 fmt.fmt.pix_mp.pixelformat = __ColorFormatType_To_V4L2PixelFormat(bufferConf->eColorFormat);
1086 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat);