Searched defs:CodecInst (Results 1 – 3 of 3) sorted by relevance
13 public class CodecInst { class17 private CodecInst(long nativeCodecInst) { in CodecInst() method in CodecInst
203 struct CodecInst struct205 int pltype;206 char plname[32];207 int plfreq;208 int pacsize;209 int channels;210 int rate;
286 struct CodecInst { struct294 bool operator==(const CodecInst& other) const { argument