OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initflag
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
56
(*(ISACFIX_SubStruct**)inst)->
initflag
= 0;
87
(*(ISACFIX_SubStruct**)ISAC_main_inst)->
initflag
= 0;
218
ISAC_inst->
initflag
|= 2;
320
if ((ISAC_inst->
initflag
& 2) != 2) {
398
if ((ISAC_inst->
initflag
& 2) != 2) {
478
if ((ISAC_inst->
initflag
& 2) != 2) {
528
ISAC_inst->
initflag
|= 1;
596
if ((ISAC_inst->
initflag
& 1) != 1) {
691
if ((ISAC_inst->
initflag
& 1) != 1) {
773
if ((ISAC_inst->
initflag
& 1) != 1)
[
all
...]
structs.h
362
WebRtc_Word16
initflag
; /* 0 = nothing initiated; 1 = encoder or decoder */
member in struct:__anon28628
Completed in 29 milliseconds