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