Home
last modified time | relevance | path

Searched defs:has_tid (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc65 bool has_tid, in ParseVP8TIDAndKeyIdx()
93 bool has_tid = (*data & 0x20) ? true : false; // T bit in ParseVP8Extension() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc121 bool has_tid[16]; in TestRegistry() local