Home
last modified time | relevance | path

Searched refs:OnFrameShutter (Results 1 - 25 of 33) sorted by relevance

12

/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service_callback.cpp55 int32_t StreamOperatorServiceCallback::OnFrameShutter(int32_t captureId, in OnFrameShutter() function in OHOS::Camera::StreamOperatorServiceCallback
59 return streamOperatorCallback_->OnFrameShutter(captureId, streamIds, timestamp); in OnFrameShutter()
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dstream_operator_callback.cpp38 void StreamOperatorCallback::OnFrameShutter(int32_t captureId, in OnFrameShutter() function in OHOS::Camera::StreamOperatorCallback
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
H A Dstream_operator_callback.h33 void OnFrameShutter(int32_t captureId,
/drivers/peripheral/camera/test/common/callback/include/
H A Dstream_operator_callback.h32 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Dmock_dstream_operator_callback.h45 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override
/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h30 void (*OnFrameShutter)(int captureId, int* streamId, int count, uint64_t timestamp); member
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service_callback.h42 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/test/common/callback/src/
H A Dstream_operator_callback.cpp45 int32_t StreamOperatorCallback::OnFrameShutter(int32_t captureId, in OnFrameShutter() function in OHOS::Camera::StreamOperatorCallback
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi_callback.h43 virtual int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) = 0;
/drivers/peripheral/camera/vdi_base/v4l2/include/
H A Dutils.h38 std::function<void (int32_t captureId, const std::vector<int> &streamIds)> OnFrameShutter; variable
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/
H A Ddstreamchangetoofflinestream_fuzzer.cpp47 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator_callback_wrapper.cpp101 g_streamCallback->OnFrameShutter(captureId, ids, timestamp); in StreamCBOnFrameShutter()
H A Dcamera_device.cpp44 cb.OnFrameShutter = StreamCBOnFrameShutter; in GetStreamOperator()
H A Dstream_operator.cpp270 cb.OnFrameShutter = StreamCBOnFrameShutter; in ChangeToOfflineStream()
/drivers/peripheral/camera/test/common/v1_3/include/
H A Dhdi_common_v1_3.h68 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_operator_vdi_impl.h65 void OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp);
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h193 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h211 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/test/common/v1_2/include/
H A Dhdi_common_v1_2.h89 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h189 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h208 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp660 OnFrameShutter(message[0]->GetCaptureId(), ids, message[0]->GetTimestamp());
699 void StreamOperatorVdiImpl::OnFrameShutter(int32_t captureId,
703 callback_->OnFrameShutter(captureId, streamIds, timestamp);
/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h232 void OnFrameShutter(int32_t captureId,
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h219 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) override;
/drivers/peripheral/camera/test/common/v1_2/src/
H A Dhdi_common_v1_2.cpp298 int32_t HdiCommonV1_2::TestStreamOperatorCallbackV1_2::OnFrameShutter(int32_t captureId, in OnFrameShutter() function in OHOS::Camera::HdiCommonV1_2::TestStreamOperatorCallbackV1_2

Completed in 12 milliseconds

12