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

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp136 case OMX_ErrorNone:
160 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
168 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
179 CHECK_EQ(err, OMX_ErrorNone);
197 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
209 CHECK_EQ(err, OMX_ErrorNone);
230 if (err != OMX_ErrorNone) {
317 if (err != OMX_ErrorNone) {
336 if (err != OMX_ErrorNone) {
355 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 70 milliseconds