OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Band
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java
54
mBands.add(new
Band
());
61
Vector<
Band
> mBands = new Vector<
Band
>();
62
Band
mCurrentBand;
64
static class
Band
{
76
public
Band
() {
79
public
Band
(int x, int y) {
86
public
Band
(
Band
copy) {
102
for (
Band
point : mBands)
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/
audio_buffer.h
27
enum
Band
{
50
// Returns a pointer array to the full-
band
channels.
63
// split_bands(channel)[
band
][sample].
66
// 0 <=
band
< |num_bands_|
73
// Returns a pointer array to the channels for a specific
band
.
75
// split_channels(
band
)[channel][sample].
77
// 0 <=
band
< |num_bands_|
80
int16_t* const* split_channels(
Band
band
);
81
const int16_t* const* split_channels_const(
Band
band) const
[
all
...]
audio_buffer.cc
213
const int16_t* const* AudioBuffer::split_channels_const(
Band
band
) const {
215
return split_data_->ibuf_const()->channels(
band
);
217
return
band
== kBand0To8kHz ? data_->ibuf_const()->channels() : nullptr;
221
int16_t* const* AudioBuffer::split_channels(
Band
band
) {
224
return split_data_->ibuf()->channels(
band
);
226
return
band
== kBand0To8kHz ? data_->ibuf()->channels() : nullptr;
270
const float* const* AudioBuffer::split_channels_const_f(
Band
band
) const
[
all
...]
/external/libvorbis/doc/
05-comment.tex
114
The artist generally considered responsible for the work. In popular music this is usually the performing
band
or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
120
Copyright attribution, e.g., '2001 Nobody's
Band
' or '1999 Jack Moffitt'
/prebuilts/go/darwin-x86/src/image/jpeg/
reader.go
135
eobRun uint16 // End-of-
Band
run, specified in section G.1.2.2.
/prebuilts/go/linux-x86/src/image/jpeg/
reader.go
135
eobRun uint16 // End-of-
Band
run, specified in section G.1.2.2.
Completed in 152 milliseconds