Home
last modified time | relevance | path

Searched refs:numBytesPerPixel (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/computepipe/runner/include/
DPixelFormatUtils.h28 int numBytesPerPixel(AHardwareBuffer_Format format);
/packages/services/Car/computepipe/runner/
DPixelFormatUtils.cpp24 int numBytesPerPixel(AHardwareBuffer_Format format) { in numBytesPerPixel() function
/packages/services/Car/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp49 buffer.pixelSize = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(hwDesc.format)); in getBufferDesc()
/packages/services/Car/computepipe/runner/stream_manager/
DPixelStreamManager.cpp109 int bytesPerPixel = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(mDesc.format)); in setFrameData()
/packages/services/Car/computepipe/tests/runner/stream_manager/
DPixelStreamManagerTest.cpp81 int bytesPerPixel = numBytesPerPixel(expectedFormat);