Home
last modified time | relevance | path

Searched refs:channelMasks (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_common.cpp146 masks[iter] = static_cast<int32_t>(deviceInfo.channelMasks); in Convert2CDeviceDescriptor()
147 device->channelMasks.size = deviceSize; in Convert2CDeviceDescriptor()
148 device->channelMasks.head = masks; in Convert2CDeviceDescriptor()
188 deviceInfo.channelMasks = audioDeviceDescriptor->channelMasks_; in ConvertAudioDeviceDescriptor2DeviceInfo()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_device_info.h423 int32_t channelMasks = 0; member in OHOS::AudioStandard::DeviceInfo
444 && parcel.WriteInt32(channelMasks) in Marshalling()
487 && parcel.WriteInt32(channelMasks) in Marshalling()
507 channelMasks = parcel.ReadInt32(); in Unmarshalling()
H A Daudio_info.h965 int32_t channelMasks; member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder.h329 int32_t channelMasks; member
347 && parcel.WriteInt32(channelMasks) in Marshalling()
363 channelMasks = parcel.ReadInt32(); in Unmarshalling()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_callback.cpp521 napi_value channelMasks; in SetDeviceInfo() local
522 setRet = CommonNapi::AddArrayInt(env, channelMasks, std::vector<int32_t>({value_.inputDeviceInfo.channelMasks})); in SetDeviceInfo()
524 napi_set_named_property(env, element, "channelMasks", channelMasks); in SetDeviceInfo()
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h51 CArrI32 channelMasks; member
/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h305 enum AudioChannelMask channelMasks; /**< Audio channel layout mask of the device. For details, member
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp898 audioRecorderChangeInfo.inputDeviceInfo.channelMasks = capturerChangeInfo.inputDeviceInfo.channelMasks; in ConvertCapturerChangeInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp108 if (OHOS::Media::Plugin::HosLite::HdiMask2PluginChannelLayout(portCap.channelMasks, pluginLayout)) { in UpdatePluginCapWithPortCap()
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp883 audioDeviceDescriptor->channelMasks_ = deviceInfo.channelMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
936 AddArrayProperty(env, result, "channelMasks", channelMasks_); in SetDeviceDescriptor()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp288 audioDeviceDescriptor->channelMasks_ = deviceInfo.channelMasks; in ConvertDeviceInfoToAudioDeviceDescriptor()
473 SetValueInt32Element(env, "channelMasks", channelMasks_, result); in SetDeviceDescriptor()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp5524 deviceInfo.channelMasks = desc->channelMasks_; in UpdateDeviceInfo()

Completed in 31 milliseconds