Lines Matching refs:hPcmUtils
154 pcmDmx_SetParam(self->hPcmUtils, DMX_BS_DATA_EXPIRY_FRAME, mdExpFrame); in aacDecoder_setMetadataExpiry()
581 hPcmDmx = self->hPcmUtils; in setConcealMethod()
691 hPcmDmx = self->hPcmUtils; in aacDecoder_SetParam()
1032 pcmDmx_Open(&aacDec->hPcmUtils); in aacDecoder_Open()
1033 if (aacDec->hPcmUtils == NULL) { in aacDecoder_Open()
1482 dmxErr = pcmDmx_GetParam(self->hPcmUtils, in aacDecoder_DecodeFrame()
1827 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
1832 pcmDmx_Reset(self->hPcmUtils, PCMDMX_RESET_BS_DATA); in aacDecoder_DecodeFrame()
1837 dmxErr = pcmDmx_ApplyFrame(self->hPcmUtils, pTimeData2, timeData2Size, in aacDecoder_DecodeFrame()
2068 if (self->hPcmUtils != NULL) { in aacDecoder_Close()
2069 pcmDmx_Close(&self->hPcmUtils); in aacDecoder_Close()