Searched refs:IlbcDecoderInstance (Results 1 – 5 of 5) sorted by relevance
31 typedef struct iLBC_decinst_t_ IlbcDecoderInstance; typedef63 int16_t WebRtcIlbcfix_DecoderAssign(IlbcDecoderInstance** iLBC_decinst,80 int16_t WebRtcIlbcfix_DecoderCreate(IlbcDecoderInstance** iLBC_decinst);95 int16_t WebRtcIlbcfix_DecoderFree(IlbcDecoderInstance* iLBC_decinst);153 int16_t WebRtcIlbcfix_DecoderInit(IlbcDecoderInstance* iLBCdec_inst,155 void WebRtcIlbcfix_DecoderInit20Ms(IlbcDecoderInstance* iLBCdec_inst);156 void WebRtcIlbcfix_Decoderinit30Ms(IlbcDecoderInstance* iLBCdec_inst);178 int WebRtcIlbcfix_Decode(IlbcDecoderInstance* iLBCdec_inst,183 int WebRtcIlbcfix_Decode20Ms(IlbcDecoderInstance* iLBCdec_inst,188 int WebRtcIlbcfix_Decode30Ms(IlbcDecoderInstance* iLBCdec_inst,[all …]
41 int16_t WebRtcIlbcfix_DecoderAssign(IlbcDecoderInstance** iLBC_decinst, in WebRtcIlbcfix_DecoderAssign()44 *iLBC_decinst=(IlbcDecoderInstance*)ILBCDEC_inst_Addr; in WebRtcIlbcfix_DecoderAssign()62 int16_t WebRtcIlbcfix_DecoderCreate(IlbcDecoderInstance **iLBC_decinst) { in WebRtcIlbcfix_DecoderCreate()63 *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()196 int WebRtcIlbcfix_Decode20Ms(IlbcDecoderInstance* iLBCdec_inst, in WebRtcIlbcfix_Decode20Ms()[all …]
22 typedef struct iLBC_decinst_t_ IlbcDecoderInstance; typedef46 IlbcDecoderInstance* dec_state_;
50 IlbcDecoderInstance *Dec_Inst; in main()
57 IlbcDecoderInstance *Dec_Inst; in main()