Home
last modified time | relevance | path

Searched refs:DecodeReturn (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp452 OMX_BOOL DecodeReturn = OMX_FALSE; in DecodeWithoutMarker() local
527 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() local
710 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 …]
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp523 OMX_BOOL DecodeReturn; in DecodeWithoutMarker() local
601 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() local
797DecodeReturn = 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 …]
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp416 OMX_S32 DecodeReturn; in ProcessData() local
549 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() local
951 DecodeReturn = ipAacDec->AacDecodeFrames((OMX_S16*) pOutBuffer, in DoSilenceInsertion()
973 if (MP4AUDEC_SUCCESS != DecodeReturn) in DoSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp415 OMX_S32 DecodeReturn; in ProcessData() local
541 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()