OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pf_aligned_alloc
(Results
1 - 14
of
14
) sorted by null
/external/libhevc/decoder/
ihevcd_api.c
[
all
...]
ihevcd_structs.h
2105
void *(*
pf_aligned_alloc
)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
member in struct:_codec_t
[
all
...]
/external/libavc/decoder/
ih264d_api.c
[
all
...]
ih264d_utils.c
[
all
...]
ivd.h
293
void *(*
pf_aligned_alloc
)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
member in struct:__anon13923
302
* memory managers. This will be passed as first argument to
pf_aligned_alloc
and
ih264d_structs.h
1348
void *(*
pf_aligned_alloc
)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
member in struct:_DecStruct
[
all
...]
/external/libmpeg2/common/
ideint.h
101
void *(*
pf_aligned_alloc
)(WORD32 alignment, WORD32 size);
member in struct:__anon15279
ideint.c
165
ps_ctxt->s_params.
pf_aligned_alloc
= NULL;
/external/libhevc/common/
ivd.h
291
void *(*
pf_aligned_alloc
)(void *pv_mem_ctxt, WORD32 alignment, WORD32 size);
member in struct:__anon15100
300
* memory managers. This will be passed as first argument to
pf_aligned_alloc
and
/external/libmpeg2/decoder/
impeg2d_deinterlace.c
197
s_params.
pf_aligned_alloc
= NULL;
/frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp
315
s_create_ip.s_ivd_create_ip_t.
pf_aligned_alloc
= ivd_aligned_malloc;
/frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp
317
s_create_ip.s_ivd_create_ip_t.
pf_aligned_alloc
= ivd_aligned_malloc;
/external/libavc/test/decoder/
main.c
[
all
...]
/external/libhevc/test/decoder/
main.c
[
all
...]
Completed in 453 milliseconds