Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp562 HANDLE_PCM_DOWNMIX hPcmDmx = NULL; in setConcealMethod() local
572 hPcmDmx = self->hPcmUtils; in setConcealMethod()
633 PCMDMX_ERROR err = pcmDmx_SetParam(hPcmDmx, DMX_BS_DATA_DELAY, bsDelay); in setConcealMethod()
658 pcmDmx_SetParam(hPcmDmx, DMX_BS_DATA_DELAY, backupDelay); in setConcealMethod()
673 HANDLE_PCM_DOWNMIX hPcmDmx = NULL; in aacDecoder_SetParam() local
682 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam()
695 dmxErr = pcmDmx_SetParam(hPcmDmx, MIN_NUMBER_OF_OUTPUT_CHANNELS, value); in aacDecoder_SetParam()
702 dmxErr = pcmDmx_SetParam(hPcmDmx, MAX_NUMBER_OF_OUTPUT_CHANNELS, value); in aacDecoder_SetParam()
717 dmxErr = pcmDmx_SetParam(hPcmDmx, DMX_DUAL_CHANNEL_MODE, value); in aacDecoder_SetParam()
778 dmxErr = pcmDmx_SetParam(hPcmDmx, DMX_PROFILE_SETTING, (INT)dmxProfile); in aacDecoder_SetParam()