Searched refs:ALLOCATE (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_pic_param_set.c | 164 ALLOCATE(pPicParamSet->runLength, in h264bsdDecodePicParamSet() 179 ALLOCATE(pPicParamSet->topLeft, in h264bsdDecodePicParamSet() 181 ALLOCATE(pPicParamSet->bottomRight, in h264bsdDecodePicParamSet() 221 ALLOCATE(pPicParamSet->sliceGroupId, in h264bsdDecodePicParamSet()
|
D | h264bsd_storage.c | 148 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t); in h264bsdStoreSeqParamSet() 232 ALLOCATE(pStorage->pps[id], 1, picParamSet_t); in h264bsdStorePicParamSet() 364 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t); in h264bsdActivateParamSets() 365 ALLOCATE(pStorage->sliceGroupMap, pStorage->picSizeInMbs, u32); in h264bsdActivateParamSets()
|
D | h264bsd_seq_param_set.c | 205 ALLOCATE(pSeqParamSet->offsetForRefFrame, in h264bsdDecodeSeqParamSet() 324 ALLOCATE(pSeqParamSet->vuiParameters, 1, vuiParameters_t); in h264bsdDecodeSeqParamSet()
|
D | h264bsd_util.h | 142 #define ALLOCATE(ptr, count, type) \ macro
|
D | h264bsd_sei.c | 827 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()
|
D | h264bsd_dpb.c | 1021 ALLOCATE(dpb->buffer, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t); in h264bsdInitDpb() 1033 ALLOCATE(dpb->buffer[i].pAllocatedData, (picSizeInMbs*384 + 32+15), u8); in h264bsdInitDpb() 1040 ALLOCATE(dpb->list, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t*); in h264bsdInitDpb() 1041 ALLOCATE(dpb->outBuf, dpb->dpbSize+1, dpbOutPicture_t); in h264bsdInitDpb()
|