Searched refs:profile_string (Results 1 – 5 of 5) sorted by relevance
59 profile_string = NULL; in db_FrameToReferenceRegistration()117 if(profile_string) in Clean()118 delete [] profile_string; in Clean()177 profile_string = new char[10240]; in Init()380 strcpy(profile_string,"\n"); in AddFrame()382 strcat(profile_string, str); in AddFrame()395 strcat(profile_string, str); in AddFrame()415 strcat(profile_string, str); in AddFrame()445 strcat(profile_string, str); in AddFrame()469 strcat(profile_string, str); in AddFrame()
291 char *profile_string; variable
57 const absl::optional<std::string> profile_string = in CreateH264Format() local59 RTC_CHECK(profile_string); in CreateH264Format()68 {{cricket::kH264FmtpProfileLevelId, *profile_string}, in CreateH264Format()
52 return reg.profile_string; in getRegProfileString()
203 cout << reg.profile_string << std::endl; in main()