/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/kernel_tests/ |
D | audio_microfrontend_op_test.py | 26 SAMPLE_RATE = 1000 variable 48 sample_rate=SAMPLE_RATE, 66 sample_rate=SAMPLE_RATE, 87 sample_rate=SAMPLE_RATE, 107 sample_rate=SAMPLE_RATE, 129 sample_rate=SAMPLE_RATE, 149 sample_rate=SAMPLE_RATE,
|
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/ |
D | OpusDecoder.java | 42 private static final int SAMPLE_RATE = 48000; field in OpusDecoder 131 nativeDecoderContext = opusInit(SAMPLE_RATE, channelCount, numStreams, numCoupled, gain, in OpusDecoder() 173 outputBuffer, SAMPLE_RATE, exoMediaCrypto, cryptoInfo.mode, in decode() 224 return SAMPLE_RATE; in getSampleRate() 228 return (int) (ns * SAMPLE_RATE / 1000000000); in nsToSamples()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | SpeechActivity.java | 67 private static final int SAMPLE_RATE = 16000; field in SpeechActivity 69 private static final int RECORDING_LENGTH = (int) (SAMPLE_RATE * SAMPLE_DURATION_MS / 1000); 208 SAMPLE_RATE, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT); in record() 210 bufferSize = SAMPLE_RATE * 2; in record() 217 SAMPLE_RATE, in record() 286 int[] sampleRateList = new int[] {SAMPLE_RATE}; in recognize()
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | VibratroEffect.h | 24 DelayLineEffect<iter_type>(0, 1, 0, 1, depth_ms * SAMPLE_RATE / 1000, in VibratoEffect() 25 SineWave {frequency, 1, SAMPLE_RATE}) { } in VibratoEffect()
|
D | FlangerEffect.h | 26 DelayLineEffect<iter_type>(feedback, feedback, feedback, 0, depth_ms * SAMPLE_RATE / 1000, in FlangerEffect() 27 SineWave {frequency, 1, SAMPLE_RATE}) { } in FlangerEffect()
|
D | WhiteChorusEffect.h | 27 static_cast<int>(delay_ms * SAMPLE_RATE / 1000), in WhiteChorusEffect() 28 static_cast<int>(depth_ms * SAMPLE_RATE / 1000), in WhiteChorusEffect()
|
D | DoublingEffect.h | 28 static_cast<int>(delay_ms * SAMPLE_RATE / 1000), in DoublingEffect() 29 static_cast<int>(depth_ms * SAMPLE_RATE / 1000), in DoublingEffect()
|
D | SlapbackEffect.h | 25 static_cast<int>(delay_ms * SAMPLE_RATE / 1000), in SlapbackEffect()
|
D | EchoEffect.h | 28 static_cast<int>(delay_ms * SAMPLE_RATE / 1000), in EchoEffect()
|
D | Effects.h | 22 static int SAMPLE_RATE = 48000; variable
|
D | TremoloEffect.h | 27 kSignal {SineWave{frequency, height, SAMPLE_RATE}} { } in TremoloEffect()
|
/external/libopus/doc/ |
D | trivial_example.c | 40 #define SAMPLE_RATE 48000 macro 71 encoder = opus_encoder_create(SAMPLE_RATE, CHANNELS, APPLICATION, &err); in main() 97 decoder = opus_decoder_create(SAMPLE_RATE, CHANNELS, &err); in main()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/ |
D | OpusReader.java | 38 private static final int SAMPLE_RATE = 48000; field in OpusReader 83 .setSampleRate(SAMPLE_RATE) in readHeaders() 96 long ns = (samples * C.NANOS_PER_SECOND) / SAMPLE_RATE; in putNativeOrderLong()
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | DuplexEngine.cpp | 35 SAMPLE_RATE = inStream->getSampleRate(); in beginStreams()
|
/external/bcc/tools/ |
D | memleak_example.txt | 154 [--combined-only] [-s SAMPLE_RATE] [-T TOP] [-z MIN_SIZE] 180 -s SAMPLE_RATE, --sample-rate SAMPLE_RATE
|
/external/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 522 #define SAMPLE_RATE 43 macro 531 const double max_total_bit_cost = corpus_size * 8 * MIN_RATIO / SAMPLE_RATE; in ShouldCompress() 533 for (i = 0; i < input_size; i += SAMPLE_RATE) { in ShouldCompress()
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 392 "SAMPLE_RATE = 16000\n", 417 " SAMPLE_RATE, CLIP_DURATION_MS, WINDOW_SIZE_MS,\n",
|