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

  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 279 if (rotated_frame_) {
280 return rotated_frame_.get();
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height,
302 GetVPitch(), rotated_frame_->GetYPlane(), rotated_frame_->GetYPitch(),
303 rotated_frame_->GetUPlane(), rotated_frame_->GetUPitch(),
304 rotated_frame_->GetVPlane(), rotated_frame_->GetVPitch(), width, height,
307 return rotated_frame_.get()
    [all...]
webrtcvideoframe.h 144 mutable rtc::scoped_ptr<VideoFrame> rotated_frame_; member in class:cricket::WebRtcVideoFrame

Completed in 44 milliseconds