HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATE (Results 1 - 9 of 9) 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 140 /* macro to allocate memory */
141 #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...]
  /external/chromium_org/net/dns/
dns_session_unittest.cc 58 enum { ALLOCATE, FREE } action;
69 scoped_ptr<DnsSession::SocketLease> Allocate(unsigned server_index);
138 scoped_ptr<DnsSession::SocketLease> DnsSessionTest::Allocate(
144 PoolEvent expected_event = { PoolEvent::ALLOCATE, server_index };
158 PoolEvent event = { PoolEvent::ALLOCATE, server_index };
206 lease1 = Allocate(0);
210 lease2 = Allocate(1);
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)
179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks );
192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block))))
200 if((blk->page[j] = ALLOCATE(sizeof(nandemul_Page))) == 0)
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 1487 milliseconds