Home
last modified time | relevance | path

Searched refs:pixelData (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DPixelStreamManagerFuzzer.cpp75 std::vector<uint8_t> pixelData(16 * 16 * 3, 100); in LLVMFuzzerTestOneInput() local
76 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &pixelData[0]); in LLVMFuzzerTestOneInput()
/aosp12/packages/services/Car/cpp/computepipe/runner/stream_manager/include/
H A DStreamManager.h72 virtual Status queuePacket(const InputFrame& pixelData, uint64_t timestamp) = 0;