Searched refs:getTempFilePath (Results 1 – 8 of 8) sorted by relevance
24 import static android.mediav2.common.cts.CodecEncoderTestBase.getTempFilePath;321 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurface()362 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurfaceNative()
218 mMuxedOutputFile = getTempFilePath(""); in doWork()
247 mMuxedOutputFile = getTempFilePath(""); in doWork()
409 String tmpPath = getTempFilePath((mActiveEncCfg.mInputBitDepth == 10) ? "10bit" in doFullColorAspects()
115 private String getTempFilePath(String infix) throws IOException { in getTempFilePath() method in VideoTranscoderTest.TestTranscode126 getTempFilePath(mOutputFileName)); in doTranscode()
23 import static android.mediav2.common.cts.CodecEncoderTestBase.getTempFilePath;716 String tmpPathA = getTempFilePath(""); in testVideoEdit()718 String tmpPathB = getTempFilePath(""); in testVideoEdit()
174 public static String getTempFilePath(String infix) throws IOException { in getTempFilePath() method in CodecEncoderTestBase555 mMuxedOutputFile = getTempFilePath((mActiveEncCfg.mInputBitDepth == 10) ? "10bit" : ""); in doWork()