OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptyThisBuffer
(Results
1 - 25
of
57
) sorted by null
1
2
3
/frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp
56
mComponent->
EmptyThisBuffer
= EmptyThisBufferWrapper;
232
return me->
emptyThisBuffer
(buffer);
312
OMX_ERRORTYPE SoftOMXComponent::
emptyThisBuffer
(
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c
166
(NULL == component->
EmptyThisBuffer
) ||
/frameworks/native/include/media/openmax/
OMX_Component.h
524
specification for details on the
EmptyThisBuffer
method.
527
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
225
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
219
static OMX_ERRORTYPE
EmptyThisBuffer
(
/hardware/qcom/media/mm-core/inc/
OMX_Component.h
507
specification for details on the
EmptyThisBuffer
method.
510
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
208
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h
507
specification for details on the
EmptyThisBuffer
method.
510
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
208
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h
507
specification for details on the
EmptyThisBuffer
method.
510
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
208
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h
507
specification for details on the
EmptyThisBuffer
method.
510
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
208
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h
524
specification for details on the
EmptyThisBuffer
method.
527
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
225
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h
507
specification for details on the
EmptyThisBuffer
method.
510
OMX_ERRORTYPE (*
EmptyThisBuffer
)(
OMX_Core.h
208
the non-supplier to return a buffer via an
EmptyThisBuffer
or FillThisBuffer call. */
[
all
...]
/hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp
63
component->
EmptyThisBuffer
= &qc_omx_component_empty_this_buffer;
/hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp
63
component->
EmptyThisBuffer
= &qc_omx_component_empty_this_buffer;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c
136
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
225
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
119
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
201
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c
139
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
222
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c
138
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
217
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c
141
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
225
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c
129
static OMX_ERRORTYPE
EmptyThisBuffer
(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
206
pHandle->
EmptyThisBuffer
=
EmptyThisBuffer
;
[
all
...]
Completed in 609 milliseconds
1
2
3