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
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...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp49 CLOG_ERROR_IF((err) != OMX_ErrorNone, fn, err, fmt, ##__VA_ARGS__)
225 case OMX_ErrorNone:
256 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
264 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
276 CHECK_EQ(err, OMX_ErrorNone);
294 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
307 CHECK_EQ(err, OMX_ErrorNone);
442 if (err != OMX_ErrorNone) {
467 if (err != OMX_ErrorNone) {
477 if (err != OMX_ErrorNone) {
[all...]

Completed in 202 milliseconds