Home
last modified time | relevance | path

Searched refs:PCM (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/clang/lib/Serialization/
DInMemoryModuleCache.cpp35 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/
DInMemoryModuleCache.h31 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/
DREADME13 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/
DreadPCM.m14 %Reads a signal from a PCM file.
19 %file: The PCM file where the signal is stored in int16 format.
DplotDetection.m16 %PCMfile: The file of the input signal in PCM format.
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
DREADME.md6 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/
Dchangelog4 * PCM plugin support.
24 * Finished most of the PCM and mixer API documentation
/external/sonivox/arm-wt-22k/lib_src/
DARM_synth_constants_gnu.inc56 @ 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/
DREADME.md14 You can replace the RTP and PCM files with any other compatible files.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EncodeWav.pbtxt24 audio file. It will be encoded in the 16-bit PCM format. It takes in float
Dapi_def_DecodeWav.pbtxt33 summary: "Decode a 16-bit PCM WAV file to a float tensor."
/external/oboe/samples/drumthumper/
DREADME.md30 …upport audio samples in other than 16-bit, mono PCM Samples. It does not support Stereo or differe…
/external/cpuinfo/test/build.prop/
Dgalaxy-s7-us.log189 #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
Dgalaxy-c9-pro.log163 #Enable PCM offload by default
170 #enable voice path for PCM VoIP by default
Dxiaomi-redmi-note-3.log197 #Enable PCM offload by default
200 #enable voice path for PCM VoIP by default
/external/llvm-project/clang/test/Modules/
Dmodules-cache-path-canonicalization.m3 // This testcase reproduces a use-after-free after looking up a PCM in
Drebuild.m22 // The signature is the hash of the PCM content, we will not rebuild rebuild DependsOnModule.
/external/llvm-project/clang/test/Index/
Dindex-module.m16 // 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/
Dindex-module.m16 // CHECK-NEXT: [importedASTFile]: [[PCM:.*[/\\]DependsOnModule\.pcm]] | loc: 2:1 | name: "DependsOn…
18 // CHECK: [importedASTFile]: [[PCM]] | loc: 3:1 | name: "DependsOnModule" | isImplicit: 0
/external/libopus/
DREADME.draft53 input and output are little endian signed 16-bit PCM files or opus bitstreams
DREADME113 input and output are little-endian signed 16-bit PCM files or opus
/external/webrtc/sdk/objc/unittests/
DRTCAudioDeviceModule_xctest.mm112 // 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/
Dcontrol_primitive.rs117 PCM = SND_CTL_ELEM_IFACE_PCM as isize, enumerator
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
DREADME.md113 - encoded in the Microsoft WAV signed 16 bit PCM format (Audacity default
/external/oboe/docs/
DFAQ.md17 Oboe only works with PCM data. It does not include any extraction or decoding classes. However, the…

123