Searched defs:OMX_ErrorNone (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp117 case OMX_ErrorNone:
141 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
149 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
160 CHECK_EQ(err, OMX_ErrorNone);
178 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
190 CHECK_EQ(err, OMX_ErrorNone);
211 if (err != OMX_ErrorNone) {
287 if (err != OMX_ErrorNone) {
304 if (err != OMX_ErrorNone) {
325 if (err != OMX_ErrorNone) {
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_Core.h145 OMX_ErrorNone = 0, enumerator in enum:OMX_ERRORTYPE
698 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
759 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
800 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
839 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
875 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
911 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
945 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
972 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
998 OMX_ErrorNone
[all...]

Completed in 63 milliseconds