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

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp140 case OMX_ErrorNone:
169 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
177 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
188 CHECK_EQ(err, OMX_ErrorNone);
206 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
218 CHECK_EQ(err, OMX_ErrorNone);
239 if (err != OMX_ErrorNone) {
282 ALOGE_IF(err != OMX_ErrorNone, "getParameter(%d) ERROR: %#x", index, err);
292 ALOGE_IF(err != OMX_ErrorNone, "setParameter(%d) ERROR: %#x", index, err);
331 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 268 milliseconds