OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:persistant_ptr
(Results
1 - 3
of
3
) sorted by null
/external/libxaac/decoder/drc_src/
impd_drc_init.c
289
SIZE_T
persistant_ptr
= (SIZE_T)p_obj_drc->p_state->
persistant_ptr
;
local
292
(ia_drc_bits_dec_struct *)
persistant_ptr
;
293
persistant_ptr
= (SIZE_T)
persistant_ptr
+ sizeof(ia_drc_bits_dec_struct) + 32;
296
(ia_drc_gain_dec_struct *)
persistant_ptr
;
297
persistant_ptr
= (SIZE_T)
persistant_ptr
+ sizeof(ia_drc_gain_dec_struct) + 32;
300
(ia_drc_gain_dec_struct *)
persistant_ptr
;
301
persistant_ptr
= (SIZE_T)persistant_ptr + sizeof(ia_drc_gain_dec_struct) + 32
394
pVOID
persistant_ptr
= p_obj_drc->p_state->
persistant_ptr
;
local
[
all
...]
impd_drc_api_struct_def.h
115
pVOID
persistant_ptr
;
member in struct:ia_drc_state_struct
impd_drc_api.c
122
p_obj_drc->p_state->
persistant_ptr
=
Completed in 64 milliseconds