Searched refs:samples_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadxdec.c102 int samples_offset; local
148 samples_offset = 0;
152 if (buf_end - buf < BLOCK_SIZE || adx_decode(c, samples[ch], samples_offset, buf, ch)) {
161 samples_offset += BLOCK_SAMPLES;
164 frame->nb_samples = samples_offset;
H A Dwmadec.c775 int samples_offset)
796 memcpy(samples[ch] + samples_offset, s->frame_out[ch],
803 dump_floats(s, "samples", 6, samples[ch] + samples_offset, s->frame_len);
820 int samples_offset; local
856 samples_offset = 0;
890 if (wma_decode_frame(s, samples, samples_offset) < 0)
892 samples_offset += s->frame_len;
907 if (wma_decode_frame(s, samples, samples_offset) < 0)
909 samples_offset += s->frame_len;
925 if (wma_decode_frame(s, samples, samples_offset) <
774 wma_decode_frame(WMACodecContext *s, float **samples, int samples_offset) argument
[all...]
H A Dmpegaudioenc_template.c57 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ member in struct:MpegAudioContext
146 s->samples_offset[i] = 0;
331 offset = s->samples_offset[ch];
373 s->samples_offset[ch] = offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c52 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ member in struct:MpegAudioContext
131 s->samples_offset[i] = 0;
319 offset = s->samples_offset[ch];
361 s->samples_offset[ch] = offset;

Completed in 147 milliseconds