Home
last modified time | relevance | path

Searched defs:sample_buffer (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpenc.c133 int32_t *sample_buffer; ///< Pointer to current access unit samples. member
954 int32_t *sample_buffer = ctx->write_buffer; in write_block_data() local
1175 int32_t *sample_buffer = ctx->inout_buffer; in input_data_internal() local
1212 int32_t *sample_buffer = ctx->sample_buffer; in input_to_sample_buffer() local
1252 int32_t *sample_buffer = ctx->sample_buffer; in determine_quant_step_size() local
1316 int32_t *sample_buffer = ctx->sample_buffer + channel; in set_filter_params() local
1550 int32_t *sample_buffer = ctx->sample_buffer + channel; in codebook_bits_offset() local
1653 int32_t *sample_buffer = ctx->sample_buffer + channel; in determine_bits() local
1721 int32_t *sample_buffer = ctx->sample_buffer + channel; in apply_filter() local
1787 int32_t *sample_buffer = ctx->sample_buffer + ctx->num_channels - 2; in generate_2_noise_channels() local
[all …]
Dmlpdsp.c30 int blocksize, int32_t *sample_buffer) in mlp_filter_channel()
Dvideotoolboxenc.c376 CMSampleBufferRef sample_buffer, in count_nalus()
581 static int set_extradata(AVCodecContext *avctx, CMSampleBufferRef sample_buffer) in set_extradata()
635 CMSampleBufferRef sample_buffer) in vtenc_output_callback()
668 CMSampleBufferRef sample_buffer, in get_length_code_size()
1810 CMSampleBufferRef sample_buffer, in copy_replace_length_codes()
1983 CMSampleBufferRef sample_buffer, in vtenc_cm_to_avpacket()
Dffv1.h105 int16_t *sample_buffer; member
Ddca_xll.h100 int32_t *sample_buffer[DCA_XLL_SAMPLE_BUFFERS_MAX]; member
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c138 int blocksize, int32_t *sample_buffer) in mlp_filter_channel_x86()
/third_party/lame/frontend/
Dget_audio.c1292 const int swap_order, int *sample_buffer, FILE * pcm_in) in unpack_read_samples()