Home
last modified time | relevance | path

Searched refs:transcodePath (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DTranscodeHelperImpl.java531 final String transcodePath = getTranscodePath(rowId); in getIoPath() local
532 final File transcodeFile = new File(transcodePath); in getIoPath()
535 return transcodePath; in getIoPath()
552 return transcodePath; in getIoPath()
555 return transcodePath; in getIoPath()
1062 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument
1075 boolean result = transcodePath.equalsIgnoreCase(getTranscodePath(rowId)) && in isTranscodeFileCached()
1077 new File(transcodePath).exists(); in isTranscodeFileCached()
DTranscodeHelper.java41 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() argument
DTranscodeHelperNoOp.java51 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument