Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp309 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()
DEvsVideoEmulatedCamera.cpp334 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/
DVtsHalEvsV1_1TargetTest.cpp2301 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/
DVtsHalEvsTargetTest.cpp1999 unsigned pixelsPerLine; in TEST_P() local
2004 /* layerCount = */ 1, usage, &memHandle, &pixelsPerLine, in TEST_P()
2023 pDesc->stride = pixelsPerLine; in TEST_P()