Home
last modified time | relevance | path

Searched refs:TempInLength (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp451 OMX_U32 TempInLength; in DecodeWithoutMarker() local
524 TempInLength = iTempInputBufferLength; in DecodeWithoutMarker()
530 &TempInLength, in DecodeWithoutMarker()
559 iTempConsumedLength += (iTempInputBufferLength - TempInLength); in DecodeWithoutMarker()
560 iInputBufferRemainingBytes -= (iTempInputBufferLength - TempInLength); in DecodeWithoutMarker()
562 iTempInputBufferLength = TempInLength; in DecodeWithoutMarker()
570 if (TempInLength < (TempInputBufferSize >> 1)) in DecodeWithoutMarker()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp543 OMX_U32 TempInLength; in DecodeWithoutMarker() local
622 TempInLength = iTempInputBufferLength; in DecodeWithoutMarker()
627 &TempInLength, in DecodeWithoutMarker()
640 iTempConsumedLength += (iTempInputBufferLength - TempInLength); in DecodeWithoutMarker()
641 iTempInputBufferLength = TempInLength; in DecodeWithoutMarker()
673 if (TempInLength < (TempInputBufferSize >> 1)) in DecodeWithoutMarker()
735 … if ((ResizeNeeded == OMX_FALSE) && ((TempInLength != 0) || (GetQueueNumElem(pInputQueue) > 0)) in DecodeWithoutMarker()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp522 OMX_U32 TempInLength; in DecodeWithoutMarker() local
598 TempInLength = iTempInputBufferLength; in DecodeWithoutMarker()
603 &TempInLength, in DecodeWithoutMarker()
664 iTempConsumedLength += (iTempInputBufferLength - TempInLength); in DecodeWithoutMarker()
665 iTempInputBufferLength = TempInLength; in DecodeWithoutMarker()
668 if (TempInLength < (TempInputBufferSize >> 1)) in DecodeWithoutMarker()
713 …if ((TempInLength != 0 || GetQueueNumElem(pInputQueue) > 0) && (GetQueueNumElem(pOutputQueue) > 0)… in DecodeWithoutMarker()