Home
last modified time | relevance | path

Searched refs:aSource (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Daw_common.h65 AudioSourceType aSource = AUDIO_MIC; member
H A Dtest_recorder.cpp152 recorder->SetAudioSource(recorderConfig.aSource, recorderConfig.audioSourceId); in SetAudioSource()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/
H A Drecordersetaudiosource_fuzzer.cpp58 g_videoRecorderConfig.aSource = AudioSourceType[sourcesubscript]; in FuzzRecorderSetAudioSource()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp796 …std::string_view aSource, ShaderKind aKind, std::string_view aSourceName, const CompilationSetting… in preProcessShader() argument
840 const char* shader_strings = aSource.data(); in preProcessShader()
841 const int shader_lengths = static_cast<int>(aSource.size()); in preProcessShader()
877 …std::string_view aSource, ShaderKind aKind, std::string_view aSourceName, const CompilationSetting… in compileShaderToSpirvBinary() argument
920 const char* shader_strings = aSource.data(); in compileShaderToSpirvBinary()
921 const int shader_lengths = static_cast<int>(aSource.size()); in compileShaderToSpirvBinary()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h97 AudioSourceType aSource = AUDIO_SOURCE_DEFAULT; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp565 ret = recorder_->SetAudioSource(recorderConfig.aSource, recorderConfig.audioSourceId); in SetAudVidFormat()
602 ret = recorder_->SetAudioSource(recorderConfig.aSource, recorderConfig.audioSourceId); in SetFormat()
H A Drecorder_unit_test.cpp135 ASSERT_TRUE(changeInfo.capturerInfo.sourceType == g_videoRecorderConfig.aSource);
290 g_videoRecorderConfig.aSource = AUDIO_SOURCE_DEFAULT;