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

/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h184 static OMX_ERRORTYPE FillThisBuffer(
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1138 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1129 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1138 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1138 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp109 mBaseComponent.FillThisBuffer = FillThisBuffer;
637 OMX_ERRORTYPE ISVComponent::FillThisBuffer( function in class:ISVComponent
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h226 static OMX_ERRORTYPE FillThisBuffer(
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp290 handle->FillThisBuffer = FillThisBuffer;
1142 OMX_ERRORTYPE ComponentBase::FillThisBuffer( function in class:ComponentBase

Completed in 1365 milliseconds