Searched refs:pixelData (Results 1 – 2 of 2) sorted by relevance
75 std::vector<uint8_t> pixelData(16 * 16 * 3, 100); in LLVMFuzzerTestOneInput() local76 InputFrame frame(16, 16, PixelFormat::RGB, 16 * 3, &pixelData[0]); in LLVMFuzzerTestOneInput()
72 virtual Status queuePacket(const InputFrame& pixelData, uint64_t timestamp) = 0;