HomeSort by relevance Sort by last modified time
    Searched refs:OMX_STATETYPE (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 90 OMX_STATETYPE mState;
91 OMX_STATETYPE mTargetState;
130 virtual OMX_ERRORTYPE getState(OMX_STATETYPE *state);
133 void onChangeState(OMX_STATETYPE state);
SoftOMXComponent.h 96 virtual OMX_ERRORTYPE getState(OMX_STATETYPE *state);
166 OMX_STATETYPE *state);
OMX.h 63 node_id node, OMX_STATETYPE* state);
OMXNodeInstance.h 53 status_t getState(OMX_STATETYPE* state);
  /hardware/qcom/media/mm-core/inc/
qc_omx_component.h 113 OMX_STATETYPE* state)=0;
OMX_Core.h 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
92 typedef enum OMX_STATETYPE
114 } OMX_STATETYPE;
523 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 113 OMX_STATETYPE* state)=0;
OMX_Core.h 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
92 typedef enum OMX_STATETYPE
114 } OMX_STATETYPE;
523 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.h 59 OMX_STATETYPE currentState;
Exynos_OMX_Baseport.h 153 OMX_STATETYPE portState;
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 249 OMX_STATETYPE *state) {
322 OMX_ERRORTYPE SoftOMXComponent::getState(OMX_STATETYPE *state) {
SimpleSoftOMXComponent.cpp 326 OMX_ERRORTYPE SimpleSoftOMXComponent::getState(OMX_STATETYPE *state) {
397 onChangeState((OMX_STATETYPE)param);
420 void SimpleSoftOMXComponent::onChangeState(OMX_STATETYPE state) {
  /frameworks/av/include/media/
IOMX.h 81 node_id node, OMX_STATETYPE* state) = 0;
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.h 96 OMX_OUT OMX_STATETYPE* state);
omx_core_cmp.cpp 224 OMX_OUT OMX_STATETYPE* state)
365 OMX_STATETYPE state;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.h 96 OMX_OUT OMX_STATETYPE* state);
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_stub.h 115 OMX_STATETYPE * pState, OMX_ERRORTYPE * nCmdStatus);
  /frameworks/native/include/media/openmax/
OMX_Core.h 80 /** The OMX_STATETYPE enumeration is used to indicate or change the component
109 typedef enum OMX_STATETYPE
131 } OMX_STATETYPE;
540 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
92 typedef enum OMX_STATETYPE
114 } OMX_STATETYPE;
523 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 121 static OMX_ERRORTYPE WaitForState (OMX_HANDLETYPE *, OMX_STATETYPE);
145 void getString_OMX_State (char *ptrString, OMX_STATETYPE state);
149 OMX_STATETYPE gState = OMX_StateExecuting;
655 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState)
657 OMX_STATETYPE CurState = OMX_StateInvalid;
720 gState = (OMX_STATETYPE)nData2;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
92 typedef enum OMX_STATETYPE
114 } OMX_STATETYPE;
523 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 382 OMX_STATETYPE curState;
385 OMX_STATETYPE toState;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
92 typedef enum OMX_STATETYPE
114 } OMX_STATETYPE;
523 nData2 will hold further information related to the event. Can be OMX_STATETYPE for
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 194 OMX_STATETYPE eState;
215 OMX_STATETYPE eState;
377 OMX_STRING OMX_TEST_StateToString(OMX_STATETYPE eState)
434 OMX_TEST_StateToString((OMX_STATETYPE) nData2));
435 pContext->eState = (OMX_STATETYPE) nData2;
923 OMX_ERRORTYPE SampleTest_TransitionWait(OMX_STATETYPE eToState,
    [all...]
  /frameworks/av/media/libstagefright/
OMXClient.cpp 67 node_id node, OMX_STATETYPE* state);
251 node_id node, OMX_STATETYPE* state) {

Completed in 960 milliseconds

1 2 3 4 5 6