Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dh264_sprop_parameter_sets.cc24 bool DecodeAndConvert(const std::string& base64, std::vector<uint8_t>* binary) { in DecodeAndConvert() function
42 if (!DecodeAndConvert(sps_str, &sps_)) { in DecodeSprop()
46 if (!DecodeAndConvert(pps_str, &pps_)) { in DecodeSprop()