Searched defs:H264SwDecMalloc (Results 1 - 4 of 4) sorted by relevance

/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, u32 num) function
H A DH264SwDecApi.c84 void* H264SwDecMalloc(u32 size, u32 num) { function
154 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t), 1);
H A DTestBenchMultipleInstance.c416 void* H264SwDecMalloc(u32 size, u32 num) function
H A DDecTestBench.c27 * H264SwDecMalloc() */
695 Function name: H264SwDecMalloc
698 Example implementation of H264SwDecMalloc function. Prototype of this
703 void* H264SwDecMalloc(u32 size, u32 num) function

Completed in 792 milliseconds