Home
last modified time | relevance | path

Searched refs:C2FUZZER_ALIGN (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.h37 #define C2FUZZER_ALIGN(_sz, _align) (((_sz) + ((_align)-1)) & ~((_align)-1)) macro
DC2Fuzzer.cpp272 int32_t alignedSize = C2FUZZER_ALIGN(frameSize, PAGE_SIZE); in decodeFrames()