Lines Matching refs:hPcmUtils
154 pcmDmx_SetParam(self->hPcmUtils, DMX_BS_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry()
572 hPcmDmx = self->hPcmUtils; in setConcealMethod()
682 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam()
1017 pcmDmx_Open(&aacDec->hPcmUtils); in aacDecoder_Open()
1018 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open()
1465 dmxErr = pcmDmx_GetParam(self->hPcmUtils, in aacDecoder_DecodeFrame()
1773 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
1778 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
1788 self->hPcmUtils, pTimeDataPcmPost, timeDataFixpPcmSize, in aacDecoder_DecodeFrame()
1978 if (self->hPcmUtils != NULL) { in aacDecoder_Close()
1979 pcmDmx_Close(&self->hPcmUtils); in aacDecoder_Close()