Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp94 std::unique_ptr<const SourceOrTargetImage> createImageWithColor(uint32_t sourceWidth, in createImageWithColor() argument
99 m_vkCommandPool, sourceWidth, sourceHeight); in createImageWithColor()
104 std::vector<uint32_t> sourcePixels(sourceWidth * sourceHeight, sourceColor); in createImageWithColor()
113 uint32_t sourceWidth; 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.cpp251 uint32_t sourceWidth = sourceCrop.right - sourceCrop.left; in scaleDisplayFrame() local
254 if (isEqual(((float)layerWidth / (float)sourceWidth), xresRatio) && in scaleDisplayFrame()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp634 uint32_t sourceWidth = 0; in LoadImage() local
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp4932 size_type sourceWidth = in Image2D() local
4951 desc.image_width = sourceWidth; in Image2D()