/hardware/google/camera/common/hal/google_camera_hal/ |
D | basic_result_processor.cc | 96 void BasicResultProcessor::Notify(const ProcessBlockNotifyMessage& block_message) { in Notify() argument 104 notify_(block_message.message); in Notify()
|
D | dual_ir_depth_result_processor.cc | 116 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 119 const NotifyMessage& message = block_message.message; in Notify()
|
D | hdrplus_result_processor.cc | 122 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 130 notify_(block_message.message); in Notify()
|
D | rgbird_depth_result_processor.cc | 125 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 128 const NotifyMessage& message = block_message.message; in Notify()
|
D | dual_ir_result_request_processor.cc | 294 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 302 const NotifyMessage& message = block_message.message; in Notify() 305 uint32_t camera_id = block_message.request_id; in Notify() 313 notify_(block_message.message); in Notify()
|
D | result_processor.h | 61 virtual void Notify(const ProcessBlockNotifyMessage& block_message) = 0;
|
D | basic_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | rgbird_depth_result_processor.h | 51 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | dual_ir_depth_result_processor.h | 43 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | hdrplus_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | realtime_process_block.cc | 214 ProcessBlockNotifyMessage block_message = {.message = message}; in NotifyHwlPipelineMessage() local 215 result_processor_->Notify(block_message); in NotifyHwlPipelineMessage()
|
D | hdrplus_process_block.cc | 214 ProcessBlockNotifyMessage block_message = {.message = message}; in NotifyHwlPipelineMessage() local 215 result_processor_->Notify(block_message); in NotifyHwlPipelineMessage()
|
D | realtime_zsl_result_processor.h | 48 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | realtime_zsl_result_processor.cc | 240 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 243 const NotifyMessage& message = block_message.message; in Notify()
|
D | dual_ir_result_request_processor.h | 56 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | rgbird_result_request_processor.h | 65 void Notify(const ProcessBlockNotifyMessage& block_message) override;
|
D | rgbird_result_request_processor.cc | 690 const ProcessBlockNotifyMessage& block_message) { in Notify() argument 698 const NotifyMessage& message = block_message.message; in Notify() 700 uint32_t camera_id = block_message.request_id; in Notify() 706 notify_(block_message.message); in Notify()
|
D | multicam_realtime_process_block.cc | 500 ProcessBlockNotifyMessage block_message = {.request_id = request_id, in NotifyHwlPipelineMessage() local 502 result_processor_->Notify(std::move(block_message)); in NotifyHwlPipelineMessage()
|