Lines Matching defs:h264
239 IMG_CODEC_H264_NO_RC, /* !< H264 with no rate control */
240 IMG_CODEC_H264_VBR, /* !< H264 variable bitrate */
241 IMG_CODEC_H264_CBR, /* !< H264 constant bitrate */
242 IMG_CODEC_H264_VCM, /* !< H264 video conferance mode */
243 IMG_CODEC_H264_LLRC, /* !< H264 low-latency rate control */
244 IMG_CODEC_H264_ALL_RC, /* !< H264 with multiple rate control modes */
254 IMG_CODEC_H264MVC_NO_RC, /* !< MVC H264 with no rate control */
255 IMG_CODEC_H264MVC_CBR, /* !< MVC H264 constant bitrate */
256 IMG_CODEC_H264MVC_VBR, /* !< MVC H264 variable bitrate */
269 IMG_STANDARD_H264, //!< H264 with no rate control
483 } h264;
638 IMG_STANDARD eStandard; //!< Encoder standard (H264 / H263 / MPEG4 / JPEG)