Searched refs:AudChannel (Results 1 – 7 of 7) sorted by relevance
98 auto audChannel = AudChannel{2};127 auto audChannel = AudChannel{2};158 auto audChannel = AudChannel{2};189 auto audChannel = AudChannel{2};222 auto audChannel = AudChannel{2};
146 struct AudChannel : public RecorderParam { struct147 …explicit AudChannel(int32_t num) : RecorderParam(RecorderPublicParamType::AUD_CHANNEL), channel(nu… in AudChannel() argument
83 auto audChannel = AudChannel {recordSource.channel_}; in Configure()
120 CAST_TO_ASSIGN(AudChannel, param, val); in CastAudRecorderParam()
526 auto ptr = param.GetValPtr<AudChannel>(); in DoConfigureAudio()
626 AudChannel audChannel = static_cast<const AudChannel&>(recParam); in ConfigureAudio()
523 AudChannel audChannel(num); in SetAudioChannels()