Searched defs:conv_list (Results 1 – 2 of 2) sorted by relevance
57 struct conv_list { struct58 struct conv_list *next; // next conversion in chain argument59 unsigned bufcnt; // number of buffers to process60 AudioTypeConvert* conv; // conversion class61 AudioHdr hdr; // what to convert to62 char *desc; // describe conversion (for errs)175 nlp = new struct conv_list[bufs]; in append_conv_list() local
840 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable