HomeSort by relevance Sort by last modified time
    Searched defs:kBufferAlignment (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 83 static const int kBufferAlignment = 64;
125 static_cast<uint8_t*>(webrtc::AlignedMalloc(size, kBufferAlignment)));
  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 17 static const int kBufferAlignment = 64;
44 kBufferAlignment))) {
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 115 static const unsigned kBufferAlignment = 1 << 4;
166 AllocAlignedMask(size, kBufferAlignment - 1);
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 165 static constexpr size_t kBufferAlignment = 8;
221 void *p = port::AlignedMalloc(kBufferSize, kBufferAlignment);
  /external/stressapptest/src/
worker.h 698 static const int kBufferAlignment = 512; // Buffer alignment required by the

Completed in 607 milliseconds