Searched refs:H264SwDecMalloc (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h164 void* H264SwDecMalloc(u32 size);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c88 byteStrm = byteStrmStart = (u8 *)H264SwDecMalloc(sizeof(u8)*strmLen);
296 Example implementation of H264SwDecMalloc function. Prototype of this
301 void* H264SwDecMalloc(u32 size) function
H A Dh264bsd_util.h144 (ptr) = H264SwDecMalloc((count) * sizeof(type)); \
H A DH264SwDecApi.c81 void* H264SwDecMalloc(u32 size) { function
146 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t));
H A DDecTestBench.c27 * H264SwDecMalloc() */
695 Function name: H264SwDecMalloc
698 Example implementation of H264SwDecMalloc function. Prototype of this
703 void* H264SwDecMalloc(u32 size) function
H A DTestBenchMultipleInstance.c416 void* H264SwDecMalloc(u32 size) function
H A Dh264bsd_decoder.c104 pStorage->mbLayer = (macroblockLayer_t*)H264SwDecMalloc(size);

Completed in 84 milliseconds