Searched refs:tpErr (Results 1 – 2 of 2) sorted by relevance
579 TRANSPORTENC_ERROR tpErr = TRANSPORTENC_OK; in transportEnc_GetConf() local590 tpErr = CreateStreamMuxConfig(hLatmConfig, dataBuffer, 0, &hTpEnc->callbacks); in transportEnc_GetConf()595 tpErr = TRANSPORTENC_UNKOWN_ERROR; in transportEnc_GetConf()599 return tpErr; in transportEnc_GetConf()
714 TRANSPORTDEC_ERROR tpErr; in aacDecoder_Fill() local723 …tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer… in aacDecoder_Fill()724 if (tpErr != TRANSPORTDEC_OK) { in aacDecoder_Fill()888 TRANSPORTDEC_ERROR tpErr; in aacDecoder_DecodeFrame() local889 tpErr = transportDec_EndAccessUnit(self->hInput); in aacDecoder_DecodeFrame()890 if (tpErr != TRANSPORTDEC_OK) { in aacDecoder_DecodeFrame()