Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmatroskaenc.c381 static int end_ebml_master_crc32(AVIOContext *pb, AVIOContext **dyn_cp, in end_ebml_master_crc32() function
438 return end_ebml_master_crc32(pb, &elem->bc, mkv, id, 0, 0, 1); in end_ebml_master_crc32_tentatively()
517 ret = end_ebml_master_crc32(pb, &dyn_cp, mkv, in mkv_write_seekhead()
1707 ret = end_ebml_master_crc32(pb, &dyn_cp, mkv, MATROSKA_ID_CHAPTERS, 0, 0, 1); in mkv_write_chapters()
1711 return end_ebml_master_crc32(pb, &dyn_tags, mkv, in mkv_write_chapters()
1783 return end_ebml_master_crc32(pb, &dyn_cp, mkv, in mkv_write_attachments()
2197 ret = end_ebml_master_crc32(s->pb, &mkv->cluster_bc, mkv, in mkv_end_cluster()
2499 ret = end_ebml_master_crc32(pb, &mkv->cluster_bc, mkv, in mkv_write_trailer()
2557 ret = end_ebml_master_crc32(pb, &cues, mkv, MATROSKA_ID_CUES, in mkv_write_trailer()
2586 ret = end_ebml_master_crc32(pb, &mkv->info.bc, mkv, in mkv_write_trailer()
[all …]