HomeSort by relevance Sort by last modified time
    Searched defs:H264SwDecMalloc (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 88 byteStrm = byteStrmStart = (u8 *)H264SwDecMalloc(sizeof(u8), strmLen);
293 Function name: H264SwDecmalloc
296 Example implementation of H264SwDecMalloc function. Prototype of this
301 void* H264SwDecMalloc(u32 size, u32 num)
H264SwDecApi.c 84 void* H264SwDecMalloc(u32 size, u32 num) {
154 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t), 1);
DecTestBench.c 27 * H264SwDecMalloc() */
695 Function name: H264SwDecMalloc
698 Example implementation of H264SwDecMalloc function. Prototype of this
703 void* H264SwDecMalloc(u32 size, u32 num)
TestBenchMultipleInstance.c 413 Function name: H264SwDecmalloc
416 void* H264SwDecMalloc(u32 size, u32 num)

Completed in 909 milliseconds