HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 701 - 725 of 4077) sorted by null

<<21222324252627282930>>

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
samplefmt.h 151 * @param nb_channels the number of channels
170 * buffer for all channels for packed layout.
182 * @param nb_channels the number of channels
206 * @param nb_channels number of audio channels
237 * @param nb_channels number of audio channels
250 * @param nb_channels number of audio channels
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 230 int color = img.channels() > 1;
249 if(img.channels() < 4)
347 int depth = img.depth(), channels = img.channels(); local
412 channels == 1 ? PNG_COLOR_TYPE_GRAY :
413 channels == 3 ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGBA,
  /external/opencv3/samples/gpu/
stereo_match.cpp 194 if (d_left.channels() > 1 || d_right.channels() > 1)
199 cout << "image_channels: " << left.channels() << endl;
226 cout << "image_channels: " << left.channels() << endl;
259 if (left.channels() == 1 && p.method != Params::BM)
271 cout << "image_channels: " << left.channels() << endl;
  /external/tinycompress/
cplay.c 209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
227 codec.ch_in = channels;
228 codec.ch_out = channels;
285 printf("Format %u Channels %u, %u Hz, Bit Rate %d\n",
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc 99 const size_t channels,
108 payload_name, payload_type, frequency, channels, rate,
255 size_t channels = 1; local
286 channels = payload->typeSpecific.Audio.channels;
305 rtp_header.payload_type_frequency, channels, rate)) {
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 31 struct hostapd_channel_data *ch = &mode->channels[i];
55 struct hostapd_channel_data *ch = &mode->channels[i];
106 struct hostapd_channel_data *chan = &mode->channels[j];
123 * the list of allowed channels (already checked above).
187 * Switch PRI/SEC channels if Beacons were detected on selected SEC
206 * channels that we are about to use (if already mixed order in
  /frameworks/base/docs/html/tv/
index.jd 149 <div class="landing-section" style="background-color:#f5f5f5" id="tv-games-channels">
152 <div class="landing-h1">Develop Games and Channels</div>
167 <div class="landing-h3">Keep Users Engaged with Channels</div>
170 fashion to users. Users see your channels alongside traditional TV channels in the
172 <a href="{@docRoot}training/tv/tif/index.html">Learn how to build channels</a>
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 55 /** 5 GHz band excluding DFS channels */
56 public static final int WIFI_BAND_5_GHZ = 2; /* 5 GHz band without DFS channels */
57 /** DFS channels from 5 GHz band only */
58 public static final int WIFI_BAND_5_GHZ_DFS_ONLY = 4; /* 5 GHz band with DFS channels */
59 /** 5 GHz band including DFS channels */
60 public static final int WIFI_BAND_5_GHZ_WITH_DFS = 6; /* 5 GHz band with DFS channels */
61 /** Both 2.4 GHz band and 5 GHz band; no DFS channels */
62 public static final int WIFI_BAND_BOTH = 3; /* both bands without DFS channels */
63 /** Both 2.4 GHz band and 5 GHz band; with DFS channels */
64 public static final int WIFI_BAND_BOTH_WITH_DFS = 7; /* both bands with DFS channels */
174 public ChannelSpec[] channels; field in class:WifiScanner.ScanSettings
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 103 /* Set list of channels */
154 /* Set list of channels */
191 static char *wpa_driver_get_country_code(int channels)
195 if (channels == WEXT_NUMBER_SCAN_CHANNELS_ETSI)
197 else if( channels == WEXT_NUMBER_SCAN_CHANNELS_MKK1)
297 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 44 * Note that the entire range of emergency channels is enabled. Test messages
48 * TODO: add notification to re-enable channels after a radio reset.
117 Log.e(TAG, "exception enabling cell broadcast channels", ex);
324 // Enable/Disable additional channels based on carrier specific requirement.
336 // Enable/Disable additional channels based on country specific requirement.
338 // Enable/Disable Israel PWS channels (919~928).
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 102 // When TIS adds several channels, ChannelDataManager.Listener.onChannelList
105 // list again and make all channels of {@code inputId} browsable.
155 * Marks the channels in newly installed inputs browsable.
171 + " channels");
305 context.grantUriPermission(packageName, TvContract.Channels.CONTENT_URI, modeFlags);
315 * Called when Live channels app is launched. Once it is called, {@link
  /external/opencv3/modules/core/misc/java/test/
MatTest.java 54 assertEquals(1, gray0.channels());
55 assertEquals(3, rgbLena.channels());
56 assertEquals(4, rgba0.channels());
245 assertEquals(Byte.SIZE / 8 * gray0.channels(), gray0.elemSize());
246 assertEquals(Float.SIZE / 8 * gray0_32f.channels(), gray0_32f.elemSize());
247 assertEquals(Byte.SIZE / 8 * rgbLena.channels(), rgbLena.elemSize());
278 final int ch = CvType.channels(type);
344 fail("Expected UnsupportedOperationException (data.length % CvType.channels(t) != 0)");
695 fail("Expected UnsupportedOperationException (data.length % CvType.channels(t) != 0)");
741 fail("Expected UnsupportedOperationException (data.length % CvType.channels(t) != 0)")
    [all...]
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 53 if (lhs.channels() != rhs.channels() ||
63 for (int i = 0; i < s.channels; ++i)
190 ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_8U, num_channels, ext_from_int(ext).c_str());
205 CV_Assert(num_channels == img_test.channels());
220 ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_8U, num_channels, ".jpg");
251 ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_16U, num_channels, ".tiff");
264 ts->printf(ts->LOG, "img : %d ; %d \n", img.channels(), img.depth());
265 ts->printf(ts->LOG, "img_test : %d ; %d \n", img_test.channels(), img_test.depth());
384 ASSERT_TRUE(img.channels() == 4)
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 40 #include <audio_utils/channels.h>
93 * capabilities, e.g. exposes too many channels or
94 * too few channels. */
124 * capabilities, e.g. exposes too many channels or
125 * too few channels. */
608 /* Channels */
619 /* The Framework is currently limited to no more than this number of channels */
638 // if they differ, choose the "actual" number of channels *closest* to the "logical".
639 // and store THAT in proxy_config.channels
640 proxy_config.channels = profile_get_closest_channel_count(out->profile, out->hal_channel_count)
    [all...]
  /external/flac/libFLAC/
md5.c 274 static void format_input_(FLAC__multibyte *mbuf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
284 #define BYTES_CHANNEL_SELECTOR(bytes, channels) (bytes * 100 + channels)
287 switch (BYTES_CHANNEL_SELECTOR (bytes_per_sample, channels)) {
457 for (channel = 0; channel < channels; channel++)
463 for (channel = 0; channel < channels; channel++)
469 for (channel = 0; channel < channels; channel++) {
479 for (channel = 0; channel < channels; channel++)
491 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
493 const size_t bytes_needed = (size_t)channels * (size_t)samples * (size_t)bytes_per_sample
    [all...]
  /frameworks/base/docs/html/training/tv/tif/
tvinput.jd 32 linear, broadcast TV fashion as channels and programs. With a TV input service, you can provide
127 <h3 id="setup">Define channels and create your setup activity</h3>
130 access via the system TV app. You should register your channels
135 Programming Guide (EPG), whose data includes channels and programs available
146 Google Play Store as an app that provides content channels in Android TV:</p>
156 creates and updates channels in the system database.</p>
158 <p>In your subclass, create and return your full list of channels in
159 <code>getChannels()</code>. If your channels come from an XMLTV file,
161 channels programmatically using the <code>Channel.Builder</code> class.
253 <p>When the user uses the system TV app to start viewing one of your channels,
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 91 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); local
112 pcm->channels * 16);
114 pcm->channels);
142 sparams->avail_min = pcm->period_size/(channels * 2) ;
143 sparams->start_threshold = pcm->period_size/(channels * 2) ;
145 sparams->xfer_align = pcm->period_size/(channels * 2) ; /* needed for old kernels */
164 static int play_file(unsigned rate, unsigned channels, int fd,
184 if (channels == 1)
186 else if (channels == 6)
234 pcm->channels = channels
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java 18 package org.apache.harmony.tests.java.nio.channels;
27 import java.nio.channels.AsynchronousCloseException;
28 import java.nio.channels.ClosedChannelException;
29 import java.nio.channels.IllegalBlockingModeException;
30 import java.nio.channels.NotYetBoundException;
31 import java.nio.channels.SelectionKey;
32 import java.nio.channels.ServerSocketChannel;
33 import java.nio.channels.SocketChannel;
34 import java.nio.channels.spi.SelectorProvider;
82 * Test method for 'java.nio.channels.ServerSocketChannel.validOps()
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/
jobb-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/
jobb-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha1/
jobb-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha3/
jobb-25.0.0-alpha3.jar 

Completed in 4112 milliseconds

<<21222324252627282930>>