OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExtensionIndex
(Results
1 - 25
of
55
) sorted by null
1
2
3
/frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp
50
mComponent->
GetExtensionIndex
= GetExtensionIndexWrapper;
180
return me->
getExtensionIndex
(name, index);
284
OMX_ERRORTYPE SoftOMXComponent::
getExtensionIndex
(
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c
160
(NULL == component->
GetExtensionIndex
) ||
/frameworks/native/include/media/openmax/
OMX_Component.h
407
specification for details on the
GetExtensionIndex
method.
409
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
166
static OMX_ERRORTYPE
GetExtensionIndex
(
/hardware/qcom/media/mm-core/inc/
OMX_Component.h
390
specification for details on the
GetExtensionIndex
method.
392
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h
390
specification for details on the
GetExtensionIndex
method.
392
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h
390
specification for details on the
GetExtensionIndex
method.
392
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h
390
specification for details on the
GetExtensionIndex
method.
392
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h
407
specification for details on the
GetExtensionIndex
method.
409
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h
390
specification for details on the
GetExtensionIndex
method.
392
OMX_ERRORTYPE (*
GetExtensionIndex
)(
OMX_Core.h
[
all
...]
/hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp
68
component->
GetExtensionIndex
= &qc_omx_component_get_extension_index;
/hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp
68
component->
GetExtensionIndex
= &qc_omx_component_get_extension_index;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c
163
static OMX_ERRORTYPE
GetExtensionIndex
(OMX_IN OMX_HANDLETYPE hComponent,
232
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
147
static OMX_ERRORTYPE
GetExtensionIndex
(
208
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c
169
static OMX_ERRORTYPE
GetExtensionIndex
(
229
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c
167
static OMX_ERRORTYPE
GetExtensionIndex
(
224
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c
171
static OMX_ERRORTYPE
GetExtensionIndex
(
232
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c
157
static OMX_ERRORTYPE
GetExtensionIndex
(
213
pHandle->
GetExtensionIndex
=
GetExtensionIndex
;
[
all
...]
Completed in 2676 milliseconds
1
2
3