Searched refs:EmptyThisBuffer (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h178 static OMX_ERRORTYPE EmptyThisBuffer(
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1108 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1108 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1108 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp108 mBaseComponent.EmptyThisBuffer = EmptyThisBuffer;
620 OMX_ERRORTYPE ISVComponent::EmptyThisBuffer( function in class:ISVComponent
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h219 static OMX_ERRORTYPE EmptyThisBuffer(
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp289 handle->EmptyThisBuffer = EmptyThisBuffer;
1073 OMX_ERRORTYPE ComponentBase::EmptyThisBuffer( function in class:ComponentBase

Completed in 316 milliseconds