Home
last modified time | relevance | path

Searched refs:SampleLength (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp171 const uint32_t SampleLength = 0x80; variable
174 ArrayRef<uint8_t> SampleU32 = toBytes(SampleLength);
196 SampleLength + SampleLEB.size(), true),
198 SampleLength + SampleLEB.size(), true),
203 ParamType(DW_FORM_block4, 0, 0, DWARF32, SampleU32, SampleLength + 4,
/external/webrtc/common_audio/
Dwav_header.cc104 uint32_t SampleLength; member
261 header.fact.SampleLength = static_cast<uint32_t>(num_channels * num_samples); in WriteIeeeFloatWavHeader()