Searched refs:OMX_StateExecuting (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp355 CHECK(mState == OMX_StateExecuting && mTargetState == mState);
429 CHECK(state == OMX_StateLoaded || state == OMX_StateExecuting);
431 case OMX_StateExecuting:
H A DOMXNodeInstance.cpp281 case OMX_StateExecuting:
1512 && arg2 == OMX_StateExecuting) {
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h221 case OMX_StateExecuting: return "Executing";
H A DOMX_Core.h122 OMX_StateExecuting, /**< component has accepted the start command and enumerator in enum:OMX_STATETYPE
1109 is in the OMX_StateExecuting. If nPortIndex does not specify an input
1342 disabled. In this case, the component may be in the OMX_StateExecuting,
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp312 err = mOMX->sendCommand(node, OMX_CommandStateSet, OMX_StateExecuting);
320 && msg.u.event_data.data2 == OMX_StateExecuting,
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2535 mNode, OMX_CommandStateSet, OMX_StateExecuting);
2589 case OMX_StateExecuting:
3656 if (state != OMX_StateExecuting) {
H A DACodec.cpp5960 mCodec->mNode, OMX_CommandStateSet, OMX_StateExecuting);
6029 || data2 != (OMX_U32)OMX_StateExecuting) {

Completed in 154 milliseconds