Home
last modified time | relevance | path

Searched defs:header_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp349 static bool isGif(void* header, int header_size) { in isGif()
DFrameSequence_webp.cpp370 static bool isWebP(void* header, int header_size) { in isWebP()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp305 unsigned int header_size = sizeof(ElfXX_Shdr) * sectNum; in emitSectionHeader() local
/frameworks/native/libs/binder/
DParcel.cpp1327 int32_t header_size = readAligned<int32_t>(); in readExceptionCode() local