OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnOutputFormatRequest
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/app/webrtc/
androidvideocapturer.cc
233
void AndroidVideoCapturer::
OnOutputFormatRequest
(
239
video_adapter()->
OnOutputFormatRequest
(format);
/external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc
188
void AndroidVideoCapturerJni::
OnOutputFormatRequest
(int width,
191
AsyncCapturerInvoke("
OnOutputFormatRequest
",
192
&webrtc::AndroidVideoCapturer::
OnOutputFormatRequest
,
230
reinterpret_cast<AndroidVideoCapturerJni*>(j_capturer)->
OnOutputFormatRequest
(
/external/webrtc/talk/media/base/
videoadapter.cc
159
//
OnOutputFormatRequest
- server requests you send this resolution based on
416
void CoordinatedVideoAdapter::
OnOutputFormatRequest
(const VideoFormat& format) {
Completed in 64 milliseconds