Searched refs:is_sync (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | samidec.c | 69 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local 80 is_sync = !av_strncasecmp(buf.str, "<SYNC", 5); in sami_read_header() 81 if (is_sync) in sami_read_header() 87 sub = ff_subtitles_queue_insert(&sami->q, buf.str, buf.len, !is_sync); in sami_read_header() 93 if (is_sync) { in sami_read_header()
|
/third_party/python/Lib/ |
H A D | contextlib.py | 527 def _push_exit_callback(self, callback, is_sync=True): 528 self._exit_callbacks.append((is_sync, callback)) 571 is_sync, cb = self._exit_callbacks.pop() 572 assert is_sync 711 is_sync, cb = self._exit_callbacks.pop() 713 if is_sync:
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeStateApiTests.cpp | 1266 ES3F_ADD_API_CASE(is_sync, "Invalid glIsSync() usage", in init()
|
Completed in 5 milliseconds