Searched refs:DecodeReturn (Results 1 – 4 of 4) sorted by relevance
452 OMX_BOOL DecodeReturn = OMX_FALSE; in DecodeWithoutMarker() local527 DecodeReturn = ipAmrDec->AmrDecodeFrame((OMX_S16*) pOutBuffer, in DecodeWithoutMarker()535 if (OMX_FALSE == DecodeReturn && OMX_FALSE == iEndofStream) in DecodeWithoutMarker()583 if ((0 == iTempInputBufferLength) || (OMX_FALSE == DecodeReturn)) in DecodeWithoutMarker()644 OMX_BOOL DecodeReturn = OMX_FALSE; in DecodeWithMarker() local710 DecodeReturn = ipAmrDec->AmrDecodeFrame((OMX_S16*)pOutBuffer, in DecodeWithMarker()717 if ((OMX_FALSE == DecodeReturn) && (OMX_FALSE == iEndofStream)) in DecodeWithMarker()741 if ((iInputCurrLength == 0) || (OMX_FALSE == DecodeReturn)) in DecodeWithMarker()763 if ((0 == iInputCurrLength) || (OMX_FALSE == DecodeReturn)) in DecodeWithMarker()979 OMX_BOOL DecodeReturn; in DoSilenceInsertion() local[all …]
523 OMX_BOOL DecodeReturn; in DecodeWithoutMarker() local601 DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithoutMarker()615 if (!DecodeReturn && OMX_FALSE == ipMpegDecoderObject->Mpeg4InitCompleteFlag) in DecodeWithoutMarker()628 else if (!DecodeReturn && OMX_FALSE == iEndofStream) in DecodeWithoutMarker()680 if ((0 == iTempInputBufferLength) || (!DecodeReturn)) in DecodeWithoutMarker()736 OMX_BOOL DecodeReturn = OMX_FALSE; in DecodeWithMarker() local797 … DecodeReturn = ipMpegDecoderObject->Mp4DecodeVideo(pOutBuffer, (OMX_U32*) & OutputLength, in DecodeWithMarker()810 if (!DecodeReturn && OMX_FALSE == ipMpegDecoderObject->Mpeg4InitCompleteFlag) in DecodeWithMarker()823 else if (!DecodeReturn && OMX_FALSE == iEndofStream) in DecodeWithMarker()859 if (iInputCurrLength == 0 || !DecodeReturn) in DecodeWithMarker()[all …]
416 OMX_S32 DecodeReturn; in ProcessData() local549 DecodeReturn = ipAacDec->AacDecodeFrames((OMX_S16*) pOutBuffer, in ProcessData()633 if ((0 == iInputCurrLength) || (MP4AUDEC_SUCCESS != DecodeReturn)) in ProcessData()659 if (MP4AUDEC_SUCCESS == DecodeReturn) in ProcessData()663 else if (MP4AUDEC_INCOMPLETE_FRAME == DecodeReturn) in ProcessData()898 OMX_S32 DecodeReturn; in DoSilenceInsertion() local951 DecodeReturn = ipAacDec->AacDecodeFrames((OMX_S16*) pOutBuffer, in DoSilenceInsertion()973 if (MP4AUDEC_SUCCESS != DecodeReturn) in DoSilenceInsertion()
415 OMX_S32 DecodeReturn; in ProcessData() local541 DecodeReturn = ipMp3Dec->Mp3DecodeAudio((OMX_S16*) pOutBuffer, in ProcessData()624 if (MP3DEC_SUCCESS != DecodeReturn) in ProcessData()650 if (MP3DEC_SUCCESS == DecodeReturn) in ProcessData()654 else if ((MP3DEC_INCOMPLETE_FRAME == DecodeReturn) || in ProcessData()655 (MP3DEC_OUTPUT_BUFFER_TOO_SMALL == DecodeReturn)) in ProcessData()700 (MP3DEC_OUTPUT_BUFFER_TOO_SMALL == DecodeReturn)) in ProcessData()