Home
last modified time | relevance | path

Searched refs:FF_PROFILE_MPEG2_MAIN (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dprofiles.c105 { FF_PROFILE_MPEG2_MAIN, "Main" },
Dprofiles.h51 FF_AVCTX_PROFILE_OPTION("main", NULL, VIDEO, FF_PROFILE_MPEG2_MAIN)\
Dvdpau_mpeg12.c128 case FF_PROFILE_MPEG2_MAIN: in vdpau_mpeg2_init()
Dvaapi_encode_mpeg2.c559 { FF_PROFILE_MPEG2_MAIN, 8, 3, 1, 1, VAProfileMPEG2Main },
653 { PROFILE("main", FF_PROFILE_MPEG2_MAIN) },
Dvdpau.c413 case FF_PROFILE_MPEG2_MAIN: PROFILE(MPEG2_MAIN); in av_vdpau_get_profile()
Davcodec.h1891 #define FF_PROFILE_MPEG2_MAIN 4 macro
Ddxva2.c62 FF_PROFILE_MPEG2_MAIN,
Dmpeg12enc.c169 … avctx->profile = s->chroma_format == CHROMA_420 ? FF_PROFILE_MPEG2_MAIN : FF_PROFILE_MPEG2_422; in encode_init()