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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoadapter_unittest.cc92 adapted_frame_(NULL),
111 adapted_frame_ = copied_output_frame_.get();
114 adapted_frame_ = out_frame;
129 if (adapted_frame_ != NULL) {
130 stats.adapted_width = static_cast<int>(adapted_frame_->GetWidth());
131 stats.adapted_height = static_cast<int>(adapted_frame_->GetHeight());
141 if (adapted_frame_ == NULL) {
144 return adapted_frame_->Copy();
150 const VideoFrame* adapted_frame_; member in class:cricket::VideoAdapterTest::VideoCapturerListener

Completed in 311 milliseconds