HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATE (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.c 164 ALLOCATE(pPicParamSet->runLength,
179 ALLOCATE(pPicParamSet->topLeft,
181 ALLOCATE(pPicParamSet->bottomRight,
221 ALLOCATE(pPicParamSet->sliceGroupId,
h264bsd_storage.c 141 /* seq parameter set with id not used before -> allocate memory */
144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
225 /* pic parameter set with id not used before -> allocate memory */
228 ALLOCATE(pStorage->pps[id], 1, picParamSet_t);
346 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t);
347 ALLOCATE(pStorage->sliceGroupMap, pStorage->picSizeInMbs, u32);
h264bsd_util.h 141 /* macro to allocate memory */
142 #define ALLOCATE(ptr, count, type) \
h264bsd_seq_param_set.c 205 ALLOCATE(pSeqParamSet->offsetForRefFrame,
324 ALLOCATE(pSeqParamSet->vuiParameters, 1, vuiParameters_t);
h264bsd_sei.c 827 ALLOCATE(pUserDataRegisteredItuTT35->ituTT35PayloadByte,payloadSize-i,u8);
884 ALLOCATE(pUserDataUnregistered->userDataPayloadByte, payloadSize - 16, u8);
1070 ALLOCATE(pSparePic->spareUnitFlag[i], picSizeInMapUnits, u32);
1087 ALLOCATE(pSparePic->zeroRunLength[i], picSizeInMapUnits, u32);
    [all...]
h264bsd_dpb.c 867 function to allocate memory for a image. This function does not
868 really allocate any memory but reserves one of the buffer
1013 ALLOCATE(dpb->buffer, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t);
1020 /* Allocate needed amount of memory, which is:
1025 ALLOCATE(dpb->buffer[i].pAllocatedData, (picSizeInMbs*384 + 32+15), u8);
1032 ALLOCATE(dpb->list, MAX_NUM_REF_IDX_L0_ACTIVE + 1, dpbPicture_t*);
1033 ALLOCATE(dpb->outBuf, dpb->dpbSize+1, dpbOutPicture_t);
    [all...]

Completed in 148 milliseconds