/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.cpp | 118 if ((in_frame.GetWidth() % 2) || (in_frame.GetHeight() % 2)) { in ConvertFormat() 119 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth() in ConvertFormat() 125 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat() 138 in_frame.GetWidth() * 2, /* src_stride_yuy2 */ in ConvertFormat() 140 out_frame->GetWidth(), /* dst_stride_y */ in ConvertFormat() 142 out_frame->GetWidth() * out_frame->GetHeight(), /* dst_u */ in ConvertFormat() 143 out_frame->GetWidth() / 2, /* dst_stride_u */ in ConvertFormat() 144 out_frame->GetData() + out_frame->GetWidth() * in ConvertFormat() 147 out_frame->GetWidth() / 2, /* dst_stride_v */ in ConvertFormat() 148 in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat() [all …]
|
D | cached_frame.cpp | 58 uint32_t CachedFrame::GetWidth() const { return yu12_frame_->GetWidth(); } in GetWidth() function in arc::CachedFrame 63 return ImageProcessor::GetConvertedSize(fourcc, yu12_frame_->GetWidth(), in GetConvertedSize() 74 if (GetWidth() != out_frame->GetWidth() || in Convert() 77 yu12_frame_->GetFourcc(), out_frame->GetWidth(), in Convert() 84 scaled_frame_->SetWidth(out_frame->GetWidth()); in Convert() 95 V4L2_PIX_FMT_YUV420, source_frame_->GetWidth(), in ConvertToYU12() 102 yu12_frame_->SetWidth(source_frame_->GetWidth()); in ConvertToYU12() 117 if (yu12_frame_->GetHeight() % 2 != 0 || yu12_frame_->GetWidth() % 2 != 0) { in CropRotateScale() 118 LOGF(ERROR) << "yu12_frame_ has odd dimension: " << yu12_frame_->GetWidth() in CropRotateScale() 123 if (yu12_frame_->GetHeight() > yu12_frame_->GetWidth()) { in CropRotateScale() [all …]
|
D | cached_frame.h | 41 uint32_t GetWidth() const;
|
D | frame_buffer.h | 33 uint32_t GetWidth() const { return width_; } in GetWidth() function
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 74 int GetWidth() const { return width_; } in GetWidth() function
|
D | gr_allocator.cpp | 222 int width = descriptor.GetWidth(); in GetSize() 787 int width = descriptor.GetWidth(); in GetAlignedWidthAndHeight()
|
D | gr_buf_mgr.cpp | 178 descriptor.GetWidth(), in CreateSharedHandle() 497 descriptor.GetWidth(), in AllocateBuffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 75 int GetWidth() const { return width_; } in GetWidth() 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() 180 descriptor.GetWidth(), in CreateSharedHandle() 518 descriptor.GetWidth(), in AllocateBuffer()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 75 int GetWidth() const { return width_; } in GetWidth() 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() 180 descriptor.GetWidth(), in CreateSharedHandle() 521 descriptor.GetWidth(), in AllocateBuffer()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 74 int GetWidth() const { return width_; } in GetWidth() function
|
D | gr_allocator.cpp | 221 int width = descriptor.GetWidth(); in GetSize() 785 int width = descriptor.GetWidth(); in GetAlignedWidthAndHeight()
|
D | gr_buf_mgr.cpp | 179 descriptor.GetWidth(), in CreateSharedHandle() 505 descriptor.GetWidth(), in AllocateBuffer()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_descriptor.h | 87 int GetWidth() const { return width_; } in GetWidth() function
|
D | gr_buf_mgr.cpp | 36 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 357 data.fd, e_data.fd, flags, INT(alignedw), INT(alignedh), descriptor.GetWidth(), 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 | 705 request_context->camera_buffer->GetWidth() == in DequeueRequest()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwcomposer.cpp | 73 uint32_t GetWidth() { return width_; } in GetWidth() function in __anona3aed1860111::DummyDisplay
|