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

  /external/webrtc/talk/media/base/
videoframefactory.cc 61 if (!output_frame_ || !output_frame_->IsExclusive() ||
62 output_frame_->GetWidth() != static_cast<size_t>(output_width) ||
63 output_frame_->GetHeight() != static_cast<size_t>(output_height)) {
64 output_frame_.reset(
66 if (!output_frame_) {
72 cropped_input_frame->StretchToFrame(output_frame_.get(), true, true);
73 output_frame_->SetTimeStamp(cropped_input_frame->GetTimeStamp());
75 return output_frame_->Copy();
videoframefactory.h 73 mutable rtc::scoped_ptr<VideoFrame> output_frame_; member in class:cricket::VideoFrameFactory

Completed in 1142 milliseconds