HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 701 - 725 of 2412) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/
scc.h 80 #define RXGROUP 0100 /* if set, only tx when all channels clear */
  /external/kernel-headers/original/uapi/sound/
asequencer.h 170 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
314 int channels; /* maximum channels per port */ member in struct:snd_seq_system_info
453 int midi_channels; /* channels per MIDI port */
  /external/libnfc-nci/src/udrv/include/
uamp_api.h 44 /* UAMP Channels */
  /external/libpng/
pngstruct.h 222 png_byte user_transform_channels; /* channels in user transformed pixels */
303 png_byte channels; /* number of channels in file */ member in struct:png_struct_def
305 png_byte usr_channels; /* channels at start of write: write only */
  /external/libvorbis/doc/vorbisfile/
decoding.html 33 encode differing numbers of channels or sample rates. It is vitally
vorbisfile_example_c.html 61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
  /external/libvorbis/examples/
vorbisfile_example.c 61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
  /external/libvorbis/lib/
backends.h 133 int chmuxlist[256]; /* up to 256 channels in a Vorbis stream */
  /external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 74 return 4 * 128; // XXX - 4 channels. Should these count as vector instead?
  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 41 * point that the only active channels left are discarded pixels" or
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h 46 * Number of channels of the vertex attribute that need GL_FIXED rescaling
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 130 CV_ERROR( CV_BadNumChannels, "output image have wrong number of channels" );
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 96 int width, int height, int depth, int channels );
grfmt_jpeg2000.h 92 int width, int height, int depth, int channels );
grfmt_tiff.h 155 int width, int height, int depth, int channels );
  /external/pdfium/samples/fx_lpng/lpng_v163/
pngstruct.h 175 png_byte user_transform_channels; /* channels in user transformed pixels */
256 png_byte channels; /* number of channels in file */ member in struct:png_struct_def
258 png_byte usr_channels; /* channels at start of write: write only */
  /external/speex/include/speex/
speex_header.h 67 spx_int32_t nb_channels; /**< Number of channels encoded */
  /external/strace/linux/
ptp_clock.h 50 int n_ext_ts; /* Number of external time stamp channels. */
  /external/tremolo/Tremolo/
ivorbiscodec.h 53 int channels; member in struct:vorbis_info
  /external/webp/src/utils/
rescaler.h 55 // Import multiple rows over all channels, until at least one row is ready to
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 209 int AudioProcessingImpl::set_num_reverse_channels(int channels) {
212 if (channels > 2 || channels < 1) {
216 num_reverse_channels_ = channels;
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 288 "been seen on %u channels", (unsigned int) count);
363 if (modes[i].channels[j].flag & HOSTAPD_CHAN_DISABLED)
366 if (in_array(freqs, modes[i].channels[j].freq))
373 freqs[count] = modes[i].channels[j].freq;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c 54 /* NumChannels - Number of channels 1=Mono, 2=Stereo */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 151 /* Apply filter to the left and right channels */
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 310 // We call this whenever sample rate, number of channels or bitrate change
313 ALOGV("setAudioParams: %lu Hz, %lu channels, %lu bps",
357 // number of channels and the sample rate (mapped to an index into
368 ALOGE("Unsupported number of channels(%lu)", mNumChannels);

Completed in 234 milliseconds

<<21222324252627282930>>