Searched refs:OUT_INT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudio.h62 typedef float OUT_INT; typedef
66 typedef int16_t OUT_INT; typedef
70 typedef int16_t OUT_INT; typedef
H A Dmpc.c50 OUT_INT samples[MPA_MAX_CHANNELS * MPA_FRAME_SIZE], *samples_ptr;
H A Dmpegaudiodsp_template.c122 int *dither_state, OUT_INT *samples,
127 OUT_INT *samples2;
179 OUT_INT *samples, int incr,
H A Dmpegaudiodec.c1548 static int mp_decode_frame(MPADecodeContext *s, OUT_INT *samples,
1552 OUT_INT *samples_ptr;
1611 samples = (OUT_INT *)s->frame.data[0];
1628 return nb_frames * 32 * sizeof(OUT_INT) * s->nb_channels;
1766 OUT_INT *decoded_buf; ///< output buffer for decoded samples
1907 OUT_INT *out_samples;
1908 OUT_INT *outptr, *bp;
1917 out_samples = (OUT_INT *)s->frame->data[0];
1983 s->frame->nb_samples = out_size / (avctx->channels * sizeof(OUT_INT));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudio.h64 typedef float OUT_INT; typedef
68 typedef int16_t OUT_INT; typedef
72 typedef int16_t OUT_INT; typedef
H A Dmpegaudiodsp_template.c122 int *dither_state, OUT_INT *samples,
127 OUT_INT *samples2;
179 OUT_INT *samples, int incr,
H A Dmpegaudiodec_template.c1548 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples,
1552 OUT_INT *samples_ptr;
1610 samples = (OUT_INT **)s->frame->extended_data;
1633 return nb_frames * 32 * sizeof(OUT_INT) * s->nb_channels;
1910 OUT_INT **out_samples;
1911 OUT_INT *outptr[2];
1918 out_samples = (OUT_INT **)frame->extended_data;
1960 memset(outptr[0], 0, MPA_FRAME_SIZE*sizeof(OUT_INT));
1962 memset(outptr[1], 0, MPA_FRAME_SIZE*sizeof(OUT_INT));
1963 ret = m->nb_channels * MPA_FRAME_SIZE*sizeof(OUT_INT);
[all...]

Completed in 162 milliseconds