Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dadxdec.c102 int samples_offset; in adx_decode_frame() local
164 samples_offset = 0; in adx_decode_frame()
168 if (buf_end - buf < BLOCK_SIZE || adx_decode(c, samples[ch], samples_offset, buf, ch)) { in adx_decode_frame()
177 samples_offset += BLOCK_SAMPLES; in adx_decode_frame()
180 frame->nb_samples = samples_offset; in adx_decode_frame()
Dwmadec.c786 int samples_offset) in wma_decode_frame() argument
808 memcpy(samples[ch] + samples_offset, s->frame_out[ch], in wma_decode_frame()
815 dump_floats(s, "samples", 6, samples[ch] + samples_offset, in wma_decode_frame()
832 int samples_offset; in wma_decode_superframe() local
901 samples_offset = 0; in wma_decode_superframe()
935 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe()
937 samples_offset += s->frame_len; in wma_decode_superframe()
952 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe()
954 samples_offset += s->frame_len; in wma_decode_superframe()
971 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe()
[all …]
Dmpegaudioenc_template.c58 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ member
147 s->samples_offset[i] = 0; in MPA_encode_init()
332 offset = s->samples_offset[ch]; in filter()
374 s->samples_offset[ch] = offset; in filter()