Searched refs:TempInLength (Results 1 – 3 of 3) sorted by relevance
451 OMX_U32 TempInLength; in DecodeWithoutMarker() local524 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()
543 OMX_U32 TempInLength; in DecodeWithoutMarker() local622 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()
522 OMX_U32 TempInLength; in DecodeWithoutMarker() local598 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()