Searched refs:pAllocatedData (Results 1 – 2 of 2) sorted by relevance
58 u8 *pAllocatedData; /* allocated picture pointer; (size + 15) bytes */ member
1033 ALLOCATE(dpb->buffer[i].pAllocatedData, (picSizeInMbs*384 + 32+15), u8); in h264bsdInitDpb()1034 if (dpb->buffer[i].pAllocatedData == NULL) in h264bsdInitDpb()1037 dpb->buffer[i].data = ALIGN(dpb->buffer[i].pAllocatedData, 16); in h264bsdInitDpb()1546 FREE(dpb->buffer[i].pAllocatedData); in h264bsdFreeDpb()