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

12 3 4 5 6

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_decoder_ilbc.cc 52 size_t AudioDecoderIlbc::Channels() const {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_decoder_isac_t.h 37 size_t Channels() const override;
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_decoder_opus.h 29 size_t Channels() const override;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 46 size_t Channels() const override;
audio_multi_vector_unittest.cc 25 // number of channels in the AudioMultiBuffer. Note that it is not possible
28 // this test focuses on testing different number of channels, and keeping the
75 EXPECT_EQ(num_channels_, vec1.Channels());
81 EXPECT_EQ(num_channels_, vec2.Channels());
105 ASSERT_EQ(num_channels_, vec.Channels());
107 ASSERT_EQ(num_channels_, vec_copy.Channels());
109 for (size_t channel = 0; channel < vec.Channels(); ++channel) {
181 ASSERT_EQ(num_channels_, vec.Channels());
273 for (size_t channel = 0; channel < vec.Channels(); ++channel) {
304 // channels
    [all...]
audio_multi_vector.h 26 // Creates an empty AudioMultiVector with |N| audio channels. |N| must be
30 // Creates an AudioMultiVector with |N| audio channels, each channel having
45 // number of channels.
50 // an even multiple of this object's number of channels.
52 // number of channels.
75 // returned, i.e., |length| * number of channels. If the AudioMultiVector
108 // Returns the number of channels.
109 virtual size_t Channels() const;
120 // Copies the data between two channels in the AudioMultiVector. The method
neteq_impl.cc 532 // Trigger an update of sampling rate and the number of channels.
695 decoder->Channels() != algorithm_buffer_->Channels()) {
696 SetSampleRateAndChannels(decoder_info->fs_hz, decoder->Channels());
861 size_t num_output_samples = output_size_samples_ * sync_buffer_->Channels();
864 output_size_samples_ << " * " << sync_buffer_->Channels();
866 num_output_samples_per_channel = max_length / sync_buffer_->Channels();
871 *num_channels = sync_buffer_->Channels();
897 return_value = DtmfOverdub(dtmf_event, sync_buffer_->Channels(), output);
1958 LOG(LS_VERBOSE) << "SetSampleRateAndChannels " << fs_hz << " " << channels; local
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
Channel.java 78 TvContract.Channels._ID,
79 TvContract.Channels.COLUMN_PACKAGE_NAME,
80 TvContract.Channels.COLUMN_INPUT_ID,
81 TvContract.Channels.COLUMN_TYPE,
82 TvContract.Channels.COLUMN_DISPLAY_NUMBER,
83 TvContract.Channels.COLUMN_DISPLAY_NAME,
84 TvContract.Channels.COLUMN_DESCRIPTION,
85 TvContract.Channels.COLUMN_VIDEO_FORMAT,
86 TvContract.Channels.COLUMN_BROWSABLE,
87 TvContract.Channels.COLUMN_LOCKED
    [all...]
ChannelLogoFetcher.java 23 import android.media.tv.TvContract.Channels;
123 // Load channels which doesn't have channel logos.
124 if (DEBUG) Log.d(TAG, "Starts loading the channels from DB");
126 new String[] { Channels._ID, Channels.COLUMN_DISPLAY_NAME };
128 + Channels.COLUMN_PACKAGE_NAME + "=?";
130 try (Cursor c = mContext.getContentResolver().query(Channels.CONTENT_URI,
136 List<Channel> channels = new ArrayList<>(); local
142 channels.add(new Channel.Builder().setId(c.getLong(0))
146 return channels;
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
ChannelDataManager.java 69 TvContract.Channels._ID,
70 TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA };
123 * Invoked when the database schema has been changed and the old-format channels have been
124 * deleted. A receiver should notify to a user that re-scanning channels is necessary.
216 * Invoked when starting a scanning mode. This method gets the previous channels to detect the
217 * obsolete channels after scanning and initializes the variables used for scanning.
242 * obsolete channels, which are previous scanned but are in the scanned result.
264 Log.e(TAG, "Error deleting obsolete channels", e);
269 * Returns the number of scanned channels in the scanning mode.
419 values.put(TvContract.Channels.COLUMN_NETWORK_AFFILIATION, channel.getShortName())
519 ArrayList<TunerChannel> channels = new ArrayList<>(); local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/util/
image_util.py 28 def Channels(image):
29 """Number of color channels in the image."""
30 return impl.Channels(image)
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.cc 26 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) {
39 duration * Channels() * sizeof(int16_t) > max_decoded_bytes) {
audio_decoder.h 40 // channels. If the decoder produced comfort noise, |speech_type|
101 virtual size_t Channels() const = 0;
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 26 import android.media.tv.TvContract.Channels;
67 // TODO: Use Channels.COLUMN_BROWSABLE and Channels.COLUMN_LOCKED instead.
79 assertTrue("More than 2 channels to test", Constants.UNIT_TEST_CHANNEL_COUNT > 2);
186 // Test if all channels are browsable
263 // Test if all channels aren't locked at the first time.
288 * Test ChannelDataManager when channels in TvContract are updated, removed, or added.
389 * This assumes that {@link ChannelDataManager} queries channels
390 * with empty {@code selection}. (i.e. channels are always queries for all)
407 * This assumes that {@link ChannelDataManager} update channels
    [all...]
  /external/opencv3/modules/core/test/ocl/
test_channels.cpp 119 dcn += src_roi[i].channels();
148 PARAM_TEST_CASE(Split, MatType, Channels, bool)
254 // generate number of channels and create type
335 scntotal += src_roi[i].channels();
337 dcntotal += dst_roi[i].channels();
369 PARAM_TEST_CASE(InsertChannel, MatDepth, Channels, bool)
415 PARAM_TEST_CASE(ExtractChannel, MatDepth, Channels, bool)
461 OCL_INSTANTIATE_TEST_CASE_P(Channels, Merge, Combine(OCL_ALL_DEPTHS, Values(1, 2, 3, 4), Bool()));
462 OCL_INSTANTIATE_TEST_CASE_P(Channels, Split, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
463 OCL_INSTANTIATE_TEST_CASE_P(Channels, MixChannels, Combine(OCL_ALL_DEPTHS, Bool()))
    [all...]
test_matrix_expr.cpp 18 PARAM_TEST_CASE(UMatExpr, MatDepth, Channels)
test_matrix_operation.cpp 57 PARAM_TEST_CASE(ConvertTo, MatDepth, MatDepth, Channels, bool)
106 PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool)
  /external/opencv3/modules/cudaimgproc/test/
test_match_template.cpp 60 PARAM_TEST_CASE(MatchTemplate8U, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
111 testing::Values(Channels(1), Channels(3), Channels(4)),
117 PARAM_TEST_CASE(MatchTemplate32F, cv::cuda::DeviceInfo, cv::Size, TemplateSize, Channels, TemplateMethod)
170 testing::Values(Channels(1), Channels(3), Channels(4)),
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 255 //! return vector with all types (depth: CV_8U-CV_64F, channels: 1-4).
311 IMPLEMENT_PARAM_CLASS(Channels, int)
313 #define ALL_CHANNELS testing::Values(Channels(1), Channels(2), Channels(3), Channels(4))
314 #define IMAGE_CHANNELS testing::Values(Channels(1), Channels(3), Channels(4))
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_bitmap_impl.py 10 def Channels(bitmap):
  /external/opencv3/modules/imgproc/test/ocl/
test_medianfilter.cpp 54 PARAM_TEST_CASE(MedianFilter, MatDepth, Channels, int, bool)
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_external_decoder_test.cc 25 channels_(decoder_->Channels()) {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
CustomizeChannelListFragment.java 19 import android.media.tv.TvContract.Channels;
179 ArrayList<Channel> channels = new ArrayList<>(mChannels); local
180 Collections.sort(channels, mChannelComparator);
183 for (Channel channel: channels) {
202 ArrayList<Channel> channels = new ArrayList<>(mChannels); local
203 Collections.sort(channels, new Comparator<Channel>() {
217 for (Channel channel: channels) {
237 (Channels.VIDEO_FORMAT_720P.equals(videoFormat)
238 || Channels.VIDEO_FORMAT_1080I.equals(videoFormat)
239 || Channels.VIDEO_FORMAT_1080P.equals(videoFormat
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 30 import java.nio.channels.Channels;
31 import java.nio.channels.ReadableByteChannel;
32 import java.nio.channels.WritableByteChannel;
140 WritableByteChannel wbc = Channels.newChannel(baos);
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 122 -# Fast pixel access which can take advantage of number of channels if known at compile time.
128 memory management. Each class actually has two versions, one when the number of channels is known
129 at compile time and one when it isn't. Using the one with the number of channels specified can
130 provide some compile time optimizations by using the fact that the number of channels is a
155 void MySetRand(WImage_b* im) { // Works with any number of channels
159 for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
194 int Channels() const {return image_->nChannels; }
198 int PixelSize() const {return Channels() * ChannelSize(); }
216 c*Channels();
221 c*Channels();
    [all...]

Completed in 1854 milliseconds

12 3 4 5 6