OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initflag
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c
34
int16_t
initflag
;
member in struct:WebRtcCngDecoder_
47
int16_t
initflag
;
member in struct:WebRtcCngEncoder_
90
(*(WebRtcCngEncoder**) cng_inst)->
initflag
= 0;
111
(*(WebRtcCngDecoder**) cng_inst)->
initflag
= 0;
167
inst->
initflag
= 1;
190
inst->
initflag
= 1;
253
if (inst->
initflag
!= 1) {
422
if (inst->
initflag
!= 1) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h
362
int16_t
initflag
; /* 0 = nothing initiated; 1 = encoder or decoder */
member in struct:__anon37094
Completed in 187 milliseconds