Searched refs:BitPattern (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/media/base/ |
D | h264_profile_level_id.cc | 44 class BitPattern { class 46 explicit constexpr BitPattern(const char (&str)[9]) in BitPattern() function in webrtc::H264::__anonbd509cb70111::BitPattern 60 const BitPattern profile_iop; 66 {0x42, BitPattern("x1xx0000"), kProfileConstrainedBaseline}, 67 {0x4D, BitPattern("1xxx0000"), kProfileConstrainedBaseline}, 68 {0x58, BitPattern("11xx0000"), kProfileConstrainedBaseline}, 69 {0x42, BitPattern("x0xx0000"), kProfileBaseline}, 70 {0x58, BitPattern("10xx0000"), kProfileBaseline}, 71 {0x4D, BitPattern("0x0x0000"), kProfileMain}, 72 {0x64, BitPattern("00000000"), kProfileHigh}, [all …]
|