HomeSort by relevance Sort by last modified time
    Searched refs:Channels (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 54 PARAM_TEST_CASE(Lut, MatDepth, MatDepth, Channels, bool, bool)
116 PARAM_TEST_CASE(ArithmTestBase, MatDepth, Channels, bool)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_numpy_impl.py 18 def Channels(image):
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 94 // Loop over the channels, starting at the same |factor| each time.
95 for (size_t channel = 0; channel < signal->Channels(); ++channel) {
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 33 import java.nio.channels.*;
299 return Channels.newOutputStream(sc);
  /packages/apps/TV/src/com/android/tv/util/
SetupUtils.java 102 // When TIS adds several channels, ChannelDataManager.Listener.onChannelList
105 // list again and make all channels of {@code inputId} browsable.
155 * Marks the channels in newly installed inputs browsable.
171 + " channels");
305 context.grantUriPermission(packageName, TvContract.Channels.CONTENT_URI, modeFlags);
315 * Called when Live channels app is launched. Once it is called, {@link
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 32 import java.nio.channels.Channels;
33 import java.nio.channels.WritableByteChannel;
640 WritableByteChannel outChannel = Channels.newChannel(out);
653 WritableByteChannel outChannel = Channels.newChannel(out);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc     [all...]
  /external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp 239 PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 67 ATTRIBUTE Ascend-Minimum-Channels 173 integer
129 ATTRIBUTE Ascend-Maximum-Channels 235 integer
  /external/ImageMagick/www/api/
channel.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Get or Set Image Channels</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, or, set, image, channels, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p>ChannelFxImage() applies a channel expression to the specified image. The expression consists of one or more channels, either mnemonic or numeric (e.g. red, 1), separated by actions as follows:</p>
64 <dd> &lt;=&gt; exchange two channels (e.g. red&lt;=&gt;blue) =&gt; copy one channel to another channel (e.g. red=&gt;green) = assign a constant value to a channel (e.g. red=50) , write new image channels in the specified order (e.g. red, green) | add a new output image for the next set of channel operations ; move to the next input image for the source of channel data </dd>
66 <dd> For example, to create 3 grayscale images from the red, green, and blue channels of an image, use: </dd>
103 <p>CombineImages() combines one or more images into a single image. The grayscale value of the pixels of each image in the sequence is assigned in order to the specified channels of the combined image. The typical ordering would be image 1 =&gt; Red, 2 =&gt; Green, 3 =&gt; Blue, etc.</p>
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 61 import java.nio.channels.Channels;
62 import java.nio.channels.ReadableByteChannel;
63 import java.nio.channels.WritableByteChannel;
451 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri));
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 52 PARAM_TEST_CASE(Add_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
57 int channels; local
68 channels = GET_PARAM(3);
73 stype = CV_MAKE_TYPE(depth.first, channels);
74 dtype = CV_MAKE_TYPE(depth.second, channels);
355 PARAM_TEST_CASE(Subtract_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
360 int channels; local
371 channels = GET_PARAM(3);
376 stype = CV_MAKE_TYPE(depth.first, channels);
377 dtype = CV_MAKE_TYPE(depth.second, channels);
663 int channels; local
1030 int channels; local
2083 int channels; local
2181 int channels; local
2261 int channels; local
    [all...]
test_reductions.cpp 184 const int cn = src.channels();
221 const int cn = src.channels();
300 cv::Mat val_mat(dst.size(), CV_64FC(dst.channels()), val.val);
327 cv::Mat val_mat(dst.size(), CV_64FC(dst.channels()), val.val);
354 cv::Mat val_mat(dst.size(), CV_64FC(dst.channels()), val.val);
825 PARAM_TEST_CASE(Reduce, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, ReduceCode, UseRoi)
830 int channels; local
843 channels = GET_PARAM(3);
849 type = CV_MAKE_TYPE(depth, channels);
858 dst_type = CV_MAKE_TYPE(dst_depth, channels);
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 346 IMPLEMENT_PARAM_CLASS(Channels, int)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 123 OMX_U16 Channels = 0;
203 pComponentPrivate->unNumChannels = (OMX_U16)pComponentPrivate->aacParams[OUTPUT_PORT]->nChannels; /*Number of Channels*/
210 /* Remaping Number of channels for SN */
214 Channels=1;
218 Channels=0;
249 arr[9] = Channels; /*Number of Channels*/
287 arr[9] = Channels; /*Number of Channels*/
288 OMX_PRCOMM2(pComponentPrivate->dbg, "arr[9] Channels %d \n",arr[9])
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 40 import android.media.tv.TvContract.Channels;
213 // Change channels with key long press.
670 // Restart live channels.
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 33 import java.nio.channels.*;
701 return Channels.newReader(source, dec, -1);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 645 #define cmsMAXCHANNELS 16 // Maximum number of channels in ICC profiles
661 // C: Channels (Samples per pixel)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 74 cb_int.channels());
76 S16ToFloat(cb_int.channels()[i],
78 cb->channels()[i]);
86 // Number of channels including the keyboard channel.
327 MixStereoToMono(float_data, cb->channels()[0], cb->num_frames());
330 cb->channels());
586 return apm_->ProcessStream(float_cb_->channels(),
592 float_cb_->channels());
600 revfloat_cb_->channels(),
834 apm_->ProcessStream(float_cb_->channels(), input_stream
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 253 operations.add(ContentProviderOperation.newDelete(TvContract.Channels.CONTENT_URI)
672 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); local
675 ITvInputSessionCallback callback = new SessionCallback(sessionState, channels);
682 service.createSession(channels[1], callback, sessionState.inputId);
690 channels[1].dispose();
    [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 2705 milliseconds

1 2 3 45 6