HomeSort by relevance Sort by last modified time
    Searched refs:kBufferAlignment (Results 1 - 6 of 6) 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/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
worker.cc     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 115 static const unsigned kBufferAlignment = 1 << 4;
166 AllocAlignedMask(size, kBufferAlignment - 1);
    [all...]

Completed in 170 milliseconds