Searched refs:calledByAvcodec_ (Results 1 – 3 of 3) sorted by relevance
75 calledByAvcodec_ = false; in Init()78 calledByAvcodec_ = true; in Init()85 if (calledByAvcodec_) { in PrintCaller()396 …const std::string& processName = calledByAvcodec_ ? avcodecCaller_.processName : playerCaller_.pro… in SetProcessName()
455 …int32_t ret = VrrCheckSupportFunc_(vrrHandle_, calledByAvcodec_ ? avcodecCaller_.processName.c_str… in InitVrr()560 string pid = std::to_string(calledByAvcodec_ ? avcodecCaller_.pid : playerCaller_.pid); in SetCallerToBuffer()
326 bool calledByAvcodec_ = true; variable