Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A DStreamSetObserver.h49 virtual void dispatchPixelData(int streamId, int64_t timestamp_us,
H A DGrpcGraph.h102 void dispatchPixelData(int streamId, int64_t timestamp_us,
H A DStreamSetObserver.cpp79 mStreamGraphInterface->dispatchPixelData(mStreamId, response.timestamp_us(), in startObservingStream()
H A DGrpcGraph.cpp425 void GrpcGraph::dispatchPixelData(int streamId, int64_t timestamp_us, in dispatchPixelData() function in android::automotive::computepipe::graph::GrpcGraph
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DGrpcGraphFuzzer.cpp142 graph->dispatchPixelData(/*streamIndex =*/2, /*timestamp =*/0, in LLVMFuzzerTestOneInput()