Searched refs:tempOutputFile (Results 1 – 1 of 1) sorted by relevance
920 std::ostringstream tempOutputFile; in startMuxerForInputFrame() local921 tempOutputFile << "HEIF-" << pthread_self() << "-" in startMuxerForInputFrame()923 inputFrame.fileFd = syscall(__NR_memfd_create, tempOutputFile.str().c_str(), MFD_CLOEXEC); in startMuxerForInputFrame()926 tempOutputFile.str().c_str(), errno); in startMuxerForInputFrame()