/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 139 MIN_NUMBER_OF_OUTPUT_CHANNELS, /*!< The minimum number of output channels. For all input 140 configurations that have less than the given channels the 142 given number of output channels. Mono signals will be 143 duplicated. If more than two output channels are desired 144 the module just adds empty channels. The parameter value 149 MAX_NUMBER_OF_OUTPUT_CHANNELS, /*!< The maximum number of output channels. For all input 150 configurations that have more than the given channels the 152 given number of output channels. The value must be either 179 channels. */ 288 * \param [inout] Pointer to buffer that holds the number of input channels and where th [all...] |
/external/opencv3/modules/imgcodecs/src/ |
grfmt_jpeg2000.cpp | 157 int color = img.channels() > 1; 441 int depth = _img.depth(), channels = _img.channels(); local 444 if( channels > 3 || channels < 1 ) 448 for( int i = 0; i < channels; i++ ) 459 jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY : JAS_CLRSPC_SRGB ); 463 if(channels == 1) 497 int w = _img.cols, h = _img.rows, ncmpts = _img.channels(); [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
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...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi_channels.h | 38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */ 40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216, 42 * DO NOT MAKE it > 255: channels are uint8's all over 319 * Channel Factor for the starting frequence of 2.4 GHz channels. 325 * Channel Factor for the starting frequence of 5 GHz channels. 331 * Channel Factor for the starting frequence of 4.9 GHz channels. 385 * 20MHz channels this is just the channel number. For 40MHz or wider channels 398 * channels this is just the chanspec. For 40MHz or wider channels it is th [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.h | 66 //4032 = 336(kernel buffer size) * 2(bytes pcm_16) * 6(number of channels) 172 uint32_t channels; member in struct:android_audio_legacy::alsa_handle_t 269 status_t set(int *format, uint32_t *channels, uint32_t *rate, uint32_t device); 277 uint32_t channels() const; 308 virtual uint32_t channels() const; 364 virtual uint32_t channels() const function in class:android_audio_legacy::AudioStreamInALSA 366 return ALSAStreamOps::channels(); 487 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channels); 498 uint32_t channels=0); 506 uint32_t *channels=0 [all...] |
/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...] |
/external/opencv3/modules/cudaimgproc/src/ |
match_template.cpp | 201 matchTemplateNaive_CCORR_32F(image, templ, result, image.channels(), stream); 205 if (image.channels() == 1) 212 extractFirstChannel_32F(result_, result, image.channels(), stream); 249 matchTemplateNaive_CCORR_8U(image, templ, result, image.channels(), StreamAccessor::getStream(stream)); 294 normalize_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream)); 320 matchTemplateNaive_SQDIFF_32F(image, templ, result, image.channels(), StreamAccessor::getStream(stream)); 356 matchTemplateNaive_SQDIFF_8U(image, templ, result, image.channels(), StreamAccessor::getStream(stream)); 367 matchTemplatePrepared_SQDIFF_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream)); 405 matchTemplatePrepared_SQDIFF_NORMED_8U(templ.cols, templ.rows, image_sqsums_, templ_sqsum, result, image.channels(), StreamAccessor::getStream(stream)); 440 if (image.channels() == 1 [all...] |
/external/opencv/cv/src/ |
cvpyramids.cpp | 439 int channels, int *bufSize ) 449 if( channels != 1 && channels != 3 ) 452 bufStep = 2*roiWidth*channels; 466 int channels, int *bufSize ) 476 if( channels != 1 && channels != 3 ) 479 bufStep = 2*roiWidth*channels; [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Audio.h | 172 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 180 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 198 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 199 two channels changes accordingly to each channel information */ 201 2 channels for higher compression gain */ 202 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 225 OMX_U32 nChannels; /**< Number of channels */ 297 OMX_U32 nChannels; /**< Number of channels */ 320 OMX_U32 nChannels; /**< Number of channels */ 349 OMX_U32 nChannels; /**< Number of channels */ [all...] |
/hardware/qcom/media/msmcobalt/mm-core/inc/ |
OMX_Audio.h | 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 183 two channels changes accordingly to each channel information */ 185 2 channels for higher compression gain */ 186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 209 OMX_U32 nChannels; /**< Number of channels */ 279 OMX_U32 nChannels; /**< Number of channels */ 302 OMX_U32 nChannels; /**< Number of channels */ 355 OMX_U16 nChannels; /**< Number of channels */ [all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Audio.h | 173 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 181 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 199 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 200 two channels changes accordingly to each channel information */ 202 2 channels for higher compression gain */ 203 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 226 OMX_U32 nChannels; /**< Number of channels */ 297 OMX_U32 nChannels; /**< Number of channels */ 320 OMX_U32 nChannels; /**< Number of channels */ 349 OMX_U32 nChannels; /**< Number of channels */ [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
jetty-io-8.1.14.v20131031.jar | |
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_Audio.h | 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 183 two channels changes accordingly to each channel information */ 185 2 channels for higher compression gain */ 186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 209 OMX_U32 nChannels; /**< Number of channels */ 279 OMX_U32 nChannels; /**< Number of channels */ 302 OMX_U32 nChannels; /**< Number of channels */ 355 OMX_U16 nChannels; /**< Number of channels */ [all...] |
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
OMX_Audio.h | 155 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 182 two channels changes accordingly to each channel information */ 184 2 channels for higher compression gain */ 185 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 208 OMX_U32 nChannels; /**< Number of channels */ 278 OMX_U32 nChannels; /**< Number of channels */ 301 OMX_U32 nChannels; /**< Number of channels */ 354 OMX_U16 nChannels; /**< Number of channels */ [all...] |
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_Audio.h | 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 183 two channels changes accordingly to each channel information */ 185 2 channels for higher compression gain */ 186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 209 OMX_U32 nChannels; /**< Number of channels */ 279 OMX_U32 nChannels; /**< Number of channels */ 302 OMX_U32 nChannels; /**< Number of channels */ 355 OMX_U16 nChannels; /**< Number of channels */ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 155 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
182 two channels changes accordingly to each channel information */
184 2 channels for higher compression gain */
185 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
208 OMX_U32 nChannels; /**< Number of channels */
278 OMX_U32 nChannels; /**< Number of channels */
301 OMX_U32 nChannels; /**< Number of channels */
354 OMX_U16 nChannels; /**< Number of channels */
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Audio.h | 155 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */ 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ 181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those 182 two channels changes accordingly to each channel information */ 184 2 channels for higher compression gain */ 185 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half 208 OMX_U32 nChannels; /**< Number of channels */ 278 OMX_U32 nChannels; /**< Number of channels */ 301 OMX_U32 nChannels; /**< Number of channels */ 354 OMX_U16 nChannels; /**< Number of channels */ [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
CompareUtils.java | 18 * channels. Should be less than 2 normally.
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/ |
base-strings.xml | 28 (3) Establishing RFCOMM channels/sockets
|
/development/samples/browseable/BluetoothChat/res/values/ |
base-strings.xml | 28 (3) Establishing RFCOMM channels/sockets
|
/external/autotest/server/site_tests/brillo_RecordingAudioTest/ |
brillo_RecordingAudioTest.py | 16 # Number of channels to record. 43 @param num_channels: Number of channels to use for recording. 76 @param num_channels: Number of channels to use for recording. 121 @param num_channels: Number of channels to use for recording.
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
control.wifi_check11a | 17 on channels 48, 64.
|
control.wifi_check11b | 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
|
control.wifi_check11g | 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
|
control.wifi_checkHidden | 17 2.4 and 5 Ghz channels.
|