Home
last modified time | relevance | path

Searched refs:kBufferAlignment (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc83 static const int kBufferAlignment = 64; variable
125 static_cast<uint8_t*>(webrtc::AlignedMalloc(size, kBufferAlignment))); in NativeToI420Buffer()
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc17 static const int kBufferAlignment = 64; variable
44 kBufferAlignment))) { in I420Buffer()
/external/stressapptest/src/
Dworker.h698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
Dworker.cc3184 int memalign_result = posix_memalign(&block_buffer_, kBufferAlignment, in Work()
3187 block_buffer_ = memalign(kBufferAlignment, sat_->page_length()); in Work()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp113 static const unsigned kBufferAlignment = 1 << 4; variable
164 AllocAlignedMask(size, kBufferAlignment - 1); in Alloc()