Searched refs:isTranscodeFileCached (Results 1 – 4 of 4) sorted by relevance
41 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() method
51 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperNoOp
1038 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()1062 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperImpl
1412 if (mTranscodeHelper.isTranscodeFileCached(src, dst)) { in transformForFuse()1485 transformsComplete = mTranscodeHelper.isTranscodeFileCached(path, ioPath); in onFileLookupForFuse()