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

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 13 // - Creating and deleting VideoEngine instances.
34 // VideoEngine cannot keep up the encoding frequency.
142 class WEBRTC_DLLEXPORT VideoEngine {
144 // Creates a VideoEngine object, which can then be used to acquire sub?APIs.
145 static VideoEngine* Create();
146 static VideoEngine* Create(const Config& config);
148 // Deletes a VideoEngine instance.
149 static bool Delete(VideoEngine*& video_engine);
152 // by the VideoEngine.
159 // Installs the TraceCallback implementation to ensure that the VideoEngine
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VideoEngine.java 13 public class VideoEngine {
51 public VideoEngine() {
55 // API comments can be found in VideoEngine's native APIs. Not all native

Completed in 98 milliseconds