Home
last modified time | relevance | path

Searched defs:dstFd (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmediatranscoding/transcoder/tests/
DHdrTranscodeTests.cpp87 const int dstFd = open(dstPath.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
DMediaTranscoderTests.cpp131 const int dstFd = open(destPath, kOpenFlags, kFileMode); in transcodeHelper() local
221 int dstFd = open(destPath, O_RDONLY); in verifyOutputFormat() local
/frameworks/av/media/libmediatranscoding/transcoder/tools/
DTranscode.cpp131 const int dstFd = open(config.dstFile.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in transcode() local
/frameworks/base/libs/hwui/jni/pdf/
DPdfEditor.cpp66 int dstFd; member
/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
DMediaTranscoderBenchmark.cpp127 int dstFd = 0; in TranscodeMediaFile() local