Home
last modified time | relevance | path

Searched refs:PCM (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/build/make/core/
H A Dproduct_config.rbc121 # cfg is set only after PCM has been called, leverage this
122 # to prevent calling the same PCM twice
133 # Run PCM.
145 # Leaf PCM goes straight to the config_postfix
149 # Stash this PCM, process children in the sorted order
303 # A handle passed to a PCM consists of:
305 # inherited modules dict (maps module name to PCM)
308 """Constructs a handle which is passed to PCM."""
312 """Returns PCM's inherited modules dict."""
316 """Returns PCM's product configuration attributes dict.
[all …]
/aosp12/hardware/interfaces/audio/common/2.0/
H A Dtypes.hal199 PCM = 0x00000000UL, /** DO NOT CHANGE */
212 // IEC61937 is encoded audio wrapped in 16-bit PCM.
239 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
240 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits
265 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
267 PCM_8_BIT = (PCM | PCM_SUB_8_BIT),
268 PCM_32_BIT = (PCM | PCM_SUB_32_BIT),
269 PCM_8_24_BIT = (PCM | PCM_SUB_8_24_BIT),
270 PCM_FLOAT = (PCM | PCM_SUB_FLOAT),
271 PCM_24_BIT_PACKED = (PCM | PCM_SUB_24_BIT_PACKED),
[all …]
/aosp12/hardware/interfaces/audio/common/4.0/
H A Dtypes.hal185 PCM = 0x00000000UL,
200 /** IEC61937 is encoded audio wrapped in 16-bit PCM. */
230 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
231 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits
263 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
265 PCM_8_BIT = (PCM | PCM_SUB_8_BIT),
266 PCM_32_BIT = (PCM | PCM_SUB_32_BIT),
267 PCM_8_24_BIT = (PCM | PCM_SUB_8_24_BIT),
268 PCM_FLOAT = (PCM | PCM_SUB_FLOAT),
269 PCM_24_BIT_PACKED = (PCM | PCM_SUB_24_BIT_PACKED),
[all …]
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DConversionUtil.java245 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
249 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
253 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
255 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
257 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
259 case android.media.audio.common.AudioFormat.PCM in aidl2apiEncoding()
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIVisualizerEffect.hal29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIVisualizerEffect.hal29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIVisualizerEffect.hal29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIVisualizerEffect.hal29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIVisualizerEffect.hal29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
85 * Retrieves the latest PCM snapshot captured by the visualizer engine. The
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c31 } PCM; typedef
33 PCM formats[] = {
95 PCM *format; in main()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h128 PCM = 0x00000000, // must be 0 for backward compatibility enumerator
139 PCM_16_BIT = (PCM|PCM_SUB_16_BIT),
140 PCM_8_BIT = (PCM|PCM_SUB_8_BIT)
/aosp12/hardware/interfaces/audio/common/5.0/
H A Dtypes.hal199 PCM = 0x00000000UL,
214 /** IEC61937 is encoded audio wrapped in 16-bit PCM. */
251 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
252 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits
284 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
286 PCM_8_BIT = (PCM | PCM_SUB_8_BIT),
287 PCM_32_BIT = (PCM | PCM_SUB_32_BIT),
288 PCM_8_24_BIT = (PCM | PCM_SUB_8_24_BIT),
289 PCM_FLOAT = (PCM | PCM_SUB_FLOAT),
290 PCM_24_BIT_PACKED = (PCM | PCM_SUB_24_BIT_PACKED),
[all …]
/aosp12/hardware/interfaces/audio/common/6.0/
H A Dtypes.hal246 PCM = 0x00000000UL,
261 /** IEC61937 is encoded audio wrapped in 16-bit PCM. */
298 PCM_SUB_16_BIT = 0x1, // PCM signed 16 bits
299 PCM_SUB_8_BIT = 0x2, // PCM unsigned 8 bits
331 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
333 PCM_8_BIT = (PCM | PCM_SUB_8_BIT),
334 PCM_32_BIT = (PCM | PCM_SUB_32_BIT),
335 PCM_8_24_BIT = (PCM | PCM_SUB_8_24_BIT),
336 PCM_FLOAT = (PCM | PCM_SUB_FLOAT),
337 PCM_24_BIT_PACKED = (PCM | PCM_SUB_24_BIT_PACKED),
[all …]
/aosp12/hardware/interfaces/bluetooth/audio/2.1/
H A DIBluetoothAudioProvider.hal44 * device. The PCM parameters are set if software based encoding,
56 * provider. Audio data will be in PCM format as specified by the
H A DIBluetoothAudioProvidersFactory.hal55 * For software encoding, the PCM capabilities are returned.
64 * For software encoding it is the PCM data rate.
H A Dtypes.hal66 /* PCM is Input for encoder, Output for decoder */
/aosp12/hardware/interfaces/bluetooth/audio/2.0/
H A DIBluetoothAudioProvider.hal42 * device. The PCM parameters are set if software based encoding,
54 * Audio data will be in PCM format as specified by the
H A DIBluetoothAudioProvidersFactory.hal53 * For software encoding, the PCM capabilities are returned.
62 * For software encoding it is the PCM data rate.
/aosp12/frameworks/base/media/aidl/android/media/audio/common/
H A DAudioFormat.aidl39 PCM = 0x00000000, enumConstant
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DAvSettings.java117 public static final int AUDIO_STREAM_TYPE_PCM = Constants.AudioStreamType.PCM;
/aosp12/hardware/interfaces/audio/7.0/
H A DIStreamOut.hal36 * This method might produce multiple PCM outputs or hardware accelerated
276 * still in the pipeline. The count must not reset to zero when a PCM output
H A DIStreamIn.hal155 * zero when a PCM input enters standby.
/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/dictionaries/
H A Dformats.dict107 "PCM "
/aosp12/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp153 PCM, enumerator
276 mType = PCM; in MatroskaSource()
1092 if (mType == PCM) { in read()
/aosp12/hardware/interfaces/audio/2.0/
H A DIStreamOut.hal37 * This method might produce multiple PCM outputs or hardware accelerated

12