Searched refs:IlbcDecoderInstance (Results 1 – 5 of 5) sorted by relevance
36 typedef struct iLBC_decinst_t_ IlbcDecoderInstance; typedef68 int16_t WebRtcIlbcfix_DecoderAssign(IlbcDecoderInstance **iLBC_decinst,86 int16_t WebRtcIlbcfix_DecoderCreate(IlbcDecoderInstance **iLBC_decinst);101 int16_t WebRtcIlbcfix_DecoderFree(IlbcDecoderInstance *iLBC_decinst);160 int16_t WebRtcIlbcfix_DecoderInit(IlbcDecoderInstance *iLBCdec_inst,162 void WebRtcIlbcfix_DecoderInit20Ms(IlbcDecoderInstance* iLBCdec_inst);163 void WebRtcIlbcfix_Decoderinit30Ms(IlbcDecoderInstance* iLBCdec_inst);185 int WebRtcIlbcfix_Decode(IlbcDecoderInstance* iLBCdec_inst,190 int WebRtcIlbcfix_Decode20Ms(IlbcDecoderInstance* iLBCdec_inst,195 int WebRtcIlbcfix_Decode30Ms(IlbcDecoderInstance* iLBCdec_inst,[all …]
39 int16_t WebRtcIlbcfix_DecoderAssign(IlbcDecoderInstance** iLBC_decinst, in WebRtcIlbcfix_DecoderAssign()42 *iLBC_decinst=(IlbcDecoderInstance*)ILBCDEC_inst_Addr; in WebRtcIlbcfix_DecoderAssign()61 int16_t WebRtcIlbcfix_DecoderCreate(IlbcDecoderInstance **iLBC_decinst) { in WebRtcIlbcfix_DecoderCreate()62 *iLBC_decinst=(IlbcDecoderInstance*)malloc(sizeof(IlbcDecoder)); in WebRtcIlbcfix_DecoderCreate()76 int16_t WebRtcIlbcfix_DecoderFree(IlbcDecoderInstance *iLBC_decinst) { in WebRtcIlbcfix_DecoderFree()125 int16_t WebRtcIlbcfix_DecoderInit(IlbcDecoderInstance* iLBCdec_inst, in WebRtcIlbcfix_DecoderInit()134 void WebRtcIlbcfix_DecoderInit20Ms(IlbcDecoderInstance* iLBCdec_inst) { in WebRtcIlbcfix_DecoderInit20Ms()137 void WebRtcIlbcfix_Decoderinit30Ms(IlbcDecoderInstance* iLBCdec_inst) { in WebRtcIlbcfix_Decoderinit30Ms()142 int WebRtcIlbcfix_Decode(IlbcDecoderInstance* iLBCdec_inst, in WebRtcIlbcfix_Decode()195 int WebRtcIlbcfix_Decode20Ms(IlbcDecoderInstance* iLBCdec_inst, in WebRtcIlbcfix_Decode20Ms()[all …]
16 typedef struct iLBC_decinst_t_ IlbcDecoderInstance; typedef37 IlbcDecoderInstance* dec_state_;
57 IlbcDecoderInstance *Dec_Inst; in main()
50 IlbcDecoderInstance *Dec_Inst; in main()