Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DRegistry.h29 bool (*checkHeader)(void* header, int header_size);
DFrameSequence_webp.cpp370 static bool isWebP(void* header, int header_size) { in isWebP() argument
372 return (header_size >= RIFF_HEADER_SIZE) && in isWebP()
DFrameSequence_gif.cpp349 static bool isGif(void* header, int header_size) { in isGif() argument
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp305 unsigned int header_size = sizeof(ElfXX_Shdr) * sectNum; in emitSectionHeader() local
307 pOutput.request(getLastStartOffset<SIZE>(pModule), header_size); in emitSectionHeader()
/frameworks/native/libs/binder/
DParcel.cpp1327 int32_t header_size = readAligned<int32_t>(); in readExceptionCode() local
1330 setDataPosition(header_start + header_size); in readExceptionCode()