Searched refs:oscl_malloc (Results 1 – 2 of 2) sorted by relevance
98 video = (VideoDecData *) oscl_malloc(sizeof(VideoDecData)); in PVInitVideoDecoder()114 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *)); in PVInitVideoDecoder()140 video->currVop = (Vop *) oscl_malloc(sizeof(Vop)); in PVInitVideoDecoder()143 video->prevVop = (Vop *) oscl_malloc(sizeof(Vop)); in PVInitVideoDecoder()153 video->vopHeader = (Vop **) oscl_malloc(sizeof(Vop *) * nLayers); in PVInitVideoDecoder()173 video->vopHeader[idx] = (Vop *) oscl_malloc(sizeof(Vop)); in PVInitVideoDecoder()193 video->vol[idx] = (Vol *) oscl_malloc(sizeof(Vol)); in PVInitVideoDecoder()205 stream = (BitstreamDecVideo *) oscl_malloc(sizeof(BitstreamDecVideo)); in PVInitVideoDecoder()358 …video->currVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/… in PVAllocVideoData()364 …video->prevVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/… in PVAllocVideoData()[all …]
37 #define oscl_malloc malloc macro