Home | History | Annotate | Download | only in source

Lines Matching refs:ALLOCATE

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);