Searched refs:tpErr (Results 1 – 2 of 2) sorted by relevance
621 TRANSPORTDEC_ERROR tpErr; in aacDecoder_Fill() local630 …tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer… in aacDecoder_Fill()631 if (tpErr != TRANSPORTDEC_OK) { in aacDecoder_Fill()781 TRANSPORTDEC_ERROR tpErr; in aacDecoder_DecodeFrame() local782 tpErr = transportDec_EndAccessUnit(self->hInput); in aacDecoder_DecodeFrame()783 if (tpErr != TRANSPORTDEC_OK) { in aacDecoder_DecodeFrame()
573 TRANSPORTENC_ERROR tpErr = TRANSPORTENC_OK; in transportEnc_GetConf() local584 tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks); in transportEnc_GetConf()589 tpErr = TRANSPORTENC_UNKOWN_ERROR; in transportEnc_GetConf()593 return tpErr; in transportEnc_GetConf()