Home
last modified time | relevance | path

Searched refs:chapter_id (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dmap_html_anchors.py35 def add_id(chapelem, idelem, id_map, chapter_id):
41 - chapter_id - chapter ID of chapelem"""
106 print(f'Replacing key {id} -> ({val[0]}, {val[1]}) with ({chapter_id}, {id_title})', file=sys.stderr)
112 id_map[id] = [ chapter_id, id_title ]
188 chapter_id = '' variable
193 chapter_id = h2_elems[0].get('id') variable
197 add_id(chapelem, idelem, id_map, chapter_id)
/third_party/ffmpeg/libavformat/
H A Dnutdec.c510 int64_t chapter_id, value, end; in decode_info_header() local
523 chapter_id = get_s(bc); in decode_info_header()
528 if (chapter_id && !stream_id_plus1) { in decode_info_header()
530 chapter = avpriv_new_chapter(s, chapter_id, in decode_info_header()
596 if (chapter_id == 0 && !strcmp(name, "Disposition")) { in decode_info_header()

Completed in 4 milliseconds