HomeSort by relevance Sort by last modified time
    Searched refs:Band (Results 1 - 11 of 11) 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...]
  /hardware/interfaces/broadcastradio/1.0/
types.hal 41 /** value for field "type" of radio band described in struct radio_hal_band_config */
42 enum Band : uint32_t {
43 /** Amplitude Modulation band: LW, MW, SW */
45 /** Frequency Modulation band: FM */
78 /** Additional attributes for an FM band configuration */
94 /** Additional attributes for an AM band configuration */
100 /* Radio band configuration. Describes a given band supported by the radio
101 * module. The HAL can expose only one band per type with the the maximum range
103 * this module can operate and expose separate band configurations fo
    [all...]
  /hardware/interfaces/broadcastradio/1.1/default/
Utils.cpp 30 using V1_0::Band;
51 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
52 "AM band mismatch with legacy");
53 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM),
54 "FM band mismatch with legacy");
55 static_assert(RADIO_BAND_AM_HD == static_cast<int>(Band::AM_HD),
56 "AM HD band mismatch with legacy");
57 static_assert(RADIO_BAND_FM_HD == static_cast<int>(Band::FM_HD),
58 "FM HD band mismatch with legacy");
153 config->type = static_cast<Band>(halConfig->type)
    [all...]
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 45 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
46 "AM band mismatch with legacy");
47 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM),
48 "FM band mismatch with legacy");
49 static_assert(RADIO_BAND_AM_HD == static_cast<int>(Band::AM_HD),
50 "AM HD band mismatch with legacy");
51 static_assert(RADIO_BAND_FM_HD == static_cast<int>(Band::FM_HD),
52 "FM HD band mismatch with legacy");
147 config->type = static_cast<Band>(halConfig->type);
156 if (config->type == Band::FM)
    [all...]
  /frameworks/av/services/radio/
HidlUtils.cpp 28 using android::hardware::broadcastradio::V1_0::Band;
55 halConfig->type = static_cast<Band>(config->type);
64 if (halConfig->type == Band::FM) {
110 if (halConfig->type == Band::FM) {
  /hardware/interfaces/broadcastradio/1.0/vts/functional/
VtsHalBroadcastradioV1_0TargetTest.cpp 44 using ::android::hardware::broadcastradio::V1_0::Band;
266 if (l.type == Band::AM || l.type == Band::AM_HD) {
268 } else if (l.type == Band::FM || l.type == Band::FM_HD) {
349 * - the implementation supports at one band
453 badConfig.type = Band::FM;
  /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 6670 milliseconds