Home
last modified time | relevance | path

Searched refs:bytesPerStride (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp286 int32_t bytesPerStride = -1; in TEST_P() local
289 &bytesPerPixel, &bytesPerStride))); in TEST_P()
293 EXPECT_GT(bytesPerStride, -1); in TEST_P()
307 bytesPerStride = -1; in TEST_P()
312 &bytesPerPixel, &bytesPerStride))); in TEST_P()
321 EXPECT_GT(bytesPerStride, -1); in TEST_P()
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal201 * should be returned. bytesPerStride must contain the bytes per stride of
202 * the buffer. If the bytesPerStride is unknown or variable, a value of -1
224 * @return bytesPerStride the number of bytes per stride of the buffer
233 int32_t bytesPerStride);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp381 int32_t bytesPerStride; in lock() local
383 &bytesPerStride); in lock()