Home
last modified time | relevance | path

Searched refs:off_size (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtatomparser.h70 qt_atom_parser_get_offset (GstByteReader * parser, guint off_size, in qt_atom_parser_get_offset() argument
73 if (G_UNLIKELY (gst_byte_reader_get_remaining (parser) < off_size)) in qt_atom_parser_get_offset()
76 if (off_size == sizeof (guint64)) { in qt_atom_parser_get_offset()
86 qt_atom_parser_get_offset_unchecked (GstByteReader * parser, guint off_size) in qt_atom_parser_get_offset_unchecked() argument
88 if (off_size == sizeof (guint64)) { in qt_atom_parser_get_offset_unchecked()
/third_party/ffmpeg/libavutil/
Dfile.c60 off_t off_size; in av_file_map() local
80 off_size = st.st_size; in av_file_map()
81 if (off_size > SIZE_MAX) { in av_file_map()
87 *size = off_size; in av_file_map()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh214 unsigned off_size = calcOffSize (total); in serialize_header() local
219 this->offSize = off_size; in serialize_header()
220 if (unlikely (!c->allocate_size<HBUINT8> (off_size * (it.len () + 1)))) in serialize_header()
/third_party/harfbuzz/src/
Dhb-ot-cff-common.hh214 unsigned off_size = calcOffSize (total); in serialize_header() local
219 this->offSize = off_size; in serialize_header()
220 if (unlikely (!c->allocate_size<HBUINT8> (off_size * (it.len () + 1)))) in serialize_header()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffload.c220 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
225 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset()
281 idx->off_size = offsize; in cff_index_init()
351 FT_Byte offsize = idx->off_size; in cff_index_load_offsets()
516 FT_ULong pos = element * idx->off_size; in cff_index_access_element()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c219 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
224 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset()
280 idx->off_size = offsize; in cff_index_init()
350 FT_Byte offsize = idx->off_size; in cff_index_load_offsets()
522 FT_ULong pos = element * idx->off_size; in cff_index_access_element()
/third_party/freetype/src/cff/
Dcffload.c219 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset()
224 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset()
280 idx->off_size = offsize; in cff_index_init()
350 FT_Byte offsize = idx->off_size; in cff_index_load_offsets()
522 FT_ULong pos = element * idx->off_size; in cff_index_access_element()
/third_party/freetype/include/freetype/internal/
Dcfftypes.h74 FT_Byte off_size; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h74 FT_Byte off_size; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h75 FT_Byte off_size; member