HomeSort by relevance Sort by last modified time
    Searched refs:Channels (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
Expander.java 26 import java.nio.channels.Channels;
27 import java.nio.channels.FileChannel;
28 import java.nio.channels.SeekableByteChannel;
138 expand(format, Channels.newInputStream(archive), targetDirectory);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
AppLinkTestActivity.java 61 String[] projection = { TvContract.Channels._ID };
MultipleTracksTestActivity.java 121 String[] projection = { TvContract.Channels._ID };
SearchUtil.java 86 * for channels and programs in TvProvider.
96 TvContract.Channels.CONTENT_URI), 0);
ParentalControlTestActivity.java 141 String[] projection = { TvContract.Channels._ID };
TimeShiftTestActivity.java 183 String[] projection = { TvContract.Channels._ID };
TvInputDiscoveryTestActivity.java 37 TvContract.Channels.CONTENT_URI);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.cc 64 size_t AudioDecoderCng::Channels() const {
sync_buffer_unittest.cc 18 // Create a SyncBuffer with two channels and 10 samples each.
22 EXPECT_EQ(kChannels, sync_buffer.Channels());
35 // Create a SyncBuffer with two channels and 100 samples each.
51 // Create a SyncBuffer with two channels and 100 samples each.
91 // Create a SyncBuffer with two channels and 100 samples each.
124 // Create a SyncBuffer with two channels and 100 samples each.
neteq_impl_unittest.cc 275 EXPECT_CALL(mock_decoder, Channels()).WillRepeatedly(Return(1));
449 size_t Channels() const override { return 1; }
524 EXPECT_CALL(mock_decoder, Channels()).WillRepeatedly(Return(1));
685 EXPECT_CALL(mock_decoder, Channels()).WillRepeatedly(Return(1));
    [all...]
audio_multi_vector.cc 186 size_t AudioMultiVector::Channels() const {
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) {
  /external/tensorflow/tensorflow/examples/label_image/
main.cc 143 DecodePng::Channels(wanted_channels));
154 DecodeJpeg::Channels(wanted_channels));
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java 229 String[] projection = { TvContract.Channels._ID };
408 String[] projection = { TvContract.Channels._ID };
443 mTvView.tune("invalid_input_id", TvContract.Channels.CONTENT_URI);
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 28 import java.nio.channels.Channels;
29 import java.nio.channels.ReadableByteChannel;
30 import java.nio.channels.WritableByteChannel;
43 WritableByteChannel outChannel = Channels.newChannel(out);
46 Channels.newChannel(new ByteArrayInputStream(expected));
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 91 DecodePng::Channels(wanted_channels));
97 DecodeJpeg::Channels(wanted_channels));
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 215 /// Specifies a list of channels that are examined when scanning for a BSS. If set to
216 /// NULL, all valid channels will be scanned.
260 /// Indicates the number of channels in the subband.
631 /// The first channel number in a subband of supported channels.
635 /// The number of channels in a subband of supported channels.
649 /// Indicates one or more tuples of (first channel, number of channels).
676 /// Indicates a list of channels in which the STA is capable of operating.
678 EFI_80211_ELEMENT_SUPP_CHANNEL *Channels;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 67 ATTRIBUTE Ascend-Minimum-Channels 173 integer
129 ATTRIBUTE Ascend-Maximum-Channels 235 integer
  /external/grpc-grpc/src/csharp/Grpc.Core/
Channel.cs 29 /// Represents a gRPC channel. Channels are an abstraction of long-lived connections to remote servers.
226 /// all previously created channels before exiting from the process.
  /external/tensorflow/tensorflow/c/
c_api_experimental.cc 1100 string_val: "Channels must be in (None, 0, 1, 3) when decoding JPEG images"
1122 string_val: "Channels must be in (None, 0, 1, 3) when decoding JPEG images"
1159 key: "channels"
1313 key: "channels"
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 646 #define cmsMAXCHANNELS 16 // Maximum number of channels in ICC profiles
662 // 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...]

Completed in 1240 milliseconds

1 23 4