Home
last modified time | relevance | path

Searched defs:GetWidth (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.cpp90 int FrameBuffer::GetWidth() const { in GetWidth() function in FrameBuffer
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.h56 int GetWidth() const { return m_w; } in GetWidth() function
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dframe_buffer.h33 uint32_t GetWidth() const { return width_; } in GetWidth() function
H A Dcached_frame.cpp58 uint32_t CachedFrame::GetWidth() const { return yu12_frame_->GetWidth(); } in GetWidth() function in arc::CachedFrame
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_buf_descriptor.h87 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_descriptor.h65 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_descriptor.h66 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_buf_descriptor.h75 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_descriptor.h74 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_descriptor.h74 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_descriptor.h75 int GetWidth() const { return width_; } in GetWidth() function
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dlibhwjpeg-exynos.cpp70 unsigned int GetWidth() { return m_nWidth; } in GetWidth() function in CJpegStreamParser
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwcomposer.cpp73 uint32_t GetWidth() { return width_; } in GetWidth() function in __anonadc675e90110::DummyDisplay
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1097 TEST_P(GraphicsMapperHidlTest, GetWidth) { in TEST_P() argument