Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp118 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 …]
Dcached_frame.cpp58 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 …]
Dcached_frame.h41 uint32_t GetWidth() const;
Dframe_buffer.h33 uint32_t GetWidth() const { return width_; } in GetWidth() function
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h74 int GetWidth() const { return width_; } in GetWidth() function
Dgr_allocator.cpp222 int width = descriptor.GetWidth(); in GetSize()
787 int width = descriptor.GetWidth(); in GetAlignedWidthAndHeight()
Dgr_buf_mgr.cpp178 descriptor.GetWidth(), in CreateSharedHandle()
497 descriptor.GetWidth(), in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h75 int GetWidth() const { return width_; } in GetWidth() 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()
180 descriptor.GetWidth(), in CreateSharedHandle()
518 descriptor.GetWidth(), in AllocateBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h75 int GetWidth() const { return width_; } in GetWidth() 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()
180 descriptor.GetWidth(), in CreateSharedHandle()
521 descriptor.GetWidth(), in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h74 int GetWidth() const { return width_; } in GetWidth() function
Dgr_allocator.cpp221 int width = descriptor.GetWidth(); in GetSize()
785 int width = descriptor.GetWidth(); in GetAlignedWidthAndHeight()
Dgr_buf_mgr.cpp179 descriptor.GetWidth(), in CreateSharedHandle()
505 descriptor.GetWidth(), in AllocateBuffer()
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h87 int GetWidth() const { return width_; } in GetWidth() function
Dgr_buf_mgr.cpp36 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()
Dgr_allocator.cpp74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp705 request_context->camera_buffer->GetWidth() == in DequeueRequest()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp73 uint32_t GetWidth() { return width_; } in GetWidth() function in __anona3aed1860111::DummyDisplay