HomeSort by relevance Sort by last modified time
    Searched defs:CodecInst (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
CodecInst.java 13 public class CodecInst {
16 // CodecInst can only be created from the native layer.
17 private CodecInst(long nativeCodecInst) {
30 // Dispose must be called before all references to CodecInst are lost as it
  /external/chromium_org/third_party/webrtc/
common_types.h 286 struct CodecInst {
294 bool operator==(const CodecInst& other) const {
303 bool operator!=(const CodecInst& other) const {
  /external/webrtc/src/
common_types.h 203 struct CodecInst

Completed in 166 milliseconds