Home
last modified time | relevance | path

Searched refs:ALLOCATE (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_pic_param_set.c164 ALLOCATE(pPicParamSet->runLength, in h264bsdDecodePicParamSet()
179 ALLOCATE(pPicParamSet->topLeft, in h264bsdDecodePicParamSet()
181 ALLOCATE(pPicParamSet->bottomRight, in h264bsdDecodePicParamSet()
221 ALLOCATE(pPicParamSet->sliceGroupId, in h264bsdDecodePicParamSet()
Dh264bsd_storage.c144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t); in h264bsdStoreSeqParamSet()
228 ALLOCATE(pStorage->pps[id], 1, picParamSet_t); in h264bsdStorePicParamSet()
346 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t); in h264bsdActivateParamSets()
347 ALLOCATE(pStorage->sliceGroupMap, pStorage->picSizeInMbs, u32); in h264bsdActivateParamSets()
Dh264bsd_util.h142 #define ALLOCATE(ptr, count, type) \ macro
Dh264bsd_seq_param_set.c205 ALLOCATE(pSeqParamSet->offsetForRefFrame, in h264bsdDecodeSeqParamSet()
324 ALLOCATE(pSeqParamSet->vuiParameters, 1, vuiParameters_t); in h264bsdDecodeSeqParamSet()
Dh264bsd_sei.c827 ALLOCATE(pUserDataRegisteredItuTT35->ituTT35PayloadByte,payloadSize-i,u8); in DecodeUserDataRegisteredITuTT35()
884 ALLOCATE(pUserDataUnregistered->userDataPayloadByte, payloadSize - 16, u8); in DecodeUserDataUnregistered()
1070 ALLOCATE(pSparePic->spareUnitFlag[i], picSizeInMapUnits, u32); in DecodeSparePic()
1087 ALLOCATE(pSparePic->zeroRunLength[i], picSizeInMapUnits, u32); in DecodeSparePic()
1675 ALLOCATE(pReservedSeiMessage->reservedSeiMessagePayloadByte,payloadSize,u8); in DecodeReservedSeiMessage()
Dh264bsd_dpb.c1013 ALLOCATE(dpb->buffer, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t); in h264bsdInitDpb()
1025 ALLOCATE(dpb->buffer[i].pAllocatedData, (picSizeInMbs*384 + 32+15), u8); in h264bsdInitDpb()
1032 ALLOCATE(dpb->list, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t*); in h264bsdInitDpb()
1033 ALLOCATE(dpb->outBuf, dpb->dpbSize+1, dpbOutPicture_t); in h264bsdInitDpb()