Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmatroskaenc.c96 …int64_t relative_pos; ///< relative offset from the position of the cluster containi… member
532 int64_t cluster_pos, int64_t relative_pos, int64_t duration) in mkv_add_cuepoint() argument
548 cues->entries[cues->num_entries].relative_pos = relative_pos; in mkv_add_cuepoint()
587 put_ebml_uint(cuepoint, MATROSKA_ID_CUERELATIVEPOSITION, entry->relative_pos); in mkv_assemble_cues()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c39782 uint64_t relative_pos = pos - io_buf.reader_position(); in DecodeImageAdvanceIOBuf() local
39783 if (relative_pos <= io_buf.reader_length()) { in DecodeImageAdvanceIOBuf()
39784 io_buf.meta.ri += (size_t)relative_pos; in DecodeImageAdvanceIOBuf()