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

/frameworks/native/include/media/openmax/
H A DOMX_Core.h145 OMX_ErrorNone = 0, enumerator in enum:OMX_ERRORTYPE
729 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
790 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
831 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
870 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
906 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
942 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
976 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
1003 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
1029 OMX_ErrorNone
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp52 CLOG_ERROR_IF((err) != OMX_ErrorNone, fn, err, fmt, ##__VA_ARGS__)
273 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
281 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
293 CHECK_EQ(err, OMX_ErrorNone);
311 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
324 CHECK_EQ(err, OMX_ErrorNone);
461 if (err == OMX_ErrorNone) {
471 if (err == OMX_ErrorNone) {
491 err = OMX_ErrorNone;
507 if (err != OMX_ErrorNone) {
[all...]

Completed in 217 milliseconds