Lines Matching refs:threadId
358 void RunMuxer(string testcaseName, int threadId, Plugins::OutputFormat format)
366 cout << "thread id is: " << threadId << ", run time : " << difftime(curTime, startTime) << " seconds" << endl;
367 string fileName = testcaseName + "_" + to_string(threadId);
369 cout << "thread id is: " << threadId << ", cur file name is: " << fileName << endl;
376 cout << "thread id is: " << threadId << ", fd is: " << fd << endl;
382 cout << "thread id is: " << threadId << ", format is: " << static_cast<int32_t>(format) << endl;
387 cout << "thread id is: " << threadId << ", format is: " << static_cast<int32_t>(format) << endl;
399 cout << "thread id is: " << threadId << ", audio track id is: " << audioTrackId
403 cout << "thread id is: " << threadId << ", Start ret is:" << ret << endl;
408 cout << "thread id is: " << threadId << ", Stop ret is:" << ret << endl;
411 cout << "thread id is: " << threadId << ", Destroy ret is:" << ret << endl;
418 g_testResult[threadId] = AVCS_ERR_OK;