OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oscl_malloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h
37
#define
oscl_malloc
malloc
macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp
96
video = (VideoDecData *)
oscl_malloc
(sizeof(VideoDecData));
111
video->vol = (Vol **)
oscl_malloc
(nLayers * sizeof(Vol *));
136
video->currVop = (Vop *)
oscl_malloc
(sizeof(Vop));
139
video->prevVop = (Vop *)
oscl_malloc
(sizeof(Vop));
149
video->vopHeader = (Vop **)
oscl_malloc
(sizeof(Vop *) * nLayers);
169
video->vopHeader[idx] = (Vop *)
oscl_malloc
(sizeof(Vop));
189
video->vol[idx] = (Vol *)
oscl_malloc
(sizeof(Vol));
201
stream = (BitstreamDecVideo *)
oscl_malloc
(sizeof(BitstreamDecVideo));
349
video->currVop->yChan = (PIXEL *)
oscl_malloc
(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*/
354
video->prevVop->yChan = (PIXEL *)
oscl_malloc
(size * 3 / 2); /* Allocate memory for all VOP OKA 3/2/1*
[
all
...]
Completed in 39 milliseconds