/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/ |
H A D | vo_node.cpp | 36 RetCode VoNode::Start(const int32_t streamId) in Start() argument 58 RetCode VoNode::Stop(const int32_t streamId) in Stop() argument
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/venc_node/ |
H A D | venc_node.cpp | 27 RetCode VencNode::Start(const int32_t streamId) in Start() argument 32 RetCode VencNode::Stop(const int32_t streamId) in Stop() argument
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | stream_operator_callback.cpp | 20 OnCaptureStarted(int32_t captureId, const std::vector<int32_t> &streamId) OnCaptureStarted() argument 38 OnFrameShutter(int32_t captureId, const std::vector<int32_t> &streamId, uint64_t timestamp) OnFrameShutter() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/transform_node/ |
H A D | transform_node.cpp | 23 RetCode TransformNode::Start(const int32_t streamId) in Start() argument 28 RetCode TransformNode::Stop(const int32_t streamId) in Stop() argument
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerareleasestreams_fuzzer/ |
H A D | dcamerareleasestreams_fuzzer.cpp | 34 int32_t streamId = *(reinterpret_cast<const int32_t*>(data)); in DcameraReleaseStreamsFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastopcapture_fuzzer/ |
H A D | dcamerastopcapture_fuzzer.cpp | 34 int32_t streamId = *(reinterpret_cast<const int32_t*>(data)); in DcameraStopCaptureFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamattachbufferqueue_fuzzer/ |
H A D | dstreamattachbufferqueue_fuzzer.cpp | 31 int32_t streamId = *(reinterpret_cast<const int*>(data)); in DstreamAttachBufferQueueFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamdetachbufferqueue_fuzzer/ |
H A D | dstreamdetachbufferqueue_fuzzer.cpp | 31 int32_t streamId = *(reinterpret_cast<const int*>(data)); in DstreamDetachBufferQueueFuzzTest() local
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator_callback_wrapper.cpp | 28 void StreamCBOnCaptureStarted(int captureId, const int* streamId, int count) in StreamCBOnCaptureStarted() argument 87 void StreamCBOnFrameShutter(int captureId, const int* streamId, int count, uint64_t timestamp) in StreamCBOnFrameShutter() argument [all...] |
H A D | buffer_producer_wrapper.cpp | 117 int BufferProducerGetQueueSize(int streamId) in BufferProducerGetQueueSize() argument 127 unsigned int BufferProducerSetQueueSize(int streamId, int size) in BufferProducerSetQueueSize() argument
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/ |
H A D | vi_node.cpp | 34 RetCode ViNode::Start(const int32_t streamId) in Start() argument 61 RetCode ViNode::Stop(const int32_t streamId) in Stop() argument
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/ |
H A D | mpi_node.cpp | 33 RetCode MpiNode::ConnectMpi(const int32_t streamId) in ConnectMpi() argument 71 RetCode MpiNode::DisConnectMpi(const int32_t streamId) in DisConnectMpi() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/merge_node/ |
H A D | merge_node.cpp | 38 RetCode MergeNode::Start(const int32_t streamId) in Start() argument 54 RetCode MergeNode::Stop(const int32_t streamId) in Stop() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/sink_node/ |
H A D | sink_node.cpp | 24 RetCode SinkNode::Start(const int32_t streamId) in Start() argument 30 RetCode SinkNode::Stop(const int32_t streamId) in Stop() argument 39 int32_t streamId = buffer->GetStreamId(); in DeliverBuffer() local
|
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
H A D | scale_node.cpp | 34 RetCode ScaleNode::Start(const int32_t streamId) in Start() argument 40 RetCode ScaleNode::Stop(const int32_t streamId) in Stop() argument 46 RetCode ScaleNode::Flush(const int32_t streamId) in Flush() argument 75 RetCode ScaleNode::Capture(const int32_t streamId, cons argument 81 CancelCapture(const int32_t streamId) CancelCapture() argument [all...] |
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/notifyevent_fuzzer/ |
H A D | notifyevent_fuzzer.cpp | 38 int32_t streamId = *(reinterpret_cast<const int32_t*>(data)); in NotifyEventFuzzTest() local
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/src/ |
H A D | daudio_manager_interface_impl_test.cpp | 91 int32_t streamId = 0; in HWTEST_F() local 107 int32_t streamId = 0; in HWTEST_F() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraacquirebuffer_fuzzer/ |
H A D | dcameraacquirebuffer_fuzzer.cpp | 34 int32_t streamId = 1; in DcameraAcquireBufferFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerashutterbuffer_fuzzer/ |
H A D | dcamerashutterbuffer_fuzzer.cpp | 34 int32_t streamId = 1; in DcameraShutterBufferFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/ |
H A D | dstreamchangetoofflinestream_fuzzer.cpp | 57 int32_t streamId = *(reinterpret_cast<const int*>(data)); in DstreamChangeToOfflineStreamFuzzTest() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamcapture_fuzzer/ |
H A D | dstreamcapture_fuzzer.cpp | 32 int32_t streamId = *(reinterpret_cast<const int*>(data)); in DstreamCaptureFuzzTest() local
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vpss_node/ |
H A D | vpss_node.cpp | 41 RetCode VpssNode::Init(const int32_t streamId) in Init() argument 47 RetCode VpssNode::Start(const int32_t streamId) in Start() argument 76 RetCode VpssNode::Flush(const int32_t streamId) in Flush() argument 97 Stop(const int32_t streamId) Stop() argument 119 Capture(const int32_t streamId, const int32_t captureId) Capture() argument 135 CancelCapture(const int32_t streamId) CancelCapture() argument [all...] |
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline_manager.cpp | 31 RetCode OfflinePipelineManager::SwitchToOfflinePipeline(int32_t streamId, in SwitchToOfflinePipeline() argument 54 RetCode OfflinePipelineManager::CancelCapture(int32_t streamId, int32_t captureId) in CancelCapture() argument 102 std::shared_ptr<OfflinePipeline> OfflinePipelineManager::GetOfflinePipeline(int32_t streamId, in GetOfflinePipeline() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/ |
H A D | stream_pipeline_builder.cpp | 92 RetCode StreamPipelineBuilder::Destroy(int streamId) in Destroy() argument
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | stream.h | 45 int32_t streamId; member
|