Home
last modified time | relevance | path

Searched defs:encoder_sys_t (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dencoder.c91 struct encoder_sys_t struct
102 uint8_t *p_buffer;
112 bool b_inited;
120 bool b_planar;
122 mtime_t i_pts;
133 int i_qmin;
134 int i_qmax;
135 int i_hq;
140 bool b_interlace, b_interlace_me;
145 float f_lumi_masking, f_dark_masking, f_p_masking, f_border_masking;
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dx265.c53 struct encoder_sys_t struct
69 encoder_sys_t *p_sys = p_enc->p_sys; in Encode() argument
H A Dshine.c43 struct encoder_sys_t struct
45 shine_t s;
46 unsigned int samples_per_frame;
47 block_fifo_t *p_fifo;
49 unsigned int i_buffer;
50 uint8_t *p_buffer;
H A Dtwolame.c99 struct encoder_sys_t struct
104 int16_t p_buffer[MPEG_FRAME_SIZE * 2];
105 int i_nb_samples;
106 mtime_t i_pts;
130 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dqsv.c272 struct encoder_sys_t struct
274 mfxSession session; // Intel Media SDK Session.
275 mfxVideoParam params; // Encoding parameters.
276 mfxIMPL impl; // Actual implementation (hw/sw).
277 qsv_frame_pool_t frames; // IntelMediaSDK's frame pool.
278 uint64_t dts_warn_counter; // DTS warning counter for rate-limiting of msg;
279 uint64_t busy_warn_counter; // Device Bussy warning counter for rate-limiting of msg;
280 uint64_t async_depth; // Number of parallel encoding operations.
281 uint64_t first_task; // The next sync point to be synchronized.
282 async_task_t *tasks; // The async encoding tasks.
[all …]
H A Dfdkaac.c134 struct encoder_sys_t struct
136 double d_compression_ratio;
137 mtime_t i_pts_last;
138 int i_encoderdelay; /* Samples delay introduced by the profile */
139 int i_frame_size;
140 int i_maxoutputsize; /* Maximum buffer size for encoded output */
141 HANDLE_AACENCODER handle;
H A Dspeex.c939 struct encoder_sys_t struct
944 char *p_buffer;
945 char p_buffer_out[MAX_FRAME_BYTES];
971 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dflac.c704 struct encoder_sys_t struct
709 int i_headers;
711 int i_samples_delay;
713 FLAC__int32 *p_buffer;
714 unsigned int i_buffer;
716 block_t *p_chain;
721 FLAC__StreamEncoder *p_flac;
745 encoder_sys_t *p_sys = p_enc->p_sys; in EncoderWriteCallback() argument
H A Dopus.c532 struct encoder_sys_t struct
545 encoder_sys_t *p_sys = enc->p_sys; in fill_buffer() argument
H A Dvorbis.c731 struct encoder_sys_t struct
736 vorbis_info vi; /* struct that stores all the static vorbis bitstream
760 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dschroedinger.c894 struct encoder_sys_t struct
899 SchroEncoder *p_schro;
901 int started;
902 bool b_auto_field_coding;
904 uint32_t i_input_picnum;
905 block_fifo_t *p_dts_fifo;
907 block_t *p_chain;
910 mtime_t i_pts_offset;
911 mtime_t i_field_time;
913 bool b_eos_signalled;
[all …]
H A Dtheora.c661 struct encoder_sys_t struct
682 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dlpcm.c101 struct encoder_sys_t struct
103 int i_channels;
104 int i_rate;
106 int i_frame_samples;
107 uint8_t *p_buffer;
108 int i_buffer_used;
109 int i_frame_num;
H A Dx264.c760 struct encoder_sys_t struct
784 encoder_sys_t *p_sys; in Open() argument
H A Djpeg.c84 struct encoder_sys_t struct
88 struct jpeg_compress_struct p_jpeg;
90 int i_blocksize;
91 int i_quality;
H A Ddaala.c584 struct encoder_sys_t struct
594 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dvpx.c366 struct encoder_sys_t struct
378 encoder_sys_t *p_sys; in OpenEncoder() argument
H A Dpng.c74 struct encoder_sys_t struct
77 int i_blocksize;
H A Ddvbsub.c1685 struct encoder_sys_t struct
1687 unsigned int i_page_ver;
1688 unsigned int i_region_ver;
1689 unsigned int i_clut_ver;
1713 encoder_sys_t *p_sys; in OpenEncoder() argument
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/dmo/
H A Ddmo.c1050 struct encoder_sys_t struct
1052 HINSTANCE hmsdmo_dll;
1053 IMediaObject *p_dmo;
1055 int i_min_output;
1057 date_t end_date;
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h286 typedef struct encoder_sys_t encoder_sys_t; typedef