Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelper.java41 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() method
H A DTranscodeHelperNoOp.java51 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperNoOp
H A DTranscodeHelperImpl.java1038 } else if (isTranscodeFileCached(path, ioPath)) { in onFileOpen()
1062 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() method in TranscodeHelperImpl
H A DMediaProvider.java1412 if (mTranscodeHelper.isTranscodeFileCached(src, dst)) { in transformForFuse()
1485 transformsComplete = mTranscodeHelper.isTranscodeFileCached(path, ioPath); in onFileLookupForFuse()