Searched refs:cluster_pos (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 164 int64_t cluster_pos; ///< offset of the cluster containing the block relative to the segment member 210 int64_t cluster_pos; ///< file offset of the current Cluster member 914 int64_t cluster_pos, int64_t relative_pos, int64_t duration) in mkv_add_cuepoint() 936 entries[idx].cluster_pos = cluster_pos - mkv->segment_offset; in mkv_add_cuepoint() 971 put_ebml_uint(cuepoint, MATROSKA_ID_CUECLUSTERPOSITION , entry->cluster_pos + offset); in mkv_assemble_cues() 2471 mkv->cluster_pos = -1; in mkv_write_header() 2616 mkv->cluster_pos, track_number, keyframe != 0); in mkv_write_block() 2669 mkv->cluster_pos = -1; in mkv_end_cluster() 2772 if (mkv->cluster_pos ! in mkv_write_packet_internal() 913 mkv_add_cuepoint(MatroskaMuxContext *mkv, int stream, int64_t ts, int64_t cluster_pos, int64_t relative_pos, int64_t duration) mkv_add_cuepoint() argument [all...] |
H A D | matroskadec.c | 3699 int64_t cluster_pos, int64_t discard_padding) in matroska_parse_block() 3753 av_add_index_entry(st, cluster_pos, timecode, 0, 0, in matroska_parse_block() 4057 int64_t cluster_pos, before_pos; in webm_clusters_start_with_keyframe() local 4067 cluster_pos = sti->index_entries[index].pos; in webm_clusters_start_with_keyframe() 4073 avio_seek(s->pb, cluster_pos, SEEK_SET); in webm_clusters_start_with_keyframe() 4082 matroska_reset_status(matroska, 0, cluster_pos); in webm_clusters_start_with_keyframe() 4090 cluster_pos += 4 + read + cluster_length; in webm_clusters_start_with_keyframe() 3695 matroska_parse_block(MatroskaDemuxContext *matroska, AVBufferRef *buf, uint8_t *data, int size, int64_t pos, uint64_t cluster_time, uint64_t block_duration, int is_keyframe, uint8_t *additional, uint64_t additional_id, int additional_size, int64_t cluster_pos, int64_t discard_padding) matroska_parse_block() argument
|
Completed in 11 milliseconds