Home
last modified time | relevance | path

Searched defs:HEADER_SIZE (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHdmxEncoder.java34 private static int HEADER_SIZE = 8; field in HdmxEncoder
/third_party/gptfdisk/
Dsupport.h68 #define HEADER_SIZE UINT32_C(92) macro
/third_party/ffmpeg/libavformat/
Dmsnwc_tcp.c25 #define HEADER_SIZE 24 macro
Dredspark.c28 #define HEADER_SIZE 4096 macro
/third_party/ffmpeg/libavcodec/
Dadxenc.c99 #define HEADER_SIZE 36 macro
Ddpxenc.c182 #define HEADER_SIZE 1664 /* DPX Generic header */ in encode_frame() macro
Dmss4.c40 #define HEADER_SIZE 8 macro
Dmss3.c34 #define HEADER_SIZE 27 macro
Dmpegaudiodec_template.c100 #define HEADER_SIZE 4 macro
/third_party/ffmpeg/tests/
Daudiogen.c112 #define HEADER_SIZE 46 macro
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLayoutCommonTable.java17 private static int HEADER_SIZE = 10; field in LayoutCommonTable
/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_d2i_fp.c107 #define HEADER_SIZE 8 macro
/third_party/openssl/crypto/asn1/
Da_d2i_fp.c107 #define HEADER_SIZE 8 macro
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp62 static constexpr int HEADER_SIZE = 2; variable