Searched refs:sync_code (Results 1 – 2 of 2) sorted by relevance
46 uint32_t sync_code; in Vp9ReadSyncCode() local47 RETURN_FALSE_IF_ERROR(br->ReadBits(&sync_code, 24)); in Vp9ReadSyncCode()48 if (sync_code != 0x498342) { in Vp9ReadSyncCode()
422 let sync_code = thread::spawn(move || { in blocking_recv() localVariable429 sync_code.join().unwrap() in blocking_recv()443 let sync_code = thread::spawn(move || { in blocking_send() localVariable450 sync_code.join().unwrap() in blocking_send()