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

<<11121314151617181920>>

  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 868 png_ptr->row_info.channels = png_ptr->usr_channels;
871 png_ptr->row_info.channels);
878 png_debug1(3, "row_info->channels = %d\n", png_ptr->row_info.channels);
    [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 55 channel. Standard MIDI allows for 16 channels of MIDI
95 track, but may be made up of multiple channels of MIDI
101 tracks, and each track may in turn be made up of one or more channels of MIDI
104 channels on a single track, or multiple tracks that contain data for the same MIDI
110 Channels. A MIDI file may contain many tracks with several tracks utilizing the
542 Shows the MIDI <b>tracks</b> (not channels)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 628 * Return the number of frequency channels that are allowed
630 * @return the number of allowed channels, or {@code -1} if an error occurs
643 * Set the number of frequency channels that are allowed to be used
645 * if the correct number of channels cannot be determined automatically
647 * @param numChannels the number of allowed channels. Must be greater than 0
664 * Return the list of valid values for the number of allowed radio channels
    [all...]
WifiStateTracker.java     [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 18 package org.apache.harmony.nio.tests.java.nio.channels;
33 import java.nio.channels.AsynchronousCloseException;
34 import java.nio.channels.ClosedByInterruptException;
35 import java.nio.channels.ClosedChannelException;
36 import java.nio.channels.DatagramChannel;
37 import java.nio.channels.IllegalBlockingModeException;
38 import java.nio.channels.NotYetConnectedException;
39 import java.nio.channels.SelectionKey;
40 import java.nio.channels.UnresolvedAddressException;
41 import java.nio.channels.UnsupportedAddressTypeException
    [all...]
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 62 static const char PVOMXAUDIODECMETADATA_CODECINFO_AUDIO_CHANNELS_KEY[] = "codec-info/audio/channels";
639 (0, "PVMFOMXAudioDecNode::HandlePortReEnable() Port Reconfiguration -> Output parameters num channels = %d", iNumberOfAudioChannels));
    [all...]
  /external/jpeg/
jmorecfg.h 49 * Maximum number of components (color channels) allowed in JPEG image.
51 * few applications need more than 4 channels (maybe 5 for CMYK + alpha
wrrle.c 94 * - The number of channels (components) is expected to be 1 (grayscale/
  /external/kernel-headers/original/asm-arm/arch/
dma.h 124 /* DMA channels for omap1 */
185 /* DMA channels for 24xx */
  /external/opencore/android/
android_audio_output.cpp 31 // TODO: dynamic buffer count based on sample rate and # channels
361 LOGV("Creating AudioTrack object: rate=%d, channels=%d, buffers=%d", iAudioSamplingRate, iAudioNumChannels, kNumOutputBuffers);
  /external/qemu/audio/
audio_template.h 451 dolog ("Old %s freq %d, bits %d, channels %d\n",
453 dolog ("New %s freq %d, bits %d, channels %d\n",
fmodaudio.c 648 {"CHANNELS", AUD_OPT_INT, &conf.nb_channels,
649 "Number of default channels (1 - mono, 2 - stereo)", NULL, 0},
  /external/speex/include/speex/
speex.h 295 * may be added. Note that for now if you have more than one channels to
339 * may be added. Note that for now if you have more than one channels to
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 85 * channels available, scan SRV returned NOK, etc)
269 * \param SPSStatus - which channels were attempted (if SPS scan).\n
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
INetworkSystem.java 31 import java.nio.channels.Channel;
  /external/bluetooth/bluez/sbc/
sbcenc.c 110 if (BE_INT(au_hdr.channels) == 1) {
  /external/icu4c/test/cintltst/
usrchdat.c 78 {"Channel, another channel, more channels, and one last Channel",
103 {"A channel, another CHANNEL, more Channels, and one last channel...",
430 {"Channel, another channel, more channels, and one last Channel",
451 {"A channel, another CHANNEL, more Channels, and one last channel...",
  /external/libpng/contrib/pngminus/
README 76 On the other hand it supports alpha-channels. When reading a png-image
  /external/opencore/android/author/
authordriver.h 321 // Used to set the number of channels of the audio source
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
gsmamr_encoder_wrapper.cpp 63 // Default number of channels
  /external/opencore/codecs_v2/audio/sbc/enc/src/
scalefactors.cpp 34 if (sbc->channels == 1)
  /external/opencore/fileformats/avi/parser/include/
pv_avifile_typedefs.h 404 uint16 Channels;
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_metadata.h 53 static const char PVMFSTREAMINGMGRNODE_TRACKINFO_NUMCHANNELS_KEY[] = "track-info/audio/channels";
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 289 if ( spec->channels == 1 ) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.c 278 waveformat.nChannels = spec->channels;

Completed in 323 milliseconds

<<11121314151617181920>>