Searched refs:setKeyFrameRequestMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoEngine.java93 public int setKeyFrameRequestMethod(int channel, method in class:VideoEngine
95 return setKeyFrameRequestMethod(channel, requestMethod.ordinal());
97 private native int setKeyFrameRequestMethod(int channel, method in class:VideoEngine
H A DMediaEngine.java181 check(vie.setKeyFrameRequestMethod(videoChannel,
184 "Failed setKeyFrameRequestMethod");

Completed in 88 milliseconds