Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 21 of 21) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp60 uint32_t CachedFrame::GetHeight() const { return yu12_frame_->GetHeight(); } in GetHeight() function in arc::CachedFrame
64 yu12_frame_->GetHeight()); in GetConvertedSize()
75 GetHeight() != out_frame->GetHeight()) { in Convert()
78 out_frame->GetHeight()); in Convert()
85 scaled_frame_->SetHeight(out_frame->GetHeight()); in Convert()
96 source_frame_->GetHeight()); in ConvertToYU12()
103 yu12_frame_->SetHeight(source_frame_->GetHeight()); in ConvertToYU12()
117 if (yu12_frame_->GetHeight() % 2 != 0 || yu12_frame_->GetWidth() % 2 != 0) { in CropRotateScale()
119 << "x" << yu12_frame_->GetHeight(); in CropRotateScale()
123 if (yu12_frame_->GetHeight() > yu12_frame_->GetWidth()) { in CropRotateScale()
[all …]
Dimage_processor.cpp118 if ((in_frame.GetWidth() % 2) || (in_frame.GetHeight() % 2)) { in ConvertFormat()
120 << " x " << in_frame.GetHeight() << ")"; in ConvertFormat()
125 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()
142 out_frame->GetWidth() * out_frame->GetHeight(), /* dst_u */ in ConvertFormat()
145 out_frame->GetHeight() * 5 / in ConvertFormat()
148 in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()
168 in_frame.GetWidth(), in_frame.GetHeight(), ystride, in ConvertFormat()
183 in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()
192 in_frame.GetWidth() * in_frame.GetHeight(), /* src_u */ in ConvertFormat()
195 in_frame.GetWidth() * in_frame.GetHeight() * 5 / 4, /* src_v */ in ConvertFormat()
[all …]
Dcached_frame.h42 uint32_t GetHeight() const;
Dframe_buffer.h34 uint32_t GetHeight() const { return height_; } in GetHeight() function
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h76 int GetHeight() const { return height_; } in GetHeight() function
Dgr_allocator.cpp223 int height = descriptor.GetHeight(); in GetSize()
788 int height = descriptor.GetHeight(); in GetAlignedWidthAndHeight()
Dgr_buf_mgr.cpp179 descriptor.GetHeight(), in CreateSharedHandle()
498 descriptor.GetHeight(), in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h77 int GetHeight() const { return height_; } in GetHeight() function
Dgr_allocator.cpp74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
Dgr_buf_mgr.cpp38 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
181 descriptor.GetHeight(), in CreateSharedHandle()
519 descriptor.GetHeight(), in AllocateBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h77 int GetHeight() const { return height_; } in GetHeight() function
Dgr_allocator.cpp74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
Dgr_buf_mgr.cpp38 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
181 descriptor.GetHeight(), in CreateSharedHandle()
522 descriptor.GetHeight(), in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h76 int GetHeight() const { return height_; } in GetHeight() function
Dgr_allocator.cpp222 int height = descriptor.GetHeight(); in GetSize()
786 int height = descriptor.GetHeight(); in GetAlignedWidthAndHeight()
Dgr_buf_mgr.cpp180 descriptor.GetHeight(), in CreateSharedHandle()
506 descriptor.GetHeight(), in AllocateBuffer()
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h89 int GetHeight() const { return height_; } in GetHeight() function
Dgr_buf_mgr.cpp36 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
358 descriptor.GetHeight(), format, buffer_type, data.size, usage); in AllocateBuffer()
Dgr_allocator.cpp74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp707 request_context->camera_buffer->GetHeight() == in DequeueRequest()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp74 uint32_t GetHeight() { return height_; } in GetHeight() function in __anona3aed1860111::DummyDisplay