Home
last modified time | relevance | path

Searched refs:OMX_ErrorStreamCorrupt (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp365 notify(OMX_EventError, OMX_ErrorStreamCorrupt, decoderErr, NULL); in onQueueFilled()
396 notify(OMX_EventError, OMX_ErrorStreamCorrupt, decoderErr, NULL); in onQueueFilled()
418 notify(OMX_EventError, OMX_ErrorStreamCorrupt, decoderErr, NULL); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp404 notify(OMX_EventError, OMX_ErrorStreamCorrupt, 0, NULL); in onQueueFilled()
460 notify(OMX_EventError, OMX_ErrorStreamCorrupt, 0, NULL); in onQueueFilled()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h182 OMX_ErrorStreamCorrupt = (OMX_S32) 0x8000100B, enumerator
DOMX_AsString.h265 case OMX_ErrorStreamCorrupt: return "StreamCorrupt";
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp509 notify(OMX_EventError, OMX_ErrorStreamCorrupt, 0, NULL); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp729 notify(OMX_EventError, OMX_ErrorStreamCorrupt, ERROR_MALFORMED, NULL); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp643 notify(OMX_EventError, OMX_ErrorStreamCorrupt, ERROR_MALFORMED, NULL); in onQueueFilled()