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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 49 uint32_t channels; member in struct:hsc_rx_config
54 uint32_t channels; member in struct:hsc_tx_config
  /system/media/audio_utils/
Android.mk 9 channels.c \
38 channels.c \
  /device/htc/flounder/
nvaudio_conf.xml 27 <!ATTLIST pcm_config channels (1|2|3|4|5|6|7|8) #IMPLIED>
61 channels="2"
125 channels="2"
158 channels="1"
181 channels="2"
197 channels="2"
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
channel_layout.h 41 * The number of bits set must be equal to the number of channels.
43 * @note this data structure is not powerful enough to handle channels
133 * - a number of channels, in decimal, optionally followed by 'c', yielding
134 * the default channel layout for that number of channels (@see
159 * Return the number of channels in the channel layout.
164 * Return default channel layout for a given number of channels.
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 64 const int channels = GET_PARAM(2); local
66 const int type = CV_MAKE_TYPE(depth, channels);
96 const int channels = GET_PARAM(2); local
98 const int type = CV_MAKE_TYPE(depth, channels);
133 const int channels = GET_PARAM(2); local
135 const int type = CV_MAKE_TYPE(depth, channels);
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 129 const ChannelList &channels = m_file->header().channels(); local
130 m_red = channels.findChannel( "R" );
131 m_green = channels.findChannel( "G" );
132 m_blue = channels.findChannel( "B" );
141 m_green = channels.findChannel( "Y" );
145 m_red = channels.findChannel( "RY" );
146 m_blue = channels.findChannel( "BY" );
188 bool color = img.channels() > 1;
581 int depth = img.depth(), channels = img.channels() local
    [all...]
  /external/speex/include/speex/
speex_echo.h 82 * @param nb_mic Number of microphone channels
83 * @param nb_speakers Number of speaker channels
144 * @param channels Number of channels (it's a bit pointless if you don't have at least 2)
147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size);
149 /** Remove correlation between the channels by modifying the phase and possibly
  /external/webrtc/webrtc/modules/audio_coding/neteq/
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.
  /external/aac/libPCMutils/src/
limiter.cpp 99 unsigned int channels, maxChannels; member in struct:TDLimiter
162 limiter->channels = maxChannels;
190 FDKmemset(limiter->delayBuf, 0, limiter->attack * limiter->channels * sizeof(FIXP_DBL) );
235 unsigned int channels = limiter->channels; local
278 /* get maximum absolute sample value of all channels, including the additional gain. */
280 for (j = 0; j < channels; j++) {
281 tmp2 = (FIXP_PCM)samples[i * channels + j];
349 for (j = 0; j < channels; j++) {
351 tmp = delayBuf[delayBufIdx * channels + j]
    [all...]
  /external/opencv3/modules/calib3d/src/
compat_ptsetreg.cpp 307 if( src.channels() == 1 && (src.rows == 2 || src.rows == 3) && src.cols > 3 )
309 if( dst.channels() == 1 && (dst.rows == 2 || dst.rows == 3) && dst.cols > 3 )
344 if( m1.channels() == 1 && (m1.rows == 2 || m1.rows == 3) && m1.cols > 3 )
346 if( m2.channels() == 1 && (m2.rows == 2 || m2.rows == 3) && m2.cols > 3 )
360 CV_Assert( FM0.cols == 3 && FM0.rows % 3 == 0 && FM.cols == 3 && FM.rows % 3 == 0 && FM.channels() == 1 );
374 if( pt.channels() == 1 && (pt.rows == 2 || pt.rows == 3) && pt.cols > 3 )
379 bool tflag = lines0.channels() == 1 && lines0.rows == 3 && lines0.cols > 3;
380 lines = lines.reshape(lines0.channels(), (tflag ? lines0.cols : lines0.rows));
407 int d0 = src.channels() > 1 ? src.channels() : MIN(src.cols, src.rows)
    [all...]
  /external/ImageMagick/coders/
vips.c 309 const VIPSBandFormat format,const VIPSType type,const unsigned int channels,
333 if (channels < 3)
337 if (channels == 2)
344 if (channels == 4)
351 else if (channels == 5)
382 channels,
421 channels=ReadBlobLong(image);
454 if (channels == 5)
460 if (channels == 2)
466 if (channels == 4
379 channels, local
633 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...]
ChannelDataManager.java 26 import android.media.tv.TvContract.Channels;
57 * the values of {@link Channels#COLUMN_BROWSABLE}, {@link Channels#COLUMN_LOCKED}.
145 // Detect duplicate channels while sorting.
177 mContentResolver.registerContentObserver(TvContract.Channels.CONTENT_URI, true,
262 * Returns the number of channels.
269 * Returns a list of channels.
276 * Returns a list of browsable channels.
279 List<Channel> channels = new ArrayList<>(); local
282 channels.add(channel)
    [all...]
  /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...]
  /device/google/dragon/audio/hal/dsp/
.dsp_util.c.swp 95 ? ? ? ? ? ? ????????}#endif#warning "Don}}}}#endif#warning "Don't know how to disable denorms. Performace may suffer."#else __asm__ __volatile__ ("mcr p10, 7, %0, cr1, cr0, 0" : : "r" (cw | (1 << 24))); __asm__ __volatile__ ("mrc p10, 7, %0, cr1, cr0, 0" : "=r" (cw)); int cw;#elif defined(__arm__) __builtin_ia32_ldmxcsr(mxcsr | 0x8040); mxcsr = __builtin_ia32_stmxcsr(); unsigned int mxcsr;#if defined(__i386__) || defined(__x86_64__){void dsp_enable_flush_denormal_to_zero()} } *output++ = i16; i16 = (int16_t) (f > 0 ? f + 0.5f : f - 0.5f); else i16 = -32768; else if (f < -32768) i16 = 32767; if (f > 32767) float f = *(input_ptr[j]++) * 32768.0f; int16_t i16; for (j = 0; j < channels; j++) { for (i = 0; i < frames; i++) input_ptr[i] = input[i]; for (i = 0; i < channels; i++)#endif } return; interleave_stereo(input[0], input[1], output, frames); if (channels == 2) {#ifdef interleave_stereo int i, j; float *input_ptr[channels];{ int frames)void dsp_util_interleave(float *const *input, int16_t *output, int channels,} *(output_ptr[j]++) = *input++ / 32768.0f; for (j = 0; j < channels; j++) for (i = 0; i < frames; i++) output_ptr[i] = output[i]; for (i = 0; i < channels; i++)#endif } return; deinterleave_stereo(input, output[0], output[1], frames); if (channels == 2) {#ifdef deinterleave_stereo int i, j; float *output_ptr[channels];{ int frames)void dsp_util_deinterleave(int16_t *input, float *const *output, int channels,#endif#define interleave_stereo interleave_stereo} } *output++ = max(-32768, min(32767, (i (…)
    [all...]
dsp_util.c 250 void dsp_util_deinterleave(int16_t *input, float *const *output, int channels,
253 float *output_ptr[channels];
257 if (channels == 2) {
263 for (i = 0; i < channels; i++)
267 for (j = 0; j < channels; j++)
271 void dsp_util_interleave(float *const *input, int16_t *output, int channels,
274 float *input_ptr[channels];
278 if (channels == 2) {
284 for (i = 0; i < channels; i++)
288 for (j = 0; j < channels; j++)
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 284 * 2 - different channel configuration but same number of channels
301 /* Front channels */
315 result = 2; /* different number of front channels */
318 /* Side channels */
332 result = 2; /* different number of side channels */
335 /* Back channels */
349 result = 2; /* different number of back channels */
352 /* LFE channels */
354 result = 2; /* different number of lfe channels */
356 /* LFEs are always SCEs so we don't need to count the channels. *
    [all...]
  /external/autotest/client/cros/audio/
alsa_utils.py 20 def _get_format_args(channels, bits, rate):
21 args = ['-c', str(channels)]
205 input, duration=None, channels=2, bits=16, rate=48000, device=None):
210 @param channels: The number of channels of the input audio.
219 args += _get_format_args(channels, bits, rate)
238 output, duration=None, channels=1, bits=16, rate=48000, device=None):
243 @param channels: The number of channels of the recorded audio.
252 args += _get_format_args(channels, bits, rate
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 55 std::string in_file_name, int sample_rate, size_t channels) {
63 if (channels == 2) {
88 sendCodec.channels = channels;
126 std::string out_file_name, size_t channels) {
134 if (recvCodec.channels == channels)
138 recvCodec.channels = channels;
291 } else if (sendCodecTmp.channels == 2)
    [all...]

Completed in 941 milliseconds

<<11121314151617181920>>