Home
last modified time | relevance | path

Searched refs:OUTPUT_BUFFER_TOO_SMALL (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h109 OUTPUT_BUFFER_TOO_SMALL = 13 /* output buffer can't hold output */ enumerator
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp127 notify(OMX_EventError, OMX_ErrorUndefined, OUTPUT_BUFFER_TOO_SMALL, NULL); in memsetSafe()
342 notify(OMX_EventError, OMX_ErrorUndefined, OUTPUT_BUFFER_TOO_SMALL, NULL); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_framedecoder.cpp210 return OUTPUT_BUFFER_TOO_SMALL; in pvmp3_framedecoder()