Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp98 auto audChannel = AudChannel{2};
127 auto audChannel = AudChannel{2};
158 auto audChannel = AudChannel{2};
189 auto audChannel = AudChannel{2};
222 auto audChannel = AudChannel{2};
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h146 struct AudChannel : public RecorderParam { struct
147 …explicit AudChannel(int32_t num) : RecorderParam(RecorderPublicParamType::AUD_CHANNEL), channel(nu… in AudChannel() argument
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_audio_recorder.cpp83 auto audChannel = AudChannel {recordSource.channel_}; in Configure()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp120 CAST_TO_ASSIGN(AudChannel, param, val); in CastAudRecorderParam()
H A Dhirecorder_impl.cpp526 auto ptr = param.GetValPtr<AudChannel>(); in DoConfigureAudio()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp626 AudChannel audChannel = static_cast<const AudChannel&>(recParam); in ConfigureAudio()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp523 AudChannel audChannel(num); in SetAudioChannels()