Searched refs:samples_offset (Results 1 – 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | adxdec.c | 102 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()
|
| D | wmadec.c | 769 int samples_offset) in wma_decode_frame() argument 791 memcpy(samples[ch] + samples_offset, s->frame_out[ch], in wma_decode_frame() 798 dump_floats(s, "samples", 6, samples[ch] + samples_offset, in wma_decode_frame() 816 int samples_offset; in wma_decode_superframe() local 872 samples_offset = 0; in wma_decode_superframe() 906 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe() 908 samples_offset += s->frame_len; in wma_decode_superframe() 923 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe() 925 samples_offset += s->frame_len; in wma_decode_superframe() 942 if (wma_decode_frame(s, samples, samples_offset) < 0) in wma_decode_superframe() [all …]
|
| D | mpegaudioenc_template.c | 57 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ member 146 s->samples_offset[i] = 0; in MPA_encode_init() 331 offset = s->samples_offset[ch]; in filter() 373 s->samples_offset[ch] = offset; in filter()
|