Home
last modified time | relevance | path

Searched refs:sourceHeight (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp95 uint32_t sourceHeight, in createImageWithColor() argument
99 m_vkCommandPool, sourceWidth, sourceHeight); in createImageWithColor()
104 std::vector<uint32_t> sourcePixels(sourceWidth * sourceHeight, sourceColor); in createImageWithColor()
114 uint32_t sourceHeight; in createSourceImageFromPng() local
116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng()
122 m_vkCommandPool, sourceWidth, sourceHeight); in createSourceImageFromPng()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc.cpp252 uint32_t sourceHeight = sourceCrop.bottom - sourceCrop.top; in scaleDisplayFrame() local
255 isEqual(((float)layerHeight / (float)sourceHeight), yresRatio)) in scaleDisplayFrame()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp635 uint32_t sourceHeight = 0; in LoadImage() local
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp4934 size_type sourceHeight = in Image2D() local
4952 desc.image_height = sourceHeight; in Image2D()