Searched refs:transcodePath (Results 1 – 3 of 3) sorted by relevance
531 final String transcodePath = getTranscodePath(rowId); in getIoPath() local532 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() argument1075 boolean result = transcodePath.equalsIgnoreCase(getTranscodePath(rowId)) && in isTranscodeFileCached()1077 new File(transcodePath).exists(); in isTranscodeFileCached()
41 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() argument
51 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument