Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dmmapped_buffer.h57 void *const mmappedBuffer, const int alignedSize, const int mmapFd, in MmappedBuffer()
H A Dmmapped_buffer.cpp41 int alignedSize = bufferSize + offset; in openBuffer() local
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp109 int alignedSize = ALIGN(size, PAGE_SIZE); in decodeFrames() local
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp272 int32_t alignedSize = C2FUZZER_ALIGN(frameSize, PAGE_SIZE); in decodeFrames() local
/aosp12/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp327 size_t alignedSize = (size + 3) & ~3; in alloc() local
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h252 size_t alignedSize() const { return ((mSize + kAlignment - 1) / kAlignment) * kAlignment; } in alignedSize() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp484 auto alignedSize = ALIGN(size, PAGE_SIZE); in decodeNFrames() local
/aosp12/system/libhwbinder/
H A DParcel.cpp1607 size_t alignedSize = (buffer->length + (BUFFER_ALIGNMENT_BYTES - 1)) in ipcBufferSize() local
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp932 size_t alignedSize = align(bufSize, alignment); in allocateBuffersOnPort() local