Searched refs:rotated_frame_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 279 if (rotated_frame_) { in GetCopyWithRotationApplied() 280 return rotated_frame_.get(); in GetCopyWithRotationApplied() 294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied() 302 GetVPitch(), rotated_frame_->GetYPlane(), rotated_frame_->GetYPitch(), in GetCopyWithRotationApplied() 303 rotated_frame_->GetUPlane(), rotated_frame_->GetUPitch(), in GetCopyWithRotationApplied() 304 rotated_frame_->GetVPlane(), rotated_frame_->GetVPitch(), width, height, in GetCopyWithRotationApplied() 307 return rotated_frame_.get(); in GetCopyWithRotationApplied()
|
D | webrtcvideoframe.h | 144 mutable rtc::scoped_ptr<VideoFrame> rotated_frame_; variable
|