Home | History | Annotate | Download | only in cng

Lines Matching defs:errorcode

33   int16_t errorcode;
46 int16_t errorcode;
89 (*(WebRtcCngEncInst_t**) cng_inst)->errorcode = 0;
110 (*(WebRtcCngDecInst_t**) cng_inst)->errorcode = 0;
153 inst->errorcode = CNG_DISALLOWED_LPC_ORDER;
255 inst->errorcode = CNG_ENCODER_NOT_INITIATED;
261 inst->errorcode = CNG_DISALLOWED_FRAME_SIZE;
422 inst->errorcode = CNG_DECODER_NOT_INITIATED;
493 inst->errorcode = CNG_DISALLOWED_FRAME_SIZE;
595 return inst->errorcode;
601 return inst->errorcode;