Searched refs:pixelsPerLine (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsMockCamera.cpp | 309 unsigned pixelsPerLine = 0; in allocateOneFrame() local 310 const auto result = alloc.allocate(mWidth, mHeight, mFormat, 1, mUsage, handle, &pixelsPerLine, in allocateOneFrame() 314 mStride = pixelsPerLine; in allocateOneFrame() 315 } else if (mStride != pixelsPerLine) { in allocateOneFrame()
|
D | EvsVideoEmulatedCamera.cpp | 334 unsigned pixelsPerLine = 0; in allocateOneFrame() local 335 const auto result = alloc.allocate(mWidth, mHeight, mFormat, 1, mUsage, handle, &pixelsPerLine, in allocateOneFrame() 339 mStride = pixelsPerLine; in allocateOneFrame() 340 } else if (mStride != pixelsPerLine) { in allocateOneFrame()
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | VtsHalEvsV1_1TargetTest.cpp | 2301 unsigned pixelsPerLine; in TEST_P() local 2306 /* layerCount = */ 1, usage, &memHandle, &pixelsPerLine, in TEST_P() 2325 pDesc->stride = pixelsPerLine; in TEST_P()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | VtsHalEvsTargetTest.cpp | 1999 unsigned pixelsPerLine; in TEST_P() local 2004 /* layerCount = */ 1, usage, &memHandle, &pixelsPerLine, in TEST_P() 2023 pDesc->stride = pixelsPerLine; in TEST_P()
|