HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 451 - 475 of 2412) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.3.0-alpha3/
ddmlib-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.3.0-alpha5/
ddmlib-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.3.0-beta1/
ddmlib-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.3.0-beta2/
ddmlib-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.3.0-beta3/
ddmlib-24.3.0-beta3.jar 
  /system/bt/bta/av/
bta_av_int.h 441 tBTA_AV_VF_INFO vdp; /* used for video channels only */
473 list_t *a2d_list; /* used for audio channels only */
577 UINT8 conn_rc; /* handle mask of connected RCP channels */
578 UINT8 conn_audio; /* handle mask of connected audio channels */
579 UINT8 conn_video; /* handle mask of connected video channels */
581 UINT8 audio_open_cnt; /* number of connected audio channels */
582 UINT8 reg_audio; /* handle mask of registered audio channels */
583 UINT8 reg_video; /* handle mask of registered video channels */
588 UINT8 audio_streams; /* handle mask of streaming audio channels */
589 UINT8 video_streams; /* handle mask of streaming video channels */
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.0.1/
ddmlib-24.0.1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/ddms/ddmlib/24.1.0/
ddmlib-24.1.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/ddms/ddmlib/24.2.0/
ddmlib-24.2.0.jar 
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 31 import java.nio.channels.Channels;
32 import java.nio.channels.ReadableByteChannel;
33 import java.nio.channels.WritableByteChannel;
47 WritableByteChannel outChannel = Channels.newChannel(out);
50 Channels.newChannel(new ByteArrayInputStream(expected));
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 494 int width, int height, int /*depth*/, int channels )
497 int fileStep = (width*channels + 3) & -4;
505 int paletteSize = channels > 1 ? 0 : 1024;
522 m_strm.PutWord( channels << 3 );
530 if( channels == 1 )
536 width *= channels;
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngwrite.c 741 row_info.channels = png_ptr->usr_channels;
743 row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
748 png_debug1(3, "row_info->channels = %d", row_info.channels);
1634 const int channels = (image->format & PNG_FORMAT_FLAG_COLOR) ? 3 : 1; local
1789 const int channels = (image->format & PNG_FORMAT_FLAG_COLOR) ? 3 : 1; local
1881 const int channels = PNG_IMAGE_SAMPLE_CHANNELS(format); local
    [all...]
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 58 // channels
105 if (pConfig->inputCfg.channels != pConfig->outputCfg.channels) return -EINVAL;
107 if (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO) return -EINVAL;
157 pContext->mConfig.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
165 pContext->mConfig.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
  /frameworks/av/services/audioflinger/
AudioMixer.h 54 // maximum number of channels supported by the mixer
56 // This mixer has a hard-coded upper limit of 8 channels for output.
59 // maximum number of channels supported for the content
100 // for target RAMP_VOLUME and VOLUME (8 channels max)
151 // FIXME this representation permits up to 8 channels
231 * the number of channels required by the mixer sink.
  /frameworks/base/docs/html/tv/
index.jd 148 <div class="landing-section" style="background-color:#f5f5f5" id="tv-games-channels">
151 <div class="landing-h1">Develop Games and Channels</div>
166 <div class="landing-h3">Keep Users Engaged with Channels</div>
169 fashion to users. Users see your channels alongside traditional TV channels in the
171 <a href="{@docRoot}training/tv/tif/index.html">Learn how to build channels</a>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunau.py 17 | # of channels |
46 getnchannels() -- returns number of audio channels (1 for
78 setnchannels(n) -- set the number of channels
310 raise Error, 'only 1, 2, or 4 channels supported'
315 raise Error, 'number of channels not set'
414 raise Error, '# of channels not specified'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunau.py 17 | # of channels |
46 getnchannels() -- returns number of audio channels (1 for
78 setnchannels(n) -- set the number of channels
310 raise Error, 'only 1, 2, or 4 channels supported'
315 raise Error, 'number of channels not set'
414 raise Error, '# of channels not specified'
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 48 * Emulation channels are identified by unique names. For instance, sensor emulation
52 * 2. Channels are connected to emulator via separate socket instance (though all
63 * 2. Maintain a list of service-side channels registered by the application.
93 * List of registered app-side channels.
95 * Channels that are kept in this list may be disconnected from (or pending
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels...");
  /system/media/alsa_utils/
alsa_device_profile.c 186 * Channels
328 config->channels = pcm_params_get_min(alsa_hw_params, PCM_PARAM_CHANNELS);
354 profile->default_config.channels, profile->default_config.rate,
369 /* Channels */
501 * The total number of output channels. SO, if the device itself doesn't explicitly
519 && channel_count < 2 /* positional only for fewer than 2 channels */) {
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.2/
ddmlib-23.0.2.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/raw/
rich_tv_inputs_tif.xml 17 Example feed for RichTvInputService. This feed includes 3 channels and each channel may include
30 <Channels>
106 </Channels>
  /external/libpng/contrib/libtests/
makepng.c 33 * 2 channels: the color channel increases in luminosity from top to bottom, the
36 * 3 channels: linear combinations of, from the top-left corner clockwise,
39 * 4 channels: linear combinations of, from the top-left corner clockwise,
56 * Image size is determined by the final pixel depth in bits, i.e. channels x
118 int channels = 1; local
121 channels = 3;
124 return channels + 1;
127 return channels;
340 /* 2 channels: the color channel increases in luminosity from top to bottom,
359 /* 3 channels: linear combinations of, from the top-left corner clockwise
    [all...]
  /external/mesa3d/docs/
RELNOTES-3.5 213 16-bit color channels
216 There's experimental support for 16-bit color channels (64-bit pixels)
225 color channels.

Completed in 162 milliseconds

<<11121314151617181920>>