Searched refs:OMX_EventError (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp180 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
187 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
389 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
420 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
431 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
464 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp166 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
173 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
234 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
328 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp301 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
310 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
568 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
579 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
610 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
655 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp325 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
336 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
348 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp535 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
614 notify(OMX_EventError, OMX_ErrorStreamCorrupt, ERROR_MALFORMED, NULL);
686 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
697 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
708 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
769 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
836 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
848 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
906 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp343 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
362 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
371 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
440 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp206 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
212 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp645 notify(OMX_EventError,
688 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0);
717 notify(OMX_EventError,
741 notify(OMX_EventError,
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp301 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
340 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp224 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp131 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp433 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
446 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp263 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp189 notify(OMX_EventError, OMX_ErrorUndefined,
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h282 case OMX_EventError: return "Error";
H A DOMX_Core.h499 OMX_EventError, /**< component has detected an error condition */ enumerator in enum:OMX_EVENTTYPE
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1257 case OMX_EventError:
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2490 case OMX_EventError:
2492 CODEC_LOGE("OMX_EventError(0x%08x, %u)", data1, data2);
H A DACodec.cpp4227 if (event != OMX_EventError) {

Completed in 218 milliseconds