Home
last modified time | relevance | path

Searched refs:FF_PROFILE_MPEG2_422 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dprofiles.c101 { FF_PROFILE_MPEG2_422, "4:2:2" },
H A Dprofiles.h47 FF_AVCTX_PROFILE_OPTION("422", NULL, VIDEO, FF_PROFILE_MPEG2_422)\
H A Dmpeg12enc.c198 : FF_PROFILE_MPEG2_422; in encode_init()
201 if (avctx->profile == FF_PROFILE_MPEG2_422) { /* 4:2:2 */ in encode_init()
355 put_bits(&s->pb, 1, s->avctx->profile == FF_PROFILE_MPEG2_422); // escx 1 for 4:2:2 profile in mpeg1_encode_sequence_header()
H A Davcodec.h1576 #define FF_PROFILE_MPEG2_422 0 macro

Completed in 7 milliseconds