/external/llvm-project/clang/lib/Serialization/ |
D | InMemoryModuleCache.cpp | 35 auto &PCM = PCMs[Filename]; in addBuiltPCM() local 36 assert(!PCM.IsFinal && "Trying to override finalized PCM?"); in addBuiltPCM() 37 assert(!PCM.Buffer && "Trying to override tentative PCM?"); in addBuiltPCM() 38 PCM.Buffer = std::move(Buffer); in addBuiltPCM() 39 PCM.IsFinal = true; in addBuiltPCM() 40 return *PCM.Buffer; in addBuiltPCM() 63 auto &PCM = I->second; in tryToDropPCM() local 64 assert(PCM.Buffer && "PCM to remove is scheduled to be built..."); in tryToDropPCM() 66 if (PCM.IsFinal) in tryToDropPCM() 69 PCM.Buffer.reset(); in tryToDropPCM() [all …]
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | InMemoryModuleCache.h | 31 struct PCM { struct 39 PCM() = default; argument 40 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer) in PCM() function 45 llvm::StringMap<PCM> PCMs;
|
/external/rnnoise/ |
D | README | 13 PCM files sampled at 48 kHz. It can be used as: 17 The output is also a 16-bit raw PCM file.
|
/external/webrtc/modules/audio_processing/transient/test/ |
D | readPCM.m | 14 %Reads a signal from a PCM file. 19 %file: The PCM file where the signal is stored in int16 format.
|
D | plotDetection.m | 16 %PCMfile: The file of the input signal in PCM format.
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | README.md | 6 The raw audio input is expected to be 16-bit PCM features, with a configurable 27 int16_t* audio_data = ; // PCM audio samples at 16KHz. 46 PCM features at a sample rate of 16KHz, and upon execution will printing out
|
/external/tinyalsa_new/debian/ |
D | changelog | 4 * PCM plugin support. 24 * Finished most of the PCM and mixer API documentation
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM_synth_constants_gnu.inc | 56 @ if the OUTPUT PCM sample is 16-bits, then when using indexed addressing, 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | README.md | 14 You can replace the RTP and PCM files with any other compatible files.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EncodeWav.pbtxt | 24 audio file. It will be encoded in the 16-bit PCM format. It takes in float
|
D | api_def_DecodeWav.pbtxt | 33 summary: "Decode a 16-bit PCM WAV file to a float tensor."
|
/external/oboe/samples/drumthumper/ |
D | README.md | 30 …upport audio samples in other than 16-bit, mono PCM Samples. It does not support Stereo or differe…
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-s7-us.log | 189 #Enable 16 bit PCM offload by default 192 #Enable 24 bit PCM offload by default 198 #enable voice path for PCM VoIP by default 217 #enable voice path for PCM VoIP by default
|
D | galaxy-c9-pro.log | 163 #Enable PCM offload by default 170 #enable voice path for PCM VoIP by default
|
D | xiaomi-redmi-note-3.log | 197 #Enable PCM offload by default 200 #enable voice path for PCM VoIP by default
|
/external/llvm-project/clang/test/Modules/ |
D | modules-cache-path-canonicalization.m | 3 // This testcase reproduces a use-after-free after looking up a PCM in
|
D | rebuild.m | 22 // The signature is the hash of the PCM content, we will not rebuild rebuild DependsOnModule.
|
/external/llvm-project/clang/test/Index/ |
D | index-module.m | 16 // CHECK-NEXT: [importedASTFile]: [[PCM:.*[/\\]DependsOnModule\.pcm]] | loc: 2:1 | name: "DependsOn… 18 // CHECK: [importedASTFile]: [[PCM]] | loc: 3:1 | name: "DependsOnModule" | isImplicit: 0
|
/external/clang/test/Index/ |
D | index-module.m | 16 // CHECK-NEXT: [importedASTFile]: [[PCM:.*[/\\]DependsOnModule\.pcm]] | loc: 2:1 | name: "DependsOn… 18 // CHECK: [importedASTFile]: [[PCM]] | loc: 3:1 | name: "DependsOnModule" | isImplicit: 0
|
/external/libopus/ |
D | README.draft | 53 input and output are little endian signed 16-bit PCM files or opus bitstreams
|
D | README | 113 input and output are little-endian signed 16-bit PCM files or opus
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCAudioDeviceModule_xctest.mm | 112 // Number of bits per PCM audio sample. 114 // Number of bytes per PCM audio sample. 452 // Start playout and read audio from an external PCM file when the audio layer
|
/external/adhd/cros_alsa/src/ |
D | control_primitive.rs | 117 PCM = SND_CTL_ELEM_IFACE_PCM as isize, enumerator
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/ |
D | README.md | 113 - encoded in the Microsoft WAV signed 16 bit PCM format (Audacity default
|
/external/oboe/docs/ |
D | FAQ.md | 17 Oboe only works with PCM data. It does not include any extraction or decoding classes. However, the…
|