/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 55 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 D | stream_operator_callback.cpp | 38 void StreamOperatorCallback::OnFrameShutter(int32_t captureId,
in OnFrameShutter() function in OHOS::Camera::StreamOperatorCallback
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/ |
H A D | stream_operator_callback.h | 33 void OnFrameShutter(int32_t captureId,
|
/drivers/peripheral/camera/test/common/callback/include/ |
H A D | stream_operator_callback.h | 32 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 D | mock_dstream_operator_callback.h | 45 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 30 void (*OnFrameShutter)(int captureId, int* streamId, int count, uint64_t timestamp); member
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service_callback.h | 42 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 D | stream_operator_callback.cpp | 45 int32_t StreamOperatorCallback::OnFrameShutter(int32_t captureId,
in OnFrameShutter() function in OHOS::Camera::StreamOperatorCallback
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | istream_operator_vdi_callback.h | 43 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 D | utils.h | 38 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 D | dstreamchangetoofflinestream_fuzzer.cpp | 47 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 D | stream_operator_callback_wrapper.cpp | 101 g_streamCallback->OnFrameShutter(captureId, ids, timestamp); in StreamCBOnFrameShutter()
|
H A D | camera_device.cpp | 44 cb.OnFrameShutter = StreamCBOnFrameShutter; in GetStreamOperator()
|
H A D | stream_operator.cpp | 270 cb.OnFrameShutter = StreamCBOnFrameShutter; in ChangeToOfflineStream()
|
/drivers/peripheral/camera/test/common/v1_3/include/ |
H A D | hdi_common_v1_3.h | 68 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 D | stream_operator_vdi_impl.h | 65 void OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp);
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.h | 193 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t>& streamIds, uint64_t timestamp) override;
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.h | 211 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 D | hdi_common_v1_2.h | 89 int32_t OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamIds, uint64_t timestamp) override;
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.h | 189 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 D | dcamera_hdf_demo.h | 208 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 D | stream_operator_vdi_impl.cpp | 660 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 D | common.h | 232 void OnFrameShutter(int32_t captureId,
|
/drivers/peripheral/camera/test/common/v1_0/include/ |
H A D | hdi_common.h | 219 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 D | hdi_common_v1_2.cpp | 298 int32_t HdiCommonV1_2::TestStreamOperatorCallbackV1_2::OnFrameShutter(int32_t captureId,
in OnFrameShutter() function in OHOS::Camera::HdiCommonV1_2::TestStreamOperatorCallbackV1_2
|