Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/
DPixelFormatUtils.cpp38 AHardwareBuffer_Format PixelFormatToHardwareBufferFormat(PixelFormat pixelFormat) { in PixelFormatToHardwareBufferFormat() argument
39 switch (pixelFormat) { in PixelFormatToHardwareBufferFormat()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DPixelMemHandleFuzzer.cpp39 PixelFormat pixelFormat = static_cast<PixelFormat>(frame.format()); in convertToInputFrame() local
41 return InputFrame(height, width, pixelFormat, stride, data); in convertToInputFrame()
/packages/services/Car/cpp/computepipe/runner/include/
DPixelFormatUtils.h30 AHardwareBuffer_Format PixelFormatToHardwareBufferFormat(PixelFormat pixelFormat);
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManagerUtil.h36 static bool convertToPixelFormat(const std::string& format, int32_t& pixelFormat);