HomeSort by relevance Sort by last modified time
    Searched defs:channels (Results 276 - 300 of 497) sorted by null

<<11121314151617181920

  /external/ImageMagick/MagickCore/
compare.c 88 % CompareImages() compares one or more pixel channels of an image to a
116 channels;
118 channels=0;
124 channels++;
126 return(channels == 0 ? (size_t) 1 : channels);
326 % GetImageDistortion() compares one or more pixel channels of an image to a
114 channels; local
    [all...]
composite.c 177 only performed on the channels specified, and are applied
342 channels;
441 channels=GetPixelChannels(source_image);
442 if (p >= (pixels+channels*source_image->columns))
491 channels=GetPixelChannels(source_image);
492 if (p >= (pixels+channels*source_image->columns))
340 channels; local
1296 channels; local
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 64 SLuint32 channels; // -c# member in struct:__anon19006
  /external/mtpd/
pptp.c 104 uint16_t channels; member in struct:packet::__anon30713::__anon30714::__anon30716::__anon30717
226 outgoing.sccrq.channels = htons(1);
  /external/opencv/
cvjni.cpp 144 int channels = CV_MAT_CN( mat_image->type ); local
149 mat_image->height, ipl_depth, channels, strm);
259 int channels, ipl_depth; local
261 channels = CV_MAT_CN( mat_image->type );
268 mat_image->height, ipl_depth, channels, strm);
753 int channels, ipl_depth;
755 channels = CV_MAT_CN( mat_image->type );
761 mat_image->height, ipl_depth, channels, m_strm);
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 360 int channels = 1; local
460 channels = value;
461 if( channels != 1 && channels != 3 && channels != 4 )
507 if( photometric == 0 || photometric == 1 && channels == 1 )
518 m_compression != TIFF_HUFFMAN && channels == 1 )
532 (channels == 3 || channels == 4) &&
535 m_bpp = 8*channels;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op.cc 176 (*x_wais)[x].index_0 *= resizer_state.channels;
177 (*x_wais)[x].index_1 *= resizer_state.channels;
178 (*x_wais)[x].index_2 *= resizer_state.channels;
179 (*x_wais)[x].index_3 *= resizer_state.channels;
232 const auto num_channels = resizer_state.channels;
254 // Manually unroll case of 3 channels.
407 const int channels = resizer_state.channels; local
421 for (int64 c = 0; c < channels; ++c) {
  /external/webrtc/webrtc/modules/media_file/
media_file_utility.cc 256 size_t channels,
262 codec_info_.channels = channels;
420 const size_t bytesRequested = (codec_info_.channels == 2) ?
444 (codec_info_.channels == 2) ? _tempData : (uint8_t*)outData,
457 if(codec_info_.channels == 2)
504 if(codec_info_.channels != 2)
666 size_t channels = (codecInst.channels == 0) ? 1 : codecInst.channels; local
760 size_t channels = (codec_info_.channels == 0) ? 1 : codec_info_.channels; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 359 const ChannelMap& channels() const { return channels_; } function in class:cricket::FakeTransport
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 814 struct hostapd_channel_data *chan = &mode->channels[i];
845 u8 *channels = NULL; local
858 * channels of the selected hw_mode.
865 channels = os_malloc(mode->num_channels);
866 if (channels == NULL)
870 struct hostapd_channel_data *chan = &mode->channels[i];
880 channels[num_channels++] = chan->chan;
893 params.ch_list = channels;
918 os_free(channels);
  /frameworks/av/media/libaudioprocessing/tests/
test-resampler.cpp 39 fprintf(stderr,"Usage: %s [-p] [-f] [-F] [-v] [-c channels]"
48 fprintf(stderr," -c # channels (1-2 for lq|mq|hq; 1-8 for dlq|dmq|dhq)\n");
109 int channels = 1; local
132 channels = atoi(optarg);
181 if (channels < 1
182 || channels > (quality < AudioResampler::DYN_LOW_QUALITY ? 2 : 8)) {
183 fprintf(stderr, "invalid number of audio channels %d\n", channels);
218 input_size = info.frames * info.channels * sizeof(short);
222 channels = info.channels
253 reinterpret_cast<int16_t*>(input_vaddr), input_frames * channels); local
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 40 static SLuint32 channels = 1; // -c# variable
186 memset(buffer, 0, bufSizeInFrames * channels * sizeof(short));
196 for (unsigned k = 0; k < channels; k++) {
197 ((short *)buffer)[(i+j)*channels+k] = j < 4 ? 0x7FFF : 0x8000;
292 channels = atoi(&arg[2]);
293 if (channels < 1 || channels > 2) {
295 (unsigned) channels);
296 channels = 2;
345 bufSizeInBytes = channels * bufSizeInFrames * sizeof(short)
    [all...]
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 282 uint32_t channels; local
289 nullptr, &channels, nullptr, &numSamples)) {
294 decodedSizes->push_back(numSamples * channels * sizeof(int16_t));
428 ALOGI("Reconfiguring decoder: %d->%d Hz, %d->%d channels",
  /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/
FileChannelLockingTest.java 17 package org.apache.harmony.tests.java.nio.channels;
25 import java.nio.channels.FileChannel;
26 import java.nio.channels.FileLock;
27 import java.nio.channels.NonReadableChannelException;
28 import java.nio.channels.NonWritableChannelException;
29 import java.nio.channels.OverlappingFileLockException;
62 // Open read, write, and read/write channels on the temp files.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 17 package org.apache.harmony.tests.java.nio.channels.spi;
20 import java.nio.channels.ClosedChannelException;
21 import java.nio.channels.IllegalBlockingModeException;
22 import java.nio.channels.IllegalSelectorException;
23 import java.nio.channels.SelectableChannel;
24 import java.nio.channels.SelectionKey;
25 import java.nio.channels.Selector;
26 import java.nio.channels.SocketChannel;
27 import java.nio.channels.spi.AbstractSelectableChannel;
28 import java.nio.channels.spi.SelectorProvider
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 17 package libcore.java.nio.channels;
27 import java.nio.channels.AsynchronousFileChannel;
28 import java.nio.channels.ClosedChannelException;
29 import java.nio.channels.CompletionHandler;
30 import java.nio.channels.NonReadableChannelException;
31 import java.nio.channels.NonWritableChannelException;
AsynchronousServerSocketChannelTest.java 17 package libcore.java.nio.channels;
28 import java.nio.channels.AlreadyBoundException;
29 import java.nio.channels.AsynchronousChannelGroup;
30 import java.nio.channels.AsynchronousCloseException;
31 import java.nio.channels.AsynchronousServerSocketChannel;
32 import java.nio.channels.AsynchronousSocketChannel;
33 import java.nio.channels.ClosedChannelException;
34 import java.nio.channels.NotYetBoundException;
35 import java.nio.channels.UnresolvedAddressException;
36 import java.nio.channels.spi.AsynchronousChannelProvider
    [all...]
  /packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
ChannelScanFragment.java 40 /** Channel Scan Fragment shows detected channels */
111 return new Guidance("Channel Scan", "Fake scanning for channels", null, null);
119 .title("Channels Found:")
174 List<Channel> channels = new ArrayList<>(); local
175 channels.add(createFakeChannel("KQED", "9.1", 1));
176 channels.add(createFakeChannel("BBC", "2-2", 2));
177 channels.add(createFakeChannel("What\'s on", "1.1", 3));
178 channels.add(createFakeChannel("FOX", "7.1", 4));
179 channels.add(createFakeChannel("Play Movie", "1.1", 5));
180 channels.add(createFakeChannel("PBS", "9.2", 6))
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
ChannelPreviewUpdater.java 172 List<Channel> channels = new ArrayList<>(mRecommender.recommendChannels()); local
173 for (Channel channel : channels) {
Recommender.java 110 * Return the channel list of recommendation up to {@code n} or the number of channels. During
111 * the evaluation, this method updates the channel sort key of recommended channels.
113 * @param size The number of channels that might be recommended.
114 * @return Top {@code size} channels recommended sorted by score in descending order. If {@code
115 * size} is bigger than the number of channels, the number of results could be less than
177 * <p>If getChannelSortKey was called before evaluating the channels or trying to get sort key
189 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); local
191 evaluator.onChannelListChanged(Collections.unmodifiableList(channels));
206 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); local
208 evaluator.onChannelListChanged(Collections.unmodifiableList(channels));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
channelmap.h 35 * Channel maps provide a way to associate channels in a stream with a
51 * \li pa_channel_map_init_auto() - Create a standard channel map for a specific number of channels
54 * predefined one is known for the specified number of channels.
230 /**< Only aux channels */
241 * default channel mapping based on the number of channels. */
262 * channels of a stream. These values are relevant for conversion and
265 uint8_t channels; member in struct:pa_channel_map
266 /**< Number of channels */
284 * channels using default labels and return a pointer to it. This call
286 * specific number of channels and mapping. *
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_audio.h 169 Uint8 channels; /**< Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
264 * both right and left channels in LR ordering.
SDL_haptic.h 683 * data yourself. Data should consist of channels * samples Uint16 samples.
685 * If channels is one, the effect is rotated using the defined direction.
706 Uint8 channels; /**< Axes to use, minimum of one. */ member in struct:SDL_HapticCustom
709 Uint16 *data; /**< Should contain channels*samples items. */
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_audio.h 169 Uint8 channels; /**< Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
264 * both right and left channels in LR ordering.

Completed in 1642 milliseconds

<<11121314151617181920