Searched refs:kBufferAlignment (Results 1 – 5 of 5) sorted by relevance
83 static const int kBufferAlignment = 64; variable125 static_cast<uint8_t*>(webrtc::AlignedMalloc(size, kBufferAlignment))); in NativeToI420Buffer()
17 static const int kBufferAlignment = 64; variable44 kBufferAlignment))) { in I420Buffer()
698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
3184 int memalign_result = posix_memalign(&block_buffer_, kBufferAlignment, in Work()3187 block_buffer_ = memalign(kBufferAlignment, sat_->page_length()); in Work()
113 static const unsigned kBufferAlignment = 1 << 4; variable164 AllocAlignedMask(size, kBufferAlignment - 1); in Alloc()