Searched refs:has_sync (Results 1 – 5 of 5) sorted by relevance
200 bool has_sync = false; in HasUniformMemorySync() local201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()206 has_sync = true; in HasUniformMemorySync()232 has_sync = true; in HasUniformMemorySync()240 has_sync = true; in HasUniformMemorySync()247 has_uniform_sync_ = has_sync; in HasUniformMemorySync()248 return has_sync; in HasUniformMemorySync()
371 self->has_sync = in gst_auto_detect_detect()373 if (self->has_sync) in gst_auto_detect_detect()456 if (self->kid && self->has_sync) in gst_auto_detect_set_property()
54 gboolean has_sync; member