Home
last modified time | relevance | path

Searched refs:tempOutputFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp797 std::ostringstream tempOutputFile; in startMuxerForInputFrame() local
798 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()