Home
last modified time | relevance | path

Searched defs:infos (Results 1 - 25 of 41) sorted by relevance

12

/drivers/peripheral/camera/test/common/callback/src/
H A Dstream_operator_callback.cpp29 int32_t StreamOperatorCallback::OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) in OnCaptureEnded() argument
37 int32_t StreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) in OnCaptureError() argument
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Dplatform_trace.c89 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg() argument
[all...]
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service_callback.cpp31 int32_t StreamOperatorServiceCallback::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) in OnCaptureEnded() argument
43 int32_t StreamOperatorServiceCallback::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) in OnCaptureError() argument
H A Dstream_operator_service.cpp36 IsStreamsSupported(OperationMode mode, const std::vector<uint8_t> &modeSetting, const std::vector<StreamInfo> &infos, StreamSupportType &type) IsStreamsSupported() argument
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameracreatestreams_fuzzer/
H A Ddcameracreatestreams_fuzzer.cpp44 std::vector<StreamInfo> infos; in DcameraCreateStreamsFuzzTest() local
/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_trace_unopen.c59 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg() argument
/drivers/peripheral/camera/test/mpi/src/
H A Dhdi_stream_test.cpp164 std::vector<std::shared_ptr<OHOS::Camera::StreamInfo>> infos = {}; in HWTEST_F() local
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_buffer_vdi_impl.cpp77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() argument
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraisstreamssupported_fuzzer/
H A Ddcameraisstreamssupported_fuzzer.cpp52 std::vector<StreamInfo> infos; in DcameraIsStreamsSupportedFuzzTest() local
/drivers/hdf_core/framework/support/platform/src/i2s/
H A Di2s_core.c106 unsigned int infos[I2S_TRACE_BASIC_PARAM_NUM]; in I2sCntlrStartRead() local
150 unsigned int infos[I2S_TRACE_PARAM_WRITE_NUM]; in I2sCntlrStartWrite() local
/drivers/hdf_core/framework/support/platform/src/watchdog/
H A Dwatchdog_core.c141 unsigned int infos[WATCHDOG_TRACE_BASIC_PARAM_NUM]; in WatchdogCntlrStart() local
171 unsigned int infos[WATCHDOG_TRACE_PARAM_STOP_NUM]; in WatchdogCntlrStop() local
/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h194 (void)infos; variable
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.cpp144 int32_t DisplayGrallocClient::IsSupportedAlloc(const std::vector<VerifyAllocInfo> &infos, in IsSupportedAlloc() argument
/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
H A Dplatform_trace.c57 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg() argument
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H A Doffline_stream.cpp223 void OfflineStream::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo>& infos) in OnCaptureEnded() argument
229 void OfflineStream::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo>& infos) in OnCaptureError() argument
/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp77 int32_t DisplayBufferVdiImpl::IsSupportedAlloc(const std::vector<VerifyAllocInfo>& infos, in IsSupportedAlloc() argument
/drivers/hdf_core/framework/support/platform/src/adc/
H A Dadc_core.c93 unsigned int infos[ADC_TRACE_BASIC_PARAM_NUM]; in AdcDeviceStart() local
125 unsigned int infos[ADC_TRACE_PARAM_STOP_NUM]; in AdcDeviceStop() local
/drivers/hdf_core/framework/support/platform/src/dac/
H A Ddac_core.c301 unsigned int infos[DAC_TRACE_BASIC_PARAM_NUM]; in DacDeviceStart() local
333 unsigned int infos[DAC_TRACE_PARAM_STOP_NUM]; in DacDeviceStop() local
/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c232 unsigned int infos[PIN_TRACE_BASIC_PARAM_NUM]; in PinCntlrSetPinPull() local
277 unsigned int infos[PIN_TRACE_PARAM_GET_NUM]; in PinCntlrGetPinPull() local
/drivers/hdf_core/framework/support/platform/src/timer/
H A Dtimer_core.c141 unsigned int infos[TIMER_TRACE_BASIC_PARAM_NUM]; in TimerCntrlStart() local
171 unsigned int infos[TIMER_TRACE_PARAM_STOP_NUM]; in TimerCntrlStop() local
/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_core.c96 unsigned int infos[SPI_TRACE_BASIC_PARAM_NUM]; in SpiCntlrSetCfg() local
126 unsigned int infos[SPI_TRACE_PARAM_GET_NUM]; in SpiCntlrGetCfg() local
[all...]
/drivers/peripheral/camera/test/common/v1_1/src/
H A Dhdi_common_v1_1.cpp100 void HdiCommonV1_1::DefaultPreview(std::shared_ptr<StreamInfo_V1_1> &infos) in DefaultPreview() argument
111 void HdiCommonV1_1::DefaultCapture(std::shared_ptr<StreamInfo_V1_1> &infos) in DefaultCapture() argument
122 DefaultInfosPreview(std::shared_ptr<StreamInfo_V1_1> &infos) DefaultInfosPreview() argument
133 DefaultInfosCapture(std::shared_ptr<StreamInfo_V1_1> &infos) DefaultInfosCapture() argument
144 DefaultInfosVideo(std::shared_ptr<StreamInfo_V1_1> &infos) DefaultInfosVideo() argument
162 DefaultInfosAnalyze(std::shared_ptr<StreamInfo_V1_1> &infos) DefaultInfosAnalyze() argument
[all...]
/drivers/peripheral/camera/test/common/v1_2/src/
H A Dhdi_common_v1_2.cpp181 DefaultSketch( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultSketch() argument
193 DefaultInfosSketch( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultInfosSketch() argument
205 DefaultInfosPreviewV1_2( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultInfosPreviewV1_2() argument
278 OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo> &infos) OnCaptureEnded() argument
288 OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo> &infos) OnCaptureError() argument
308 OnCaptureStarted_V1_2(int32_t captureId, const std::vector<HDI::Camera::V1_2::CaptureStartedInfo> &infos) OnCaptureStarted_V1_2() argument
[all...]
/drivers/peripheral/camera/test/common/v1_3/src/
H A Dhdi_common_v1_3.cpp136 DefaultMeta( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultMeta() argument
149 DefaultInfosMeta( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultInfosMeta() argument
161 DefaultInfosProfessionalCapture( std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos) DefaultInfosProfessionalCapture() argument
333 OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo> &infos) OnCaptureEnded() argument
343 OnCaptureEndedExt(int32_t captureId, const std::vector<HDI::Camera::V1_3::CaptureEndedInfoExt> &infos) OnCaptureEndedExt() argument
352 OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo> &infos) OnCaptureError() argument
372 OnCaptureStarted_V1_2(int32_t captureId, const std::vector<HDI::Camera::V1_2::CaptureStartedInfo> &infos) OnCaptureStarted_V1_2() argument
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp130 IsStreamsSupported(VdiOperationMode mode, const std::vector<uint8_t> &modeSetting, const std::vector<VdiStreamInfo> &infos, VdiStreamSupportType &type) IsStreamsSupported() argument
189 CheckStreamsSupported( VdiOperationMode mode, const std::shared_ptr<CameraMetadata> &modeSetting, const std::vector<VdiStreamInfo> &infos) CheckStreamsSupported() argument
[all...]

Completed in 17 milliseconds

12