HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 651 - 675 of 4938) sorted by null

<<21222324252627282930>>

  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
control.11g 15 wifi adapter is brought back up and connects to a 802.11g network on channels
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AudioFileOutput.java 105 int channels = 1; local
128 (byte) channels, 0, // number of channels
131 (byte) (channels * blockAlignment),
  /external/flac/libFLAC/include/private/
md5.h 48 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample);
  /external/guava/guava-tests/test/com/google/common/io/
PackageSanityTests.java 22 import java.nio.channels.FileChannel.MapMode;
  /external/kernel-headers/original/uapi/linux/
stm.h 29 * @width: number of requested channels
  /external/libmojo/ipc/
ipc_message_start.h 9 // base. Messages have unique IDs across channels in order for the IPC logging
  /external/libopus/celt/
celt.h 134 int celt_encoder_get_size(int channels);
138 int celt_encoder_init(CELTEncoder *st, opus_int32 sampling_rate, int channels,
145 int celt_decoder_get_size(int channels);
148 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
  /external/libopus/silk/
control.h 47 /* I: Number of channels; 1/2 */
50 /* I: Number of channels; 1/2 */
127 /* I: Number of channels; 1/2 */
130 /* I: Number of channels; 1/2 */
  /external/libxaac/decoder/
ixheaacd_channel.h 51 ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info[CHANNELS]);
ixheaacd_defines.h 41 #define CHANNELS 2
ixheaacd_headerdecode.h 36 ia_aac_dec_sbr_bitstream_struct *ptr_sbr_bitstream, WORD channels,
ixheaacd_sbrdecoder.h 79 WORD32 channels, WORD32 ps_enable);
  /external/mesa3d/src/gallium/docs/source/cso/
blend.rst 112 The blend function to use for rgb channels. One of PIPE_BLEND.
114 The blend source factor to use for rgb channels. One of PIPE_BLENDFACTOR.
116 The blend destination factor to use for rgb channels. One of PIPE_BLENDFACTOR.
124 Bitmask of which channels to write. Combination of PIPE_MASK bits.
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
BoxParser.java 22 import java.nio.channels.ReadableByteChannel;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/container/mp4/
MovieCreator.java 24 import java.nio.channels.ReadableByteChannel;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 21 import java.nio.channels.ByteChannel;
  /external/opencv/cxcore/include/
cvwimage.h 50 // 6. Fast pixel access which can take advantage of number of channels
59 // actually has two versions, one when the number of channels is known at
61 // channels specified can provide some compile time optimizations by using the
62 // fact that the number of channels is a constant.
86 // void MySetRand(WImage_b* im) { // Works with any number of channels
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
198 int Channels() const {return image_->nChannels; }
202 int PixelSize() const {return Channels() * ChannelSize(); }
220 c*Channels();
225 c*Channels();
    [all...]
  /external/pdfium/third_party/lcms/
0026-more-unsupported-characters.patch 21 // The matrix is organized as an array of PxQ+Q elements, where P is the number of input channels to the
22 // matrix, and Q is the number of output channels. The matrix elements are each float32Numbers. The array
53 // The matrix is organized as an array of PxQ+Q elements, where P is the number of input channels to the
54 // matrix, and Q is the number of output channels. The matrix elements are each float32Numbers. The array
  /external/smali/
README.md 11 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_AudioSummary.pbtxt 37 frames, channels]` or 2-D with shape `[batch_size, frames]`. The values are
api_def_AudioSummaryV2.pbtxt 40 frames, channels]` or 2-D with shape `[batch_size, frames]`. The values are
api_def_AvgPool.pbtxt 6 4-D with shape `[batch, height, width, channels]`.
api_def_AvgPool3D.pbtxt 6 Shape `[batch, depth, rows, cols, channels]` tensor to pool over.
api_def_AvgPool3DGrad.pbtxt 12 Output backprop of shape `[batch, depth, rows, cols, channels]`.
api_def_AvgPoolGrad.pbtxt 13 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t.

Completed in 496 milliseconds

<<21222324252627282930>>