Home
last modified time | relevance | path

Searched refs:sync_code (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dvp9_uncompressed_header_parser.cc46 uint32_t sync_code; in Vp9ReadSyncCode() local
47 RETURN_FALSE_IF_ERROR(br->ReadBits(&sync_code, 24)); in Vp9ReadSyncCode()
48 if (sync_code != 0x498342) { in Vp9ReadSyncCode()
/external/rust/crates/tokio/tests/
Dsync_mpsc.rs422 let sync_code = thread::spawn(move || { in blocking_recv() localVariable
429 sync_code.join().unwrap() in blocking_recv()
443 let sync_code = thread::spawn(move || { in blocking_send() localVariable
450 sync_code.join().unwrap() in blocking_send()