Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DFrameBuffer.cpp94 int FrameBuffer::GetHeight() const { in GetHeight() function in FrameBuffer
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.h55 int GetHeight() const { return m_h; } in GetHeight() function
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dframe_buffer.h34 uint32_t GetHeight() const { return height_; } in GetHeight() function
H A Dcached_frame.cpp60 uint32_t CachedFrame::GetHeight() const { return yu12_frame_->GetHeight(); } in GetHeight() function in arc::CachedFrame
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_buf_descriptor.h89 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_descriptor.h67 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_descriptor.h68 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_buf_descriptor.h77 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_descriptor.h76 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_descriptor.h76 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_descriptor.h77 int GetHeight() const { return height_; } in GetHeight() function
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dlibhwjpeg-exynos.cpp71 unsigned int GetHeight() { return m_nHeight; } in GetHeight() function in CJpegStreamParser
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwcomposer.cpp74 uint32_t GetHeight() { return height_; } in GetHeight() function in __anonadc675e90110::DummyDisplay
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1109 TEST_P(GraphicsMapperHidlTest, GetHeight) { in TEST_P() argument