HomeSort by relevance Sort by last modified time
    Searched defs:CHANNELS (Results 1 - 17 of 17) sorted by null

  /external/libopus/tests/
test_opus_padding.c 39 #define CHANNELS 2
49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out));
61 decoder = opus_decoder_create(48000, CHANNELS, &error);
  /external/libopus/doc/
trivial_example.c 41 #define CHANNELS 2
54 opus_int16 in[FRAME_SIZE*CHANNELS];
55 opus_int16 out[MAX_FRAME_SIZE*CHANNELS];
71 encoder = opus_encoder_create(SAMPLE_RATE, CHANNELS, APPLICATION, &err);
97 decoder = opus_decoder_create(SAMPLE_RATE, CHANNELS, &err);
114 unsigned char pcm_bytes[MAX_FRAME_SIZE*CHANNELS*2];
118 fread(pcm_bytes, sizeof(short)*CHANNELS, FRAME_SIZE, fin);
122 for (i=0;i<CHANNELS*FRAME_SIZE;i++)
146 for(i=0;i<CHANNELS*frame_size;i++)
152 fwrite(pcm_bytes, sizeof(short), frame_size*CHANNELS, fout)
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
rev_block_lib_test.py 39 CHANNELS = 8
46 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
49 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
52 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32)
69 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
72 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
75 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32)
100 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
105 return core_layers.dense(x, self.CHANNELS // 2, use_bias=True)
115 [self.BATCH_SIZE, self.CHANNELS], dtype=dtypes.float32
    [all...]
  /external/libxaac/decoder/
ixheaacd_defines.h 41 #define CHANNELS 2
  /external/walt/android/WALT/app/src/main/jni/
player.c 58 #define CHANNELS 1 // 1 for mono, 2 for stereo
257 // because when channels = 2 then there are 2 samples per frame.
406 format_pcm.numChannels = CHANNELS;
408 // because when channels = 2 then there are 2 samples per frame.
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioManager.java 28 // fundamental audio parameters like native sample rate and number of channels.
62 private static final int CHANNELS = 1;
85 private int channels; field in class:WebRtcAudioManager
100 sampleRate, channels, hardwareAEC, hardwareAGC, hardwareNS,
139 channels = CHANNELS;
147 getMinOutputFrameSize(sampleRate, channels);
149 inputBufferSize = getMinInputFrameSize(sampleRate, channels);
269 assertTrue(numChannels == CHANNELS);
289 int sampleRate, int channels, boolean hardwareAEC, boolean hardwareAGC
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 283 * <p>The color channels must be in the following order:
309 final int CHANNELS = 3; // yuv
312 assertTrue("YUV pixel must be at least 3 bytes large", CHANNELS <= yuvData.length);
314 float[] rgb = new float[CHANNELS];
331 for (int i = 0; i < CHANNELS; ++i) {
    [all...]
ImageReaderTest.java 585 final int CHANNELS = 3; // yuv
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 184 * The number of input audio channels (1 is mono, 2 is stereo)
267 * @param channelConfig describes the configuration of the audio channels.
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 462 milliseconds