Home
last modified time | relevance | path

Searched refs:kBufferAlignment (Results 1 – 6 of 6) 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/tensorflow/tensorflow/lite/micro/
Dmicro_allocator.cc44 constexpr int kBufferAlignment = 16; variable
87 runtime_tensors[i].bytes, kBufferAlignment); in AllocateVariables()
187 AlignSizeUp(current->bytes, kBufferAlignment); in CreatePlan()
367 uint8_t* aligned_arena = AlignPointerUp(tensor_arena, kBufferAlignment); in MicroAllocator()
/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()