Home
last modified time | relevance | path

Searched refs:kProfileHigh (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/sdk/objc/components/video_codec/
DUIDevice+H264Profile.mm27 {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 …]
DRTCVideoEncoderH264.mm244 case webrtc::H264::kProfileHigh:
/external/webrtc/common_video/h264/
Dprofile_level_id_unittest.cc71 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/
Dcommon_types.h46 kProfileHigh, enumerator
/external/webrtc/media/base/
Dh264_profile_level_id.cc72 {0x64, BitPattern("00000000"), kProfileHigh},
244 case kProfileHigh: in ProfileLevelIdToString()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc555 ProfileLevelId(webrtc::H264::kProfileHigh, kLevel1)); in TEST_F()