Home
last modified time | relevance | path

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

/external/webrtc/common_video/h264/
Dsps_parser.cc46 return ParseSpsUpToVui(&bit_buffer); in ParseSps()
49 absl::optional<SpsParser::SpsState> SpsParser::ParseSpsUpToVui( in ParseSpsUpToVui() function in webrtc::SpsParser
Dsps_parser.h51 static absl::optional<SpsState> ParseSpsUpToVui(rtc::BitBuffer* buffer);
Dsps_vui_rewriter.cc136 SpsParser::ParseSpsUpToVui(&source_buffer); in ParseAndRewriteSps()