Home
last modified time | relevance | path

Searched defs:CodecInst (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DCodecInst.java13 public class CodecInst { class
17 private CodecInst(long nativeCodecInst) { in CodecInst() method in CodecInst
/external/webrtc/src/
Dcommon_types.h203 struct CodecInst struct
205 int pltype;
206 char plname[32];
207 int plfreq;
208 int pacsize;
209 int channels;
210 int rate;
/external/chromium_org/third_party/webrtc/
Dcommon_types.h286 struct CodecInst { struct
294 bool operator==(const CodecInst& other) const { argument