Home
last modified time | relevance | path

Searched refs:pAllocatedData (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.h58 u8 *pAllocatedData; /* allocated picture pointer; (size + 15) bytes */ member
Dh264bsd_dpb.c1025 ALLOCATE(dpb->buffer[i].pAllocatedData, (picSizeInMbs*384 + 32+15), u8); in h264bsdInitDpb()
1026 if (dpb->buffer[i].pAllocatedData == NULL) in h264bsdInitDpb()
1029 dpb->buffer[i].data = ALIGN(dpb->buffer[i].pAllocatedData, 16); in h264bsdInitDpb()
1538 FREE(dpb->buffer[i].pAllocatedData); in h264bsdFreeDpb()