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

<<21222324252627282930>>

  /system/media/audio_utils/include/audio_utils/
primitives.h 455 * the destination channel mask. Unmatched channels in the destination channel mask
456 * are zero filled. Unmatched channels in the source channel mask are dropped.
457 * Channels present in the channel mask are represented by set bits in the
461 * \param dst_mask Bit mask corresponding to destination channels present
463 * \param src_mask Bit mask corresponding to source channels present
480 * Example: Swapping L and R channels for stereo streams
496 * This copy allows swizzling of channels or replication of channels.
499 * \param dst_channels Number of destination channels per frame
501 * \param src_channels Number of source channels per fram
    [all...]
  /external/libvorbis/lib/
block.c 251 v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm));
252 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret));
255 for(i=0;i<vi->channels;i++)
370 for(i=0;i<vi->channels;i++)
404 for(i=0;i<vi->channels;i++){
409 for(i=0;i<vi->channels;i++)
424 for(i=0;i<v->vi->channels;i++){
433 if(v->vi->channels==2){
482 for(i=0;i<vi->channels;i++){
619 vb->pcm=_vorbis_block_alloc(vb,sizeof(*vb->pcm)*vi->channels);
    [all...]
  /external/dng_sdk/source/
dng_read_image.cpp 50 uint32 channels)
53 const uint32 dRowStep = cols * channels;
61 for (uint32 channel = 0; channel < channels; channel++)
64 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel];
81 uint32 channels)
84 const uint32 dRowStep = cols * channels;
92 for (uint32 channel = 0; channel < channels; channel++)
95 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel]
    [all...]
  /external/ImageMagick/ImageMagick/script/
color-management.html 81 <p>The same concept is needed when separating channels. Normally, the conversion to separate each channel of an sRGB color image produces separate linear grayscale images. However the same concept can be applied, if it is desired to keep the separate channels as non-linear grayscale. For example, the following produces non-linear grayscale channels.</p>
87 <p>When separating and recombining channels, with potential intermediate processing, it is important to identify the colorspace used, especially during the recombination. For example,</p>
94 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p>
101 <p>If one desires to separate to non-linear grayscale channels, recombine them later, perhaps after some processing, then use the same concept as above for maintaining non-linear grayscale:</p>
108 <p>When converting to another colorspace and back, such as between sRGB and HSL, the following two commands handle the first case of linear channels and the second case of non-linear channels:</p>
  /external/ImageMagick/www/
color-management.html 85 <p>The same concept is needed when separating channels. Normally, the conversion to separate each channel of an sRGB color image produces separate linear grayscale images. However the same concept can be applied, if it is desired to keep the separate channels as non-linear grayscale. For example, the following produces non-linear grayscale channels.</p>
91 <p>When separating and recombining channels, with potential intermediate processing, it is important to identify the colorspace used, especially during the recombination. For example,</p>
98 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p>
105 <p>If one desires to separate to non-linear grayscale channels, recombine them later, perhaps after some processing, then use the same concept as above for maintaining non-linear grayscale:</p>
112 <p>When converting to another colorspace and back, such as between sRGB and HSL, the following two commands handle the first case of linear channels and the second case of non-linear channels:</p>
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 403 int width, int height, int depth, int channels )
405 if( channels > 3 || channels < 1 )
409 for( int i = 0; i < channels; i++ )
420 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB );
424 if(channels == 1)
435 result = WriteComponent8u( img, data, step, channels, width, height );
437 result = WriteComponent16u( img, (const unsigned short *)data, step / 2, channels, width, height );
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0/
jobb-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha1/
jobb-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha3/
jobb-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha4/
jobb-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha7/
jobb-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta1/
jobb-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta2/
jobb-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-beta3/
jobb-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-rc1/
jobb-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-rc2/
jobb-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.1/
jobb-25.2.1.jar 
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 260 // Get the number of channels from the sample specification
270 // Set the same volume for all channels
272 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume);
797 // The device may have a different number of channels than the stream and
803 // instead we look up the actual number of channels that the device has.
819 // Get the number of channels for this source
827 uint8_t channels = _paChannels; local
829 LATE(pa_cvolume_set)(&cVolumes, channels, volume);
1033 _paChannels = i->channel_map.channels; // Get number of channels
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 91 status_t AudioUsbALSA::getCap(char * type, int &channels, int &sampleRate)
131 channel_start = strstr(str_start, "Channels:");
133 ALOGE("ERROR: Could not find Channels information");
148 channels = 1;
150 channels = 2;
152 ALOGD("channels supported by device: %d", lchannelsPlayback);
278 status_t AudioUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int periodBytes)
299 ALOGV("Setting period size:%d samplerate:%d, channels: %d",periodBytes,sampleRate, channels);
303 channels - 1 ? 32 : 16)
390 uint32_t channels; local
779 uint32_t channels; local
    [all...]
  /docs/source.android.com/src/devices/tv/
index.jd 36 third-party app, to access built-in and IP tuner channels. The TV App
43 <li>TV Provider (<code>com.android.providers.tv.TvProvider</code>): a database of channels, programs, and associated permissions
49 <li>Parental Control: the technology to allow blocking of channels and programs
94 <p>The TV Provider database stores the channels and programs from TV Inputs. The
97 see only the channels and programs it has supplied and is prohibited from
98 accessing any other TV Inputs? channels and programs. </p>
116 <p>Passthrough TV inputs do not store channels and programs. </p>
118 <p>In addition to the standard fields for channels and programs, the TV Provider
122 available to make certain channels unavailable in search (such as to meet
127 <p>The TV Provider supports structured data in channel (<code>android.provider.TvContract.Channels</code>) and program (<code>android.provider.TvContract.Programs</code>) tables. These tables are p (…)
    [all...]
  /external/ImageMagick/coders/
tga.c 750 channels;
913 channels=GetPixelChannels(image);
931 if (GetPixelIndex(image,p+(i*channels)) !=
932 GetPixelIndex(image,p+((i-1)*channels)))
937 if (GetPixelLuma(image,p+(i*channels)) !=
938 GetPixelLuma(image,p+((i-1)*channels)))
943 if ((GetPixelBlue(image,p+(i*channels)) !
744 channels; local
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfB44Compressor.cpp 40 // This compressor is lossy for HALF channels; the compression rate
41 // is fixed at 32/14 (approximately 2.28). FLOAT and UINT channels
481 _channels (hdr.channels()),
495 const ChannelList &channels = header().channels(); local
498 for (ChannelList::ConstIterator c = channels.begin();
499 c != channels.end();
522 for (ChannelList::ConstIterator c = channels.begin();
523 c != channels.end();
541 // format only if all image channels are of type HALF
    [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 106 for (int i = 0; i < channel_volumes->channels; ++i) {
304 // The device may have a different number of channels than the stream and
310 // the actual number of channels that the device has.
312 uint8_t channels; local
316 data.channels = &channels;
330 if (data.channels) {
339 symbol_table()->pa_cvolume_set()(&channel_volumes, channels, pa_volume);
386 uint8_t* channels; member in struct:rtc::PulseAudioInputStream::GetSourceChannelCountCallbackData
537 data->instance->OnGetSourceChannelCountCallback(info, eol, &data->channels);
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 196 DUMP("\tinput channels: %d\n", mPcmConfig.channels);
327 mPcmConfig.channels = deviceInfo->minChannelCount;
329 mPcmConfig.channels = deviceInfo->maxChannelCount;
331 mPcmConfig.channels = requestedChannelCount;
492 if (mPcmConfig.channels == 2) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 30 import java.nio.channels.Channels;
51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos));
52 stsd.getBox(Channels.newChannel(refBaos));
139 cur1.getBox(Channels.newChannel(baos1));
140 cur2.getBox(Channels.newChannel(baos2));

Completed in 2402 milliseconds

<<21222324252627282930>>