Home
last modified time | relevance | path

Searched refs:oscl_malloc (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp98 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()
193 video->vol[idx] = (Vol *) oscl_malloc(sizeof(Vol)); in PVInitVideoDecoder()
377 video->prevEnhcVop = (Vop *) oscl_malloc(sizeof(Vop)); in PVAllocVideoData()
441 video->sliceNo = (uint8 *) oscl_malloc(nTotalMB); in PVAllocVideoData()
473 video->headerInfo.Mode = (uint8 *) oscl_malloc(nTotalMB); in PVAllocVideoData()
477 video->headerInfo.CBP = (uint8 *) oscl_malloc(nTotalMB); in PVAllocVideoData()
485 video->QPMB = (int16 *) oscl_malloc(nTotalMB * sizeof(int16)); in PVAllocVideoData()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h37 #define oscl_malloc malloc macro