Searched refs:channelMasks (Results 1 - 12 of 12) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_common.cpp | 146 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 D | audio_device_info.h | 423 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 D | audio_info.h | 965 int32_t channelMasks; member
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 329 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 D | avrecorder_callback.cpp | 521 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 D | multimedia_audio_ffi.h | 51 CArrI32 channelMasks; member
|
/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | audio_types.h | 305 enum AudioChannelMask channelMasks; /**< Audio channel layout mask of the device. For details, member
|
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 898 audioRecorderChangeInfo.inputDeviceInfo.channelMasks = capturerChangeInfo.inputDeviceInfo.channelMasks;
in ConvertCapturerChangeInfo()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/ |
H A D | hos_au_sink.cpp | 108 if (OHOS::Media::Plugin::HosLite::HdiMask2PluginChannelLayout(portCap.channelMasks, pluginLayout)) { in UpdatePluginCapWithPortCap()
|
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 883 audioDeviceDescriptor->channelMasks_ = deviceInfo.channelMasks; in ConvertDeviceInfoToAudioDeviceDescriptor() 936 AddArrayProperty(env, result, "channelMasks", channelMasks_); in SetDeviceDescriptor()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.cpp | 288 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 D | audio_policy_service.cpp | 5524 deviceInfo.channelMasks = desc->channelMasks_; in UpdateDeviceInfo()
|
Completed in 31 milliseconds