Searched refs:applyCrossfade (Results 1 – 3 of 3) sorted by relevance
1149 int applyCrossfade = 1; /* flag indicates if flushing was possible */ in aacDecoder_DecodeFrame() local1337 applyCrossfade = 0; in aacDecoder_DecodeFrame()1875 if (!applyCrossfade && self->applyCrossfade && in aacDecoder_DecodeFrame()1882 applyCrossfade = 1; in aacDecoder_DecodeFrame()1885 if (applyCrossfade && self->applyCrossfade && in aacDecoder_DecodeFrame()1891 self->applyCrossfade = 0; in aacDecoder_DecodeFrame()
341 UCHAR applyCrossfade; /*!< if set crossfade for seamless stream switching is member
756 self->applyCrossfade |= FDKreadBit(hBs); in CAacDecoder_PreRollExtensionPayloadParse()