Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp281 iInputBufferRemainingBytes = 0; in ConstructComponent()
397 if (iInputBufferRemainingBytes <= 0) in ProcessInBufferFlag()
405 iInputBufferRemainingBytes += iPreviousFrameLength; in ProcessInBufferFlag()
560 iInputBufferRemainingBytes -= (iTempInputBufferLength - TempInLength); in DecodeWithoutMarker()
564 if (iInputBufferRemainingBytes <= 0) in DecodeWithoutMarker()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h516 OMX_S32 iInputBufferRemainingBytes; variable
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp278 iInputBufferRemainingBytes = 0; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp94 iInputBufferRemainingBytes = 0; in OmxComponentBase()
1844 iInputBufferRemainingBytes = 0; in ResetAfterFlush()
2306 iInputBufferRemainingBytes = 0; in DoStateSet()