Searched refs:avcodecCaller_ (Results 1 – 3 of 3) sorted by relevance
76 } else if (callerInfo.GetData(Tag::AV_CODEC_CALLER_PID, avcodecCaller_.pid) && in Init()77 callerInfo.GetData(Tag::AV_CODEC_CALLER_PROCESS_NAME, avcodecCaller_.processName)) { in Init()86 HLOGI("[pid %d][%s] -> avcodec", avcodecCaller_.pid, avcodecCaller_.processName.c_str()); 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()
325 } playerCaller_, avcodecCaller_; variable