HomeSort by relevance Sort by last modified time
    Searched refs:sbrDecoderData (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderresetbuffer.cpp 170 SBRDECODER_DATA *sbrDecoderData;
195 if (!pVars->sbrDecoderData.setStreamType) /* reset only when stream type is defined */
200 hFrameData_1 = (SBR_FRAME_DATA *) & pVars->sbrDecoderData.SbrChannel[LEFT].frameData;
201 hFrameData_2 = (SBR_FRAME_DATA *) & pVars->sbrDecoderData.SbrChannel[RIGHT].frameData;
204 sbrDecoderData = (SBRDECODER_DATA *) & pVars->sbrDecoderData;
205 sbrDecoderData->hParametricStereoDec = (HANDLE_PS_DEC) & pVars->sbrDecoderData.ParametricStereoDec;
321 pv_memset(sbrDecoderData->hParametricStereoDec->hHybrid->mQmfBufferReal[i],
323 HYBRID_FILTER_LENGTH_m_1*sizeof(*sbrDecoderData->hParametricStereoDec->hHybrid->mQmfBufferReal))
    [all...]
pvmp4audiodecoderinitlibrary.cpp 325 pVars->sbrDecoderData.setStreamType = 1; /* Enable Lock for AAC stream type setting */
407 pVars->sbrDecoderData.SbrChannel[0].syncState = SBR_NOT_INITIALIZED;
408 pVars->sbrDecoderData.SbrChannel[1].syncState = SBR_NOT_INITIALIZED;
get_adif_header.cpp 429 pVars->sbrDecoderData.SbrChannel[0].syncState = UPSAMPLING;
430 pVars->sbrDecoderData.SbrChannel[1].syncState = UPSAMPLING;
get_adts_header.cpp 538 pVars->sbrDecoderData.SbrChannel[0].syncState = SBR_ACTIVE;
539 pVars->sbrDecoderData.SbrChannel[1].syncState = SBR_ACTIVE;
s_tdec_int_file.h 194 SBRDECODER_DATA sbrDecoderData;/* allocates 2 SBR_CHANNEL, each has a SBR_FRAME_DATA */
pvmp4audiodecoderframe.cpp 531 SBRDECODER_DATA *sbrDecoderData;
552 sbrDecoderData = (SBRDECODER_DATA *) & pVars->sbrDecoderData;
557 sbrDecoderData->hParametricStereoDec = (HANDLE_PS_DEC) & pVars->sbrDecoderData.ParametricStereoDec;
    [all...]
get_audio_specific_config.cpp 540 pVars->sbrDecoderData.SbrChannel[0].syncState = SBR_NOT_INITIALIZED;
541 pVars->sbrDecoderData.SbrChannel[1].syncState = SBR_NOT_INITIALIZED;

Completed in 202 milliseconds