Searched
full:channels (Results
751 -
775 of
2412) sorted by null
<<31323334353637383940>>
/build/core/tasks/check_boot_jars/ |
package_whitelist.txt | 16 java\.nio\.channels 17 java\.nio\.channels\.spi
|
/cts/tests/tests/media/src/android/media/cts/ |
CodecImage.java | 98 * The width of the image in pixels. For formats where some color channels 104 * The height of the image in pixels. For formats where some color channels
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
ChannelXMLParser.java | 34 * A parser for the channels and programs feed used in {@link RichTvInputService}. 44 private static final String TAG_CHANNELS = "Channels";
|
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 170 .channels = AUDIO_CAPTURE_CHANNEL_COUNT, 472 if (config->inputCfg.channels != config->outputCfg.channels) return -EINVAL; 474 if (config->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO) return -EINVAL; 533 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 541 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 553 visu_ctxt->channel_count = popcount(context->config.inputCfg.channels); 696 * left and right channels below */ [all...] |
/external/aac/libAACdec/src/ |
channel.h | 112 * \param el_channels amount of channels of the element to be decoded. 130 * \param numberOfChannels amoun of channels contained in the object to be parsed.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/ |
BoneContext.java | 57 * a map of pose channels for each bone OMA
78 * a map of pose channels for each bone OMA
|
/external/jpeg/ |
jpegtran.1 | 139 This option discards the chrominance channels if the input image is YCbCr 145 of the near-empty chroma channels won't be large; but the decoding time for
|
/external/libvorbis/doc/vorbisfile/ |
chainingexample.html | 131 printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n", 132 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.h | 212 * across all other channels */ 263 * to compute one result which is smeared across all output channels */
|
/external/openssh/ |
OVERVIEW | 73 - Code for various types of channel forwarding is in channels.c. 75 channels inside the secure channel, and uses this framework to
|
/external/sonic/ |
sonic.h | 130 /* Get the number of channels. */ 132 /* Set the number of channels. This will drop any samples that have not been read. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_simple.c | 46 * A more advanced bgscan module would learn about most like channels 47 * over time and request scans only for some channels (probing others
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 114 ALOGV("setAudioSpecificConfigData: %d hz, %d bps, and %d channels", 120 ALOGE("Unsupported number of channels(%d)", mChannels);
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 27 import java.nio.channels.FileChannel; 28 import java.nio.channels.FileLock;
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicHistogram.java | 61 * channels are used in the computation. This is useful if you 78 * channels are used in the computation. This is useful if you
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicHistogram.java | 71 * channels are used in the computation. This is useful if you 88 * channels are used in the computation. This is useful if you
|
/frameworks/wilhelm/src/ |
classes.h | 71 SLuint8 mMuteMask; // Mask for which channels are muted: bit 0=left, 1=right 72 SLuint8 mSoloMask; // Mask for which channels are soloed: bit 0=left, 1=right
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 124 switch (sfinfo->channels) { 263 thiz->mNumChannels = thiz->mSndFile.mSfInfo.channels;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 212 fprintf(stdout, "Plays a sound and alternates the muting of the channels (for 5s).\n"); 213 fprintf(stdout, " and then alternates the solo\'ing of the channels (for 5s).\n");
|
/hardware/intel/common/libmix/mix_audio/src/ |
mixacp.h | 124 * @num_channels: Number of output channels. See #MIX_ACP_NUM_CHANNELS 225 * Configure the number of output channels. This value need to be exact the same as the supported output channel in the audio since down-mixing is not supported.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 144 // output channels 187 // input channels
|
/hardware/qcom/audio/post_proc/ |
bass_boost.c | 195 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 203 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
|
virtualizer.c | 195 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 203 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
|
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 191 .channels = AUDIO_CAPTURE_CHANNEL_COUNT, 532 if (config->inputCfg.channels != config->outputCfg.channels) return -EINVAL; 534 if (config->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO) return -EINVAL; 593 context->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 601 context->config.outputCfg.channels = AUDIO_CHANNEL_OUT_STEREO; 613 visu_ctxt->channel_count = audio_channel_count_from_out_mask(context->config.inputCfg.channels); 771 * left and right channels below */ [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
FileLock.java | 18 package java.nio.channels; 64 * channels open on the same file; their locks will also be released. The safe
|
Completed in 401 milliseconds
<<31323334353637383940>>