Home
last modified time | relevance | path

Searched refs:MEMORY_ALLOCATION_ERROR (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_pic_param_set.c167 return(MEMORY_ALLOCATION_ERROR); in h264bsdDecodePicParamSet()
185 return(MEMORY_ALLOCATION_ERROR); in h264bsdDecodePicParamSet()
224 return(MEMORY_ALLOCATION_ERROR); in h264bsdDecodePicParamSet()
Dh264bsd_storage.c146 return(MEMORY_ALLOCATION_ERROR); in h264bsdStoreSeqParamSet()
230 return(MEMORY_ALLOCATION_ERROR); in h264bsdStorePicParamSet()
349 return(MEMORY_ALLOCATION_ERROR); in h264bsdActivateParamSets()
Dh264bsd_util.h64 #define MEMORY_ALLOCATION_ERROR 0xFFFF macro
Dh264bsd_seq_param_set.c208 return(MEMORY_ALLOCATION_ERROR); in h264bsdDecodeSeqParamSet()
326 return(MEMORY_ALLOCATION_ERROR); in h264bsdDecodeSeqParamSet()
Dh264bsd_sei.c830 return(MEMORY_ALLOCATION_ERROR); in DecodeUserDataRegisteredITuTT35()
886 return(MEMORY_ALLOCATION_ERROR); in DecodeUserDataUnregistered()
1072 return(MEMORY_ALLOCATION_ERROR); in DecodeSparePic()
1089 return(MEMORY_ALLOCATION_ERROR); in DecodeSparePic()
1677 return(MEMORY_ALLOCATION_ERROR); in DecodeReservedSeiMessage()
Dh264bsd_dpb.c1015 return(MEMORY_ALLOCATION_ERROR); in h264bsdInitDpb()
1027 return(MEMORY_ALLOCATION_ERROR); in h264bsdInitDpb()
1036 return(MEMORY_ALLOCATION_ERROR); in h264bsdInitDpb()
Dh264bsd_decoder.c334 if(tmp == MEMORY_ALLOCATION_ERROR) in h264bsdDecode()
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3decoder_api.h106 MEMORY_ALLOCATION_ERROR = 10, /* error allocating memory */ enumerator