HomeSort by relevance Sort by last modified time
    Searched refs:BlockAlign (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/common_audio/
wav_header.cc 42 uint16_t BlockAlign;
143 static inline uint16_t BlockAlign(size_t num_channels,
171 WriteLE16(&header.fmt.BlockAlign, BlockAlign(num_channels, bytes_per_sample));
234 if (ReadLE16(header.fmt.BlockAlign) !=
235 BlockAlign(*num_channels, *bytes_per_sample))
  /external/clang/lib/CodeGen/
CGBlocks.h 233 CharUnits BlockAlign;
CGBlocks.cpp 301 info.BlockAlign = CGM.getPointerAlign();
458 info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign);
575 blockInfo.BlockAlign, "block");
    [all...]
CGDebugInfo.cpp     [all...]

Completed in 915 milliseconds