Home
last modified time | relevance | path

Searched defs:InputFrame (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/include/
DInputFrame.h42 struct InputFrame { struct
47 explicit InputFrame(uint32_t height, uint32_t width, PixelFormat format, uint32_t stride, in InputFrame() function
69 InputFrame() = delete; argument
71 InputFrame& operator=(const InputFrame& f) = delete; argument
73 InputFrame& operator=(InputFrame&& f) = delete; argument
77 FrameDeleter mDeleter;
78 const uint8_t* mDataPtr;
/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp47 const runner::InputFrame&) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp98 const runner::InputFrame&) { in TEST()
/packages/services/Car/cpp/computepipe/runner/stream_manager/
DSemanticManager.cpp165 Status SemanticManager::queuePacket(const InputFrame& /*inputData*/, uint64_t /*timestamp*/) { in queuePacket()
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.cpp348 const runner::InputFrame& /*inputFrame*/) { in SetInputStreamPixelData()