HomeSort by relevance Sort by last modified time
    Searched defs:BlockAlign (Results 1 - 2 of 2) 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;

Completed in 1337 milliseconds