Home
last modified time | relevance | path

Searched refs:AUDIO_MIC (Results 1 - 24 of 24) sorted by relevance

/foundation/multimedia/player_framework/test/fuzztest/common/
H A Daw_common.h65 AudioSourceType aSource = AUDIO_MIC;
79 AudioSourceType inputSource = AUDIO_MIC;
/foundation/multimedia/media_lite/test/unittest/recorder_lite/
H A Drecorder_lite_test.cpp81 retStatus = recInstance->SetAudioSource(AUDIO_MIC, audioSourceId); in HWTEST_F()
110 retStatus = recInstance->SetAudioSource(AUDIO_MIC, audioSourceId); in HWTEST_F()
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dmedia_info.h76 AUDIO_MIC = 1, enumerator
/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp95 recorder->SetAudioSource(AudioSourceType::AUDIO_MIC, audioSourceId); in HWTEST()
124 recorder->SetAudioSource(AudioSourceType::AUDIO_MIC, audioSourceId); in HWTEST()
155 recorder->SetAudioSource(AudioSourceType::AUDIO_MIC, audioSourceId); in HWTEST()
186 recorder->SetAudioSource(AudioSourceType::AUDIO_MIC, audioSourceId); in HWTEST()
219 recorder->SetAudioSource(AudioSourceType::AUDIO_MIC, audioSourceId); in HWTEST()
/foundation/multimedia/audio_lite/interfaces/kits/
H A Daudio_capturer.h59 AudioSourceType inputSource = AUDIO_MIC;
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_source.h63 AudioSourceType inputSource = AUDIO_MIC;
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/
H A Drecordersetaudiosource_fuzzer.cpp53 AUDIO_MIC, in FuzzRecorderSetAudioSource()
/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp125 if (inputSource != AUDIO_MIC && inputSource != AUDIO_SOURCE_DEFAULT) { in EnumDeviceBySourceType()
126 MEDIA_ERR_LOG("AudioSource only support AUDIO_MIC"); in EnumDeviceBySourceType()
135 deviceDesc.inputSourceType = AUDIO_MIC; in EnumDeviceBySourceType()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dtest_recorder.hpp31 AudioSourceType sourceType = AudioSourceType::AUDIO_MIC, in AudioRecordSource()
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddevice_type.h42 AUDIO_MIC = 0x400, // AUDIO Mic member in OHOS::DistributedHardware::DHType::DHSubtype
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/
H A Dnative_distributedhardwarefwk_js.cpp146 if (dhSubtype == DHSubtype::AUDIO_MIC || dhSubtype == DHSubtype::AUDIO_SPEAKER) { in PauseDistributedHardware()
198 if (dhSubtype == DHSubtype::AUDIO_MIC || dhSubtype == DHSubtype::AUDIO_SPEAKER) { in ResumeDistributedHardware()
250 if (dhSubtype == DHSubtype::AUDIO_MIC || dhSubtype == DHSubtype::AUDIO_SPEAKER) { in StopDistributedHardware()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp171 type = static_cast<int32_t>(DHSubtype::AUDIO_MIC); in StartPrivacePage()
197 type = static_cast<int32_t>(DHSubtype::AUDIO_MIC); in StopPrivacePage()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp53 {OHOS::Media::AudioSourceType::AUDIO_MIC, Plugin::SrcInputType::AUD_MIC}, in TransAudioInputType()
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h115 AudioSourceType inputSource = AUDIO_MIC;
/foundation/multimedia/audio_lite/test/unittest/
H A Daudiolite_test.cpp50 info.inputSource = AUDIO_MIC; in AudioliteTestFunc()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp136 if (recorder->SetAudioSource(Media::AUDIO_MIC, audioSourceId)) { in CreateAndConfigureRecorder()
/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp136 { "AUDIO_SOURCE_TYPE_MIC", AudioSourceType::AUDIO_MIC },
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h87 AUDIO_MIC = 1,
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp96 Media::AudioSourceType audioSource = Media::AUDIO_MIC; in CreateRecorder()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp328 properties.sourceType = AUDIO_MIC; in GetAudioProperties()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.cpp884 case AUDIO_MIC: in CheckPermission()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp784 case AUDIO_MIC: in CheckAudioSourceType()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp71 config.inputSource = AUDIO_MIC; in SetDefaultAudioConfig()
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp114 AudioSourceType inputSource = AUDIO_MIC; in SetupAudioSource()

Completed in 22 milliseconds