Searched defs:dstFd (Results 1 – 5 of 5) sorted by relevance
87 const int dstFd = open(dstPath.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
131 const int dstFd = open(destPath, kOpenFlags, kFileMode); in transcodeHelper() local221 int dstFd = open(destPath, O_RDONLY); in verifyOutputFormat() local
131 const int dstFd = open(config.dstFile.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
66 int dstFd; member
127 int dstFd = 0; in TranscodeMediaFile() local