Home
last modified time | relevance | path

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

12

/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/sm7250/display/gralloc/
Dgr_buf_descriptor.h65 int GetWidth() const { return width_; } in GetWidth() function
Dgr_allocator.cpp87 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h66 int GetWidth() const { return width_; } in GetWidth() function
Dgr_allocator.cpp95 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
/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/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/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/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/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp68 unsigned int GetWidth() { return m_nWidth; } in GetWidth() function in CJpegStreamParser
393 image_width = m_jpegStreamParser.GetWidth(); in PrepareDecompression()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h416 uint32_t GetWidth() const { return mGralloc->getWidth(mHandle); } in GetWidth() function
DGfxstreamEnd2EndTests.cpp646 actual.width = ahb.GetWidth(); in AsImage()
/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 __anonc69cba910111::DummyDisplay

12