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()
1699 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_Apply()
1712 pMpegSurroundDecoder->mpegSurroundUseTimeInterface ? INPUTMODE_TIME in mpegSurroundDecoder_Apply()
1867 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface != (UCHAR)value) { in mpegSurroundDecoder_SetParam()
1868 pMpegSurroundDecoder->mpegSurroundUseTimeInterface = (UCHAR)value; in mpegSurroundDecoder_SetParam()
1991 if (self->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_GetDelay()