OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCM
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m
4
%Reads a signal from a
PCM
file.
9
%file: The
PCM
file where the signal is stored in int16 format.
plotDetection.m
6
%PCMfile: The file of the input signal in
PCM
format.
/external/libvorbis/doc/
a1-encapsulation-ogg.tex
112
of
PCM
audio samples (per channel; a stereo stream's granule position
117
The granule position of a page represents the end
PCM
sample
119
page. The 'last
PCM
sample' is the last complete sample returned by
126
Note that the last decoded (fully lapped)
PCM
sample from a packet
135
The granule (
PCM
) position of the first page need not indicate
139
inference it may indicate that the
PCM
position of the beginning
161
In both of these cases in which the initial audio
PCM
starting
164
This allows the decoder to always be able to perform
PCM
position
165
adjustments before needing to return any
PCM
data from synthesis,
01-introduction.tex
201
Vorbis encodes a spectral 'floor' vector for each
PCM
channel. This
343
Vorbis frames may be one of two
PCM
sample sizes specified during
464
bits with sign), even when output is to a 16 bit
PCM
device. For the
481
The audio spectrum is converted back into time domain
PCM
audio via an
485
Note that the
PCM
produced directly from the MDCT is not yet finished
528
calculating
PCM
offsets; after the first frame, the proper
PCM
output
04-codec.tex
181
uses a single mapping type (0), with implicit
PCM
channel mappings.
552
bits with sign), even when output is to a 16 bit
PCM
device. For the
570
domain
PCM
audio via an inverse Modified Discrete Cosine Transform
601
calculating
PCM
offsets; after the first frame, the proper
PCM
output
/frameworks/wilhelm/tests/sandbox/
configbq.c
31
}
PCM
;
33
PCM
formats[] = {
95
PCM
*format;
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
127
PCM
= 0x00000000, // must be 0 for backward compatibility
138
PCM_16_BIT = (
PCM
|PCM_SUB_16_BIT),
139
PCM_8_BIT = (
PCM
|PCM_SUB_8_BIT)
/external/autotest/client/cros/audio/
alsa_utils.py
62
numid=1,iface=CARD,name='HDMI/DP,
pcm
=3 Jack'
63
numid=8,iface=CARD,name='HDMI/DP,
pcm
=7 Jack'
96
Simple mixer control '
PCM
',0
269
Amixer command like "set
PCM
2dB+" with card_id 1 will be executed as:
270
amixer -c 1 set
PCM
2dB+
Completed in 426 milliseconds