Searched refs:ff_dv_frame_profile (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dv_profile_internal.h | 33 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
|
D | dv_profile.c | 261 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys, in ff_dv_frame_profile() function 302 return ff_dv_frame_profile(NULL, sys, frame, buf_size); in av_dv_frame_profile()
|
D | dvdec.c | 620 sys = ff_dv_frame_profile(avctx, s->sys, buf, buf_size); in dvvideo_decode_frame()
|