OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
60
enum {
ALLOCATE
, FREE } action;
71
scoped_ptr<DnsSession::SocketLease>
Allocate
(unsigned server_index);
140
scoped_ptr<DnsSession::SocketLease> DnsSessionTest::
Allocate
(
146
PoolEvent expected_event = { PoolEvent::
ALLOCATE
, server_index };
160
PoolEvent event = { PoolEvent::
ALLOCATE
, server_index };
210
lease1 =
Allocate
(0);
214
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 506 milliseconds