Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/h264/
Dh264.cc51 const absl::optional<std::string> profile_string = in CreateH264Format() local
53 RTC_CHECK(profile_string); in CreateH264Format()
56 {{cricket::kH264FmtpProfileLevelId, *profile_string}, in CreateH264Format()