Home
last modified time | relevance | path

Searched refs:av_dv_codec_profile2 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv_profile.c309 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
Ddv_profile.h80 const AVDVProfile *av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRation…
Ddvenc.c58 s->sys = av_dv_codec_profile2(avctx->width, avctx->height, avctx->pix_fmt, avctx->time_base); in dvvideo_encode_init()
/third_party/ffmpeg/libavformat/
Ddvenc.c351 c->sys = av_dv_codec_profile2(vst->codecpar->width, vst->codecpar->height, in dv_init_mux()
/third_party/ffmpeg/doc/
DAPIchanges1393 Add av_dv_codec_profile2().