OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Band
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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
...]
Completed in 76 milliseconds