FFmpeg
|
#include <dv_profile.h>
Data Fields | |
int | dsf |
int | video_stype |
int | frame_size |
int | difseg_size |
int | n_difchan |
AVRational | time_base |
int | ltc_divisor |
int | height |
int | width |
AVRational | sar [2] |
enum AVPixelFormat | pix_fmt |
int | bpm |
const uint8_t * | block_sizes |
int | audio_stride |
int | audio_min_samples [3] |
int | audio_samples_dist [5] |
const uint8_t(* | audio_shuffle )[9] |
Definition at line 38 of file dv_profile.h.
int AVDVProfile::dsf |
Definition at line 39 of file dv_profile.h.
int AVDVProfile::video_stype |
Definition at line 40 of file dv_profile.h.
int AVDVProfile::frame_size |
Definition at line 41 of file dv_profile.h.
Referenced by ff_dv_frame_profile().
int AVDVProfile::difseg_size |
Definition at line 42 of file dv_profile.h.
Referenced by dv_calc_mb_coordinates(), dv_work_pool_size(), and ff_dv_init_dynamic_tables().
int AVDVProfile::n_difchan |
Definition at line 43 of file dv_profile.h.
Referenced by dv_work_pool_size(), and ff_dv_init_dynamic_tables().
AVRational AVDVProfile::time_base |
Definition at line 44 of file dv_profile.h.
Referenced by dv_audio_frame_size().
int AVDVProfile::ltc_divisor |
Definition at line 45 of file dv_profile.h.
Referenced by dv_write_header().
int AVDVProfile::height |
Definition at line 46 of file dv_profile.h.
Referenced by dv_calculate_mb_xy(), and dv_init_weight_tables().
int AVDVProfile::width |
Definition at line 47 of file dv_profile.h.
Referenced by dv_calc_mb_coordinates().
AVRational AVDVProfile::sar[2] |
Definition at line 48 of file dv_profile.h.
enum AVPixelFormat AVDVProfile::pix_fmt |
Definition at line 49 of file dv_profile.h.
Referenced by dv_calc_mb_coordinates().
int AVDVProfile::bpm |
Definition at line 50 of file dv_profile.h.
const uint8_t* AVDVProfile::block_sizes |
Definition at line 51 of file dv_profile.h.
int AVDVProfile::audio_stride |
Definition at line 52 of file dv_profile.h.
int AVDVProfile::audio_min_samples[3] |
Definition at line 53 of file dv_profile.h.
int AVDVProfile::audio_samples_dist[5] |
Definition at line 55 of file dv_profile.h.
Referenced by dv_audio_frame_size().
const uint8_t(* AVDVProfile::audio_shuffle)[9] |
Definition at line 57 of file dv_profile.h.