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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 37 #define oscl_malloc malloc macro
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 88 video = (VideoDecData *) oscl_malloc(sizeof(VideoDecData));
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
123 video->currVop = (Vop *) oscl_malloc(sizeof(Vop));
126 video->prevVop = (Vop *) oscl_malloc(sizeof(Vop));
131 video->vopHeader = (Vop **) oscl_malloc(sizeof(Vop *) * nLayers);
151 video->vopHeader[idx] = (Vop *) oscl_malloc(sizeof(Vop));
171 video->vol[idx] = (Vol *) oscl_malloc(sizeof(Vol));
183 stream = (BitstreamDecVideo *) oscl_malloc(sizeof(BitstreamDecVideo));
318 video->currVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*/
323 video->prevVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*
    [all...]

Completed in 141 milliseconds