/hardware/libhardware/modules/camera/3_4/arc/ |
D | cached_frame.cpp | 60 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 …]
|
D | image_processor.cpp | 118 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 …]
|
D | cached_frame.h | 42 uint32_t GetHeight() const;
|
D | frame_buffer.h | 34 uint32_t GetHeight() const { return height_; } in GetHeight() function
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 76 int GetHeight() const { return height_; } in GetHeight() function
|
D | gr_allocator.cpp | 223 int height = descriptor.GetHeight(); in GetSize() 788 int height = descriptor.GetHeight(); in GetAlignedWidthAndHeight()
|
D | gr_buf_mgr.cpp | 179 descriptor.GetHeight(), in CreateSharedHandle() 498 descriptor.GetHeight(), in AllocateBuffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 77 int GetHeight() const { return height_; } in GetHeight() function
|
D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
D | gr_buf_mgr.cpp | 38 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/ |
D | gr_buf_descriptor.h | 77 int GetHeight() const { return height_; } in GetHeight() function
|
D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
D | gr_buf_mgr.cpp | 38 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/ |
D | gr_buf_descriptor.h | 76 int GetHeight() const { return height_; } in GetHeight() function
|
D | gr_allocator.cpp | 222 int height = descriptor.GetHeight(); in GetSize() 786 int height = descriptor.GetHeight(); in GetAlignedWidthAndHeight()
|
D | gr_buf_mgr.cpp | 180 descriptor.GetHeight(), in CreateSharedHandle() 506 descriptor.GetHeight(), in AllocateBuffer()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_descriptor.h | 89 int GetHeight() const { return height_; } in GetHeight() function
|
D | gr_buf_mgr.cpp | 36 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 358 descriptor.GetHeight(), format, buffer_type, data.size, usage); in AllocateBuffer()
|
D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 707 request_context->camera_buffer->GetHeight() == in DequeueRequest()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwcomposer.cpp | 74 uint32_t GetHeight() { return height_; } in GetHeight() function in __anona3aed1860111::DummyDisplay
|