HomeSort by relevance Sort by last modified time
    Searched refs:nativeCodecInst (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
CodecInst.java 14 private final long nativeCodecInst;
17 private CodecInst(long nativeCodecInst) {
18 this.nativeCodecInst = nativeCodecInst;
VideoCodecInst.java 14 private final long nativeCodecInst;
17 private VideoCodecInst(long nativeCodecInst) {
18 this.nativeCodecInst = nativeCodecInst;

Completed in 623 milliseconds