Home
last modified time | relevance | path

Searched refs:NO_ENOUGH_MAIN_DATA_ERROR (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codecs/mp3dec/include/
Dpvmp3decoder_api.h107 NO_ENOUGH_MAIN_DATA_ERROR = 11, enumerator
/frameworks/av/media/codecs/mp3dec/src/
Dpvmp3_decode_header.cpp130 return NO_ENOUGH_MAIN_DATA_ERROR; in pvmp3_decode_header()
Dpvmp3_framedecoder.cpp290 return NO_ENOUGH_MAIN_DATA_ERROR; in pvmp3_framedecoder()
333 errorCode = NO_ENOUGH_MAIN_DATA_ERROR; in pvmp3_framedecoder()
369 if (errorCode != NO_ENOUGH_MAIN_DATA_ERROR) in pvmp3_framedecoder()
556 errorCode = NO_ENOUGH_MAIN_DATA_ERROR; in pvmp3_framedecoder()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp355 if (decoderErr != NO_ENOUGH_MAIN_DATA_ERROR in onQueueFilled()
368 if (decoderErr == NO_ENOUGH_MAIN_DATA_ERROR && mSawInputEos) { in onQueueFilled()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp423 if (decoderErr != NO_ENOUGH_MAIN_DATA_ERROR in process()