Searched refs:DispatchPixelData (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/include/ |
H A D | PrebuiltEngineInterface.h | 31 virtual void DispatchPixelData(int streamId, int64_t timestamp,
|
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/ |
H A D | PrebuiltEngineInterfaceImpl.h | 51 void DispatchPixelData(int streamId, int64_t timestamp, in DispatchPixelData() function
|
H A D | GrpcGraphServerImpl.h | 183 void DispatchPixelData(int streamId, int64_t timestamp, in DispatchPixelData() function
|
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/ |
H A D | AidlClientImpl.cpp | 115 Status AidlClientImpl::DispatchPixelData(int32_t streamId, in DispatchPixelData() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClientImpl 175 return DispatchPixelData(streamId, packetHandle); in dispatchPacketToClient()
|
H A D | AidlClientImpl.h | 90 Status DispatchPixelData(int32_t streamId, const std::shared_ptr<MemHandle>& packetHandle);
|
/aosp12/packages/services/Car/cpp/computepipe/runner/engine/ |
H A D | DefaultEngine.h | 106 void DispatchPixelData(int streamId, int64_t timestamp, const InputFrame& frame) override;
|
H A D | DefaultEngine.cpp | 206 void DefaultEngine::DispatchPixelData(int streamId, int64_t timestamp, const InputFrame& frame) { in DispatchPixelData() function in android::automotive::computepipe::runner::engine::DefaultEngine
|
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/ |
H A D | LocalPrebuiltGraph.cpp | 389 engineInterface->DispatchPixelData(streamIndex, timestamp, frame); in OutputPixelStreamCallbackFunction()
|
H A D | GrpcGraph.cpp | 429 return engineInterface->DispatchPixelData(streamId, timestamp_us, frame); in dispatchPixelData()
|