Home
last modified time | relevance | path

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

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/chapters/
H A Dchapters.h88 libmatroska::KaxEditionEntry *find_edition_with_uid(libmatroska::KaxChapters &chapters, uint64_t ui…
H A Dchapters.cpp960 find_edition_with_uid(KaxChapters &chapters, in find_edition_with_uid() function
1047 ee_dst = find_edition_with_uid(dst, euid_src->GetValue()); in move_by_edition()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/tags/
H A Dtags.cpp50 if (t_euid && !mtx::chapters::find_edition_with_uid(chapters, t_euid->GetValue())) { in select_for_chapters()