OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdaptFrame
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h
66
bool
AdaptFrame
(const VideoFrame* in_frame, const VideoFrame** out_frame);
videoadapter.cc
205
bool VideoAdapter::
AdaptFrame
(const VideoFrame* in_frame,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc
530
bool
AdaptFrame
(const VideoFrame* in_frame, const VideoFrame** out_frame) {
532
return video_adapter_->
AdaptFrame
(in_frame, out_frame);
[
all
...]
Completed in 150 milliseconds