Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp216 UCHAR mpegSurroundUseTimeInterface; member
668 sacDec->mpegSurroundUseTimeInterface = 1; in mpegSurroundDecoder_Create()
1695 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_Apply()
1708 pMpegSurroundDecoder->mpegSurroundUseTimeInterface ? INPUTMODE_TIME in mpegSurroundDecoder_Apply()
1863 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface != (UCHAR)value) { in mpegSurroundDecoder_SetParam()
1864 pMpegSurroundDecoder->mpegSurroundUseTimeInterface = (UCHAR)value; in mpegSurroundDecoder_SetParam()
1987 if (self->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_GetDelay()