Home
last modified time | relevance | path

Searched refs:ff_dv_frame_profile (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv_profile_internal.h33 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
Ddv_profile.c261 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()
Ddvdec.c620 sys = ff_dv_frame_profile(avctx, s->sys, buf, buf_size); in dvvideo_decode_frame()