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

/frameworks/native/headers/media_plugin/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/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__)
436 CHECK_EQ(OMX_GetState(mHandle, &state), OMX_ErrorNone); local
444 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
456 CHECK_EQ(err, OMX_ErrorNone);
474 while ((err = OMX_GetState(mHandle, &state)) == OMX_ErrorNone
487 CHECK_EQ(err, OMX_ErrorNone);
589 if (OMX_GetExtensionIndex(mHandle, (OMX_STRING)restricted_extensions[i], &ext) == OMX_ErrorNone) {
813 if (err == OMX_ErrorNone) {
823 if (err == OMX_ErrorNone) {
830 if (err == OMX_ErrorNone) {
[all...]

Completed in 16 milliseconds