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()
1714 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_Apply()
1727 pMpegSurroundDecoder->mpegSurroundUseTimeInterface ? INPUTMODE_TIME in mpegSurroundDecoder_Apply()
1882 if (pMpegSurroundDecoder->mpegSurroundUseTimeInterface != (UCHAR)value) { in mpegSurroundDecoder_SetParam()
1883 pMpegSurroundDecoder->mpegSurroundUseTimeInterface = (UCHAR)value; in mpegSurroundDecoder_SetParam()
2006 if (self->mpegSurroundUseTimeInterface) { in mpegSurroundDecoder_GetDelay()