Home
last modified time | relevance | path

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

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