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/
DTranscodeHelper.java42 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() argument
DTranscodeHelperNoOp.java54 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument
DTranscodeHelperImpl.java569 final String transcodePath = getTranscodePath(rowId); in prepareIoPath() local
570 final File transcodeFile = new File(transcodePath); in prepareIoPath()
573 return transcodePath; in prepareIoPath()
584 return transcodePath; in prepareIoPath()
1117 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument
1130 boolean result = transcodePath.equalsIgnoreCase(getTranscodePath(rowId)) && in isTranscodeFileCached()
1132 new File(transcodePath).exists(); in isTranscodeFileCached()