Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dh264_profile_level_id.cc215 const char* profile_idc_iop_string; in H264ProfileLevelIdToString() local
218 profile_idc_iop_string = "42e0"; in H264ProfileLevelIdToString()
221 profile_idc_iop_string = "4200"; in H264ProfileLevelIdToString()
224 profile_idc_iop_string = "4d00"; in H264ProfileLevelIdToString()
227 profile_idc_iop_string = "640c"; in H264ProfileLevelIdToString()
230 profile_idc_iop_string = "6400"; in H264ProfileLevelIdToString()
233 profile_idc_iop_string = "f400"; in H264ProfileLevelIdToString()
241 snprintf(str, 7u, "%s%02x", profile_idc_iop_string, profile_level_id.level); in H264ProfileLevelIdToString()