HomeSort by relevance Sort by last modified time
    Searched refs:initflag (Results 1 - 3 of 3) 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/
isacfix.c 78 self->initflag = 0;
110 (*(ISACFIX_SubStruct**)ISAC_main_inst)->initflag = 0;
299 ISAC_inst->initflag |= 2;
413 if ((ISAC_inst->initflag & 2) != 2) {
479 if ((ISAC_inst->initflag & 2) != 2) {
545 if ((ISAC_inst->initflag & 2) != 2) {
583 ISAC_inst->initflag |= 1;
642 if ((ISAC_inst->initflag & 1) != 1) {
718 if ((ISAC_inst->initflag & 1) != 1) {
782 if ((ISAC_inst->initflag & 1) != 1)
    [all...]
structs.h 362 int16_t initflag; /* 0 = nothing initiated; 1 = encoder or decoder */ member in struct:__anon38853

Completed in 64 milliseconds