Searched defs:kKeyFrameBit (Results 1 – 2 of 2) sorted by relevance
27 static const uint8_t kKeyFrameBit = 0x01; variable
26 constexpr uint8_t kKeyFrameBit = 0b0000'0001; variable