/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | FDK-AAC | 1 Software License for The Fraunhofer FDK AAC Codec Library for Android 7 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements 8 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio. 9 This FDK AAC Codec software is intended to be used on a wide variety of Android devices. 11 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual 12 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by 13 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as part 16 Patent licenses for necessary patent claims for the FDK AAC Codec (including those of Fraunhofer) 20 these patent claims through Via Licensing or directly from the patent owners, and therefore FDK AAC… 23 Commercially-licensed AAC software libraries, including floating-point versions with enhanced sound… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | Fraunhofer_FDK_AAC_Codec_Library_for_Android | 1 Software License for The Fraunhofer FDK AAC Codec Library for Android 7 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software 8 that implements the MPEG Advanced Audio Coding ("AAC") encoding and decoding 9 scheme for digital audio. This FDK AAC Codec software is intended to be used on 12 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 13 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 deployed. AAC has been standardized by ISO and IEC as part of the MPEG 18 Patent licenses for necessary patent claims for the FDK AAC Codec (including 24 directly from the patent owners, and therefore FDK AAC Codec software may 28 Commercially-licensed AAC software libraries, including floating-point versions [all …]
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | linit.c | 3 * Adaptec AAC series RAID controller driver 216 …{ aac_sa_init, "aacraid", "ADAPTEC ", "AAC-364 ", 4, AAC_QUIRK_34SG }, /* Adaptec 5400S (… 390 struct aac_dev *aac = (struct aac_dev *)sdev->host->hostdata; in aac_slave_configure() local 400 if (chn < AAC_MAX_BUSES && tid < AAC_MAX_TARGETS && aac->sa_firmware) { in aac_slave_configure() 401 devtype = aac->hba_map[chn][tid].devtype; in aac_slave_configure() 404 depth = aac->hba_map[chn][tid].qd_limit; in aac_slave_configure() 415 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_slave_configure() 420 && (!aac->jbod || sdev->inq_periph_qual) in aac_slave_configure() 421 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) { in aac_slave_configure() 432 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) in aac_slave_configure() [all …]
|
H A D | commsup.c | 3 * Adaptec AAC series RAID controller driver 1468 static void aac_schedule_bus_scan(struct aac_dev *aac) in aac_schedule_bus_scan() argument 1470 if (aac->sa_firmware) in aac_schedule_bus_scan() 1471 aac_schedule_safw_scan_worker(aac); in aac_schedule_bus_scan() 1473 aac_schedule_src_reinit_aif_worker(aac); in aac_schedule_bus_scan() 1476 static int _aac_reset_adapter(struct aac_dev *aac, int forced, u8 reset_type) in _aac_reset_adapter() argument 1480 struct Scsi_Host *host = aac->scsi_host_ptr; in _aac_reset_adapter() 1496 aac_adapter_disable_int(aac); in _aac_reset_adapter() 1497 if (aac->thread && aac->thread->pid != current->pid) { in _aac_reset_adapter() 1499 kthread_stop(aac->thread); in _aac_reset_adapter() [all …]
|
H A D | rkt.c | 3 * Adaptec AAC series RAID controller driver 78 * aac_rkt_init - initialize an i960 based AAC card 81 * Allocate and set up resources for the i960 based AAC variants. The
|
H A D | sa.c | 3 * Adaptec AAC series RAID controller driver 238 * Start up processing on an ARM based AAC adapter 309 * aac_sa_init - initialize an ARM based AAC card 312 * Allocate and set up resources for the ARM based AAC variants. The
|
H A D | comminit.c | 3 * Adaptec AAC series RAID controller driver 283 static void aac_wait_for_io_completion(struct aac_dev *aac) in aac_wait_for_io_completion() argument 290 scsi_host_busy_iter(aac->scsi_host_ptr, in aac_wait_for_io_completion() 297 dev_info(&aac->pdev->dev, in aac_wait_for_io_completion() 302 dev_err(&aac->pdev->dev, in aac_wait_for_io_completion()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fdk-aac/ |
H A D | fdk-aac_2.0.2.bb | 1 SUMMARY = "FDK-AAC audio codec" 3 DESCRIPTION = "The Fraunhofer FDK AAC Codec Library for Android \ 4 (\"FDK AAC Codec\") is software that implements the MPEG \ 5 Advanced Audio Coding (\"AAC\") encoding and decoding scheme \ 14 SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master"
|
/openbmc/qemu/hw/adc/ |
H A D | aspeed_adc.c | 316 AspeedADCClass *aac = ASPEED_ADC_GET_CLASS(obj); in aspeed_adc_instance_init() local 317 uint32_t nr_channels = ASPEED_ADC_NR_CHANNELS / aac->nr_engines; in aspeed_adc_instance_init() 319 for (int i = 0; i < aac->nr_engines; i++) { in aspeed_adc_instance_init() 331 AspeedADCClass *aac = ASPEED_ADC_GET_CLASS(s); in aspeed_adc_set_irq() local 335 for (int i = 0; i < aac->nr_engines; i++) { in aspeed_adc_set_irq() 347 AspeedADCClass *aac = ASPEED_ADC_GET_CLASS(dev); in aspeed_adc_realize() local 350 s, NULL, aac->nr_engines); in aspeed_adc_realize() 359 for (int i = 0; i < aac->nr_engines; i++) { in aspeed_adc_realize() 376 AspeedADCClass *aac = ASPEED_ADC_CLASS(klass); in aspeed_adc_class_init() local 380 aac->nr_engines = 1; in aspeed_adc_class_init() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | dongwoon,dw9768.yaml | 18 integrates Advanced Actuator Control (AAC) technology and is intended for 38 dongwoon,aac-mode: 40 Indication of AAC mode select. 49 dongwoon,aac-timing: 51 Number of AAC Timing count that controlled by one 6-bit period of 93 dongwoon,aac-timing = <0x39>;
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_4.3.0.bb | 28 PACKAGECONFIG[aac] = "--enable-aac,--disable-aac,fdk-aac"
|
/openbmc/linux/drivers/media/i2c/ |
H A D | dw9768.c | 27 * 1: AAC mode (ringing control mode) 50 * AAC mode control & prescale register 247 /* Set AAC mode */ in dw9768_init() 263 /* Set AAC Timing */ in dw9768_init() 432 /* Optional indication of AAC mode select */ in dw9768_probe() 433 fwnode_property_read_u32(dev_fwnode(dev), "dongwoon,aac-mode", in dw9768_probe() 440 /* Optional indication of AAC Timing */ in dw9768_probe() 441 fwnode_property_read_u32(dev_fwnode(dev), "dongwoon,aac-timing", in dw9768_probe()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/faac/ |
H A D | faac_1.29.9.2.bb | 1 SUMMARY = "Freeware Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC)"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ |
H A D | mpd_0.23.15.bb | 36 PACKAGECONFIG ??= "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "aac", "", d)} \ 38 … ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "ffmpeg aac", "", d)} \ 45 PACKAGECONFIG[aac] = "-Dfaad=enabled,-Dfaad=disabled,faad2"
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/ |
H A D | rpidistro-ffmpeg_5.1.4.bb | 70 PACKAGECONFIG[fdk-aac] = "--enable-libfdk-aac --enable-nonfree,--disable-libfdk-aac,fdk-aac"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ |
H A D | ffmpeg_7.1.bb | 69 PACKAGECONFIG[fdk-aac] = "--enable-libfdk-aac --enable-nonfree,--disable-libfdk-aac,fdk-aac"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/ |
H A D | pipewire_1.2.7.bb | 85 BLUETOOTH_AAC = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'bluez-aac', '', d)}" 104 PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac"
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | compress-offload.rst | 60 AAC, some implementations may support AAC multichannel but HE-AAC 112 configuration failures. For example, for a complex codec such as AAC,
|
/openbmc/linux/include/uapi/sound/ |
H A D | compress_params.h | 88 /* AAC modes are required for encoders and decoders */ 100 /* AAC formats are required for encoders and decoders */ 356 * for AAC-RAW and AAC-ADTS.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/ |
H A D | vo-aacenc_0.1.3.bb | 1 DESCRIPTION = "VisualOn Advanced Audio Coding (AAC) encoder"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/faad2/ |
H A D | faad2_2.11.1.bb | 1 SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
|
/openbmc/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 333 /* AAC Music Parameters Message */ 337 u8 bdownsample; /*SBR downsampling 0 - disable 1 -enabled AAC+ only */ 340 u32 externalsr; /*sampling rate of basic AAC raw bit stream*/ 341 u8 sbr_signalling;/*disable/enable/set automode the SBR tool.AAC+*/
|
/openbmc/linux/drivers/mfd/ |
H A D | intel-lpss-acpi.c | 159 { "80860AAC", (kernel_ulong_t)&bxt_i2c_info }, 163 { "80865AAC", (kernel_ulong_t)&apl_i2c_info },
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/ |
H A D | celt051_git.bb | 7 audio. Like MP3, Vorbis, and AAC it is suitable for transmitting music \
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | messages.h | 124 CATPT_CHANNEL_CONFIG_3_POINT_0 = 3, /* L, C & R; MP3 & AAC only */ 127 CATPT_CHANNEL_CONFIG_4_POINT_0 = 6, /* L, C, R & Cs; MP3 & AAC only */
|