Searched refs:adu_mode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec.c78 int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3 member in struct:MPADecodeContext
440 s->adu_mode = 1;
1379 if (!s->adu_mode) {
1856 s->mp3decctx[0]->adu_mode = 1; // Set adu mode
1865 s->mp3decctx[i]->adu_mode = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_template.c83 int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3 member in struct:MPADecodeContext
432 s->adu_mode = 1;
1379 if (!s->adu_mode) {
1869 s->mp3decctx[0]->adu_mode = 1; // Set adu mode
1878 s->mp3decctx[i]->adu_mode = 1;

Completed in 78 milliseconds