Home
last modified time | relevance | path

Searched refs:FF_PROFILE_VP9_1 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibvpxdec.c137 avctx->profile = FF_PROFILE_VP9_1; in set_pix_fmt()
141 avctx->profile = FF_PROFILE_VP9_1; in set_pix_fmt()
145 avctx->profile = FF_PROFILE_VP9_1; in set_pix_fmt()
Dprofiles.c141 { FF_PROFILE_VP9_1, "Profile 1" },
Dvdpau_vp9.c210 case FF_PROFILE_VP9_1: in vdpau_vp9_init()
Davcodec.h1631 #define FF_PROFILE_VP9_1 1 macro
/third_party/ffmpeg/libavformat/
Dvpcc.c137 profile = (bit_depth == 8) ? FF_PROFILE_VP9_1 : FF_PROFILE_VP9_3; in ff_isom_get_vpcc_features()
/third_party/ffmpeg/doc/
DAPIchanges1322 Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1.