Searched refs:kProfileHigh (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/sdk/objc/components/video_codec/ |
D | UIDevice+H264Profile.mm | 27 {RTCDeviceTypeIPhone11ProMax, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP806 28 {RTCDeviceTypeIPhone11Pro, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP805 29 {RTCDeviceTypeIPhone11, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP804 30 {RTCDeviceTypeIPhoneXS, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP779 31 {RTCDeviceTypeIPhoneXSMax, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP780 32 {RTCDeviceTypeIPhoneXR, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP781 33 {RTCDeviceTypeIPhoneX, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP770 34 {RTCDeviceTypeIPhone8, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP767 35 {RTCDeviceTypeIPhone8Plus, {kProfileHigh, kLevel5_2}}, // https://support.apple.com/kb/SP768 36 {RTCDeviceTypeIPhone7, {kProfileHigh, kLevel5_1}}, // https://support.apple.com/kb/SP743 [all …]
|
D | RTCVideoEncoderH264.mm | 244 case webrtc::H264::kProfileHigh:
|
/external/webrtc/common_video/h264/ |
D | profile_level_id_unittest.cc | 71 EXPECT_EQ(kProfileHigh, ParseProfileLevelId("64001f")->profile); in TEST() 103 *ProfileLevelIdToString(ProfileLevelId(kProfileHigh, kLevel4_2))); in TEST() 125 EXPECT_FALSE(ProfileLevelIdToString(ProfileLevelId(kProfileHigh, kLevel1_b))); in TEST()
|
/external/webrtc/ |
D | common_types.h | 46 kProfileHigh, enumerator
|
/external/webrtc/media/base/ |
D | h264_profile_level_id.cc | 72 {0x64, BitPattern("00000000"), kProfileHigh}, 244 case kProfileHigh: in ProfileLevelIdToString()
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine_unittest.cc | 555 ProfileLevelId(webrtc::H264::kProfileHigh, kLevel1)); in TEST_F()
|