Searched refs:DVprofile (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvdata.h39 * DVprofile is used to express the differences between various
44 typedef struct DVprofile { struct
66 } DVprofile; typedef in typeref:struct:DVprofile
277 const DVprofile* avpriv_dv_frame_profile(const DVprofile *sys,
279 const DVprofile* avpriv_dv_codec_profile(AVCodecContext* codec);
H A Ddvdata.c45 static const DVprofile dv_profiles[] = {
248 const DVprofile* avpriv_dv_frame_profile(const DVprofile *sys,
275 const DVprofile* avpriv_dv_codec_profile(AVCodecContext* codec)
H A Ddv.c54 const DVprofile *sys;
72 static inline int dv_work_pool_size(const DVprofile *d)
82 static inline void dv_calc_mb_coordinates(const DVprofile *d, int chan, int seq, int slot,
197 static int dv_init_dynamic_tables(const DVprofile *d)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c40 const DVprofile* sys; /* Current DV profile. E.g.: 525/60, 625/50 */
106 const DVprofile *sys)
388 const DVprofile* sys = avpriv_dv_codec_profile(c->vst->codec);
H A Ddvenc.c41 const DVprofile* sys; /* current DV profile, e.g.: 525/60, 625/50 */
67 static int dv_audio_frame_size(const DVprofile* sys, int frame)

Completed in 125 milliseconds