Home
last modified time | relevance | path

Searched defs:streamInfo (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_preview_test.cpp61 StreamInfo streamInfo = {}; variable
104 StreamInfo streamInfo = {}; variable
158 StreamInfo streamInfo = {}; variable
200 StreamInfo streamInfo = {}; variable
303 StreamInfo streamInfo = {}; variable
357 StreamInfo streamInfo = {}; variable
409 StreamInfo streamInfo = {}; variable
453 StreamInfo streamInfo = {}; variable
497 StreamInfo streamInfo = {}; variable
539 StreamInfo streamInfo = {}; variable
[all …]
H A Ddouble_preview_test.cpp36 void DoublePreviewTest::SetStreamInfo(StreamInfo &streamInfo, in SetStreamInfo()
61 StreamInfo streamInfo = {}; in CreateStream() local
H A Dcamera_video_test.cpp34 void CameraVideoTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &… in SetStreamInfo()
68 StreamInfo streamInfo = {}; in CreateStream() local
H A Dmeta_data_test.cpp59 void MetaDataTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &str… in SetStreamInfo()
86 StreamInfo streamInfo = {}; in CreateStream() local
H A Dusb_camera_test.cpp521 StreamInfo streamInfo = {}; in TEST_F() local
676 StreamInfo streamInfo = {}; in TEST_F() local
831 StreamInfo streamInfo = {}; in TEST_F() local
1059 StreamInfo streamInfo = {}; in TEST_F() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp127 struct StreamInfo streamInfo; variable
155 struct StreamInfo streamInfo; variable
181 struct StreamInfo streamInfo; variable
215 struct StreamInfo streamInfo; variable
252 struct StreamInfo streamInfo; variable
286 struct StreamInfo streamInfo; variable
327 struct StreamInfo streamInfo; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
H A Doffline_stream_context.h32 StreamConfiguration streamInfo; member
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
H A Ddcameraconfigurestreams_fuzzer.cpp49 DCStreamInfo streamInfo; in DcameraConfigureStreamsFuzzTest() local
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_msgadp.c47 int ParamServerCreate(ParamTaskPtr *stream, const ParamStreamInfo *streamInfo) in ParamServerCreate()
60 const ParamStreamInfo *streamInfo, uint16_t userDataSize) in ParamStreamCreate()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_dev_test.cpp208 std::shared_ptr<DCStreamInfo> streamInfo = std::make_shared<DCStreamInfo>(); variable
235 std::shared_ptr<DCStreamInfo> streamInfo = std::make_shared<DCStreamInfo>(); variable
443 std::shared_ptr<DCStreamInfo> streamInfo = std::make_shared<DCStreamInfo>(); variable
476 std::shared_ptr<DCStreamInfo> streamInfo = std::make_shared<DCStreamInfo>(); variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp29 vector<Size>& sizeList, const StreamInfo& streamInfo, const camera_format_t targetFormat) in FillSizeListFromStreamInfo()
42 vector<Size>& sizeList, const StreamRelatedInfo& streamInfo, const camera_format_t targetFormat) in FillSizeListFromStreamInfo()
100 auto streamInfo = std::move(modeInfo.streamInfo[streamIndex]); in GetSupportedPreviewSizeRangeFromExtendConfig() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_common.cpp169 void HStreamCommon::SetStreamInfo(StreamInfo_V1_1 &streamInfo) in SetStreamInfo()
229 std::string streamInfo = "Buffer producer Id:"; in DumpStreamInfo() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Dparams.h31 const struct HdfConfigStreamInfo* streamInfo; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptSyncUnitTest.js33 streamInfo: audioStreamInfo, property in AnonymousFunction35927f180100.audioRendererOptions
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp126 AudioStreamInfo streamInfo = processConfig_.streamInfo; in InitParams() local
403 auto streamInfo = processConfig_.streamInfo; in EnqueueBuffer() local
615 auto streamInfo = processConfig_.streamInfo; in ConvertSrcToFloat() local
665 void ProRendererStreamImpl::InitBasicInfo(const AudioStreamInfo &streamInfo) in InitBasicInfo()
H A Dnone_mix_engine.cpp386 int32_t NoneMixEngine::InitSink(const AudioStreamInfo &streamInfo) in InitSink()
437 int32_t NoneMixEngine::SwitchSink(const AudioStreamInfo &streamInfo, bool isVoip) in SwitchSink()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_stream_info_parse.h44 std::vector<StreamRelatedInfo> streamInfo; member
144 void getDetailAbilityInfo(int32_t* originInfo, StreamRelatedInfo& streamInfo) in getDetailAbilityInfo()
266 void getDetailAbilityInfo(int32_t* originInfo, StreamRelatedInfo& streamInfo) in getDetailAbilityInfo()
H A Dcolor_space_info_parse.h35 std::vector<ColorSpaceStreamInfo> streamInfo; member
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp171 for (auto streamInfo : dcStreamInfoMap_) { in ExtractStreamInfo() local
248 auto streamInfo = dCameraStreams[i]; in CommitStreams_V1_1() local
255 int32_t DStreamOperator::HalStreamCommit(const DCStreamInfo &streamInfo) in HalStreamCommit()
320 for (auto streamInfo : infos) { in IsStreamInfosInvalid() local
1100 void DStreamOperator::ChooseSuitableFormat(std::vector<std::shared_ptr<DCStreamInfo>> &streamInfo, in ChooseSuitableFormat()
1133 void DStreamOperator::ChooseSuitableResolution(std::vector<std::shared_ptr<DCStreamInfo>> &streamIn… in ChooseSuitableResolution()
1181 void DStreamOperator::ChooseSuitableDataSpace(std::vector<std::shared_ptr<DCStreamInfo>> &streamInf… in ChooseSuitableDataSpace()
1187 void DStreamOperator::ChooseSuitableEncodeType(std::vector<std::shared_ptr<DCStreamInfo>> &streamIn… in ChooseSuitableEncodeType()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/test/unittest/stream_manager_test/
H A DAudioStreamManagerJsTest.js39 streamInfo: AudioStreamInfo, property in AnonymousFunction648fe4310100.AudioRendererOptions
49 streamInfo: AudioStreamInfo, property in AnonymousFunction648fe4310100.AudioCapturerOptions
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dpolicy_provider_stub.cpp109 AudioStreamInfo streamInfo; in HandleSetCapturer() local
198 …icyProviderWrapper::NotifyCapturerAdded(AudioCapturerInfo capturerInfo, AudioStreamInfo streamInfo, in NotifyCapturerAdded()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/
H A Dnapi_audio_capturer.h63 AudioStreamInfo streamInfo; member
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp520 StreamInfo streamInfo = {}; in TEST_F() local
677 StreamInfo streamInfo = {}; in TEST_F() local
832 StreamInfo streamInfo = {}; in TEST_F() local
1694 StreamInfo streamInfo = {}; in TEST_F() local
1777 StreamInfo streamInfo = {}; in TEST_F() local
1849 StreamInfo streamInfo = {}; in TEST_F() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_test/
H A DAudioRendererJsUnitTest.js34 streamInfo: audioStreamInfo, property in AnonymousFunctiondaea281f0100.audioRendererOptions
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp78 std::shared_ptr<DCStreamInfo> streamInfo = *iter; in ConfigStreams() local

1234