Searched refs:playerCaller_ (Results 1 – 3 of 3) sorted by relevance
73 if (callerInfo.GetData(Tag::AV_CODEC_FORWARD_CALLER_PID, playerCaller_.pid) && in Init()74 callerInfo.GetData(Tag::AV_CODEC_FORWARD_CALLER_PROCESS_NAME, playerCaller_.processName)) { in Init()88 … HLOGI("[pid %d][%s] -> player -> avcodec", playerCaller_.pid, playerCaller_.processName.c_str()); in PrintCaller()396 …const std::string& processName = calledByAvcodec_ ? avcodecCaller_.processName : playerCaller_.pro… in SetProcessName()
456 playerCaller_.processName.c_str()); in InitVrr()560 string pid = std::to_string(calledByAvcodec_ ? avcodecCaller_.pid : playerCaller_.pid); in SetCallerToBuffer()
325 } playerCaller_, avcodecCaller_; variable