Searched refs:yu12_frame_ (Results 1 – 2 of 2) sorted by relevance
117 if (yu12_frame_->GetHeight() % 2 != 0 || yu12_frame_->GetWidth() % 2 != 0) { in CropRotateScale()123 if (yu12_frame_->GetHeight() > yu12_frame_->GetWidth()) { in CropRotateScale()125 << yu12_frame_->GetWidth() << "x" << yu12_frame_->GetHeight(); in CropRotateScale()140 int cropped_width = yu12_frame_->GetHeight() * yu12_frame_->GetHeight() / in CropRotateScale()180 yu12_frame_->GetData(), yu12_frame_->GetDataSize(), rotated_y_plane, in CropRotateScale()206 yu12_frame_->GetData(), yu12_frame_->GetWidth(), in CropRotateScale()207 yu12_frame_->GetData() + in CropRotateScale()208 yu12_frame_->GetWidth() * yu12_frame_->GetHeight(), in CropRotateScale()210 yu12_frame_->GetData() + in CropRotateScale()211 yu12_frame_->GetWidth() * yu12_frame_->GetHeight() * 5 / 4, in CropRotateScale()[all …]
77 std::unique_ptr<AllocatedFrameBuffer> yu12_frame_; variable