Home
last modified time | relevance | path

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

/external/webrtc/sdk/objc/components/video_codec/
Dhelpers.cc20 std::string CFStringToString(const CFStringRef cf_string) { in CFStringToString() function
46 std::string key_string = CFStringToString(key); in SetVTSessionProperty()
62 std::string key_string = CFStringToString(key); in SetVTSessionProperty()
73 std::string key_string = CFStringToString(key); in SetVTSessionProperty()
85 std::string key_string = CFStringToString(key); in SetVTSessionProperty()
86 std::string val_string = CFStringToString(value); in SetVTSessionProperty()
Dhelpers.h29 std::string CFStringToString(const CFStringRef cf_string);
DRTCVideoEncoderH264.mm349 RTC_LOG(LS_INFO) << "Using profile " << CFStringToString(ExtractProfile(*_profile_level_id));