Lines Matching defs:threadId
415 void RunMuxer(string testcaseName, int threadId, Plugins::OutputFormat format)
418 string fileName = testcaseName + "_" + to_string(threadId);
420 cout << "thread id is: " << threadId << ", cur file name is: " << fileName << endl;
427 cout << "thread id is: " << threadId << ", fd is: " << fd << endl;
432 cout << "thread id is: " << threadId << ", format is: " << static_cast<int32_t>(format) << endl;
437 cout << "thread id is: " << threadId << ", format is: " << static_cast<int32_t>(format) << endl;
449 cout << "thread id is: " << threadId << ", audio track id is: " << audioTrackId
453 cout << "thread id is: " << threadId << ", Start ret is:" << ret << endl;
458 cout << "thread id is: " << threadId << ", Stop ret is:" << ret << endl;
461 cout << "thread id is: " << threadId << ", Destroy ret is:" << ret << endl;
463 g_testResult[threadId] = AVCS_ERR_OK;