Searched defs:VideoEngine (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_base.h13 // - Creating and deleting VideoEngine instances.
30 // VideoEngine cannot keep up the encoding frequency.
120 class WEBRTC_DLLEXPORT VideoEngine { class in namespace:webrtc
122 // Creates a VideoEngine object, which can then be used to acquire subā€APIs.
123 static VideoEngine* Create();
124 static VideoEngine* Create(const Config& config);
126 // Deletes a VideoEngine instance.
127 static bool Delete(VideoEngine*& video_engine);
130 // by the VideoEngine.
137 // Installs the TraceCallback implementation to ensure that the VideoEngine
142 VideoEngine() {} function in class:webrtc::VideoEngine
[all...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoEngine.java13 public class VideoEngine { class
51 public VideoEngine() { method in class:VideoEngine
55 // API comments can be found in VideoEngine's native APIs. Not all native

Completed in 81 milliseconds