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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 164 void* H264SwDecMalloc(u32 size);
  /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)
h264bsd_util.h 143 (ptr) = H264SwDecMalloc((count) * sizeof(type)); \
H264SwDecApi.c 78 void* H264SwDecMalloc(u32 size) {
143 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t));
DecTestBench.c 27 * H264SwDecMalloc() */
695 Function name: H264SwDecMalloc
698 Example implementation of H264SwDecMalloc function. Prototype of this
703 void* H264SwDecMalloc(u32 size)
TestBenchMultipleInstance.c 413 Function name: H264SwDecmalloc
416 void* H264SwDecMalloc(u32 size)
h264bsd_decoder.c 104 pStorage->mbLayer = (macroblockLayer_t*)H264SwDecMalloc(size);

Completed in 768 milliseconds