Searched refs:av_dv_codec_profile2 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dv_profile.c | 309 return av_dv_codec_profile2(width, height, pix_fmt, (AVRational){0, 0}); in av_dv_codec_profile() 315 const AVDVProfile *av_dv_codec_profile2(int width, int height, in av_dv_codec_profile2() function
|
D | dv_profile.h | 80 const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRation…
|
D | dvenc.c | 58 s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base); in dvvideo_encode_init()
|
/third_party/ffmpeg/libavformat/ |
D | dvenc.c | 351 c->sys = av_dv_codec_profile2(vst->codecpar->width, vst->codecpar->height, in dv_init_mux()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1393 Add av_dv_codec_profile2().
|