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

Completed in 184 milliseconds