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
732 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
799 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
840 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
879 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
915 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
951 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
985 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
1012 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned.
1038 OMX_ErrorNone
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp58 CLOG_ERROR_IF((err) != OMX_ErrorNone, fn, err, fmt, ##__VA_ARGS__)
425 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
433 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
445 CHECK_EQ(err, OMX_ErrorNone);
463 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
476 CHECK_EQ(err, OMX_ErrorNone);
575 if (OMX_GetExtensionIndex(mHandle, (OMX_STRING)restricted_extensions[i], &ext) == OMX_ErrorNone) {
783 if (err == OMX_ErrorNone) {
793 if (err == OMX_ErrorNone) {
811 err = OMX_ErrorNone;
[all...]

Completed in 51 milliseconds