Searched refs:queryFileForTranscode (Results 1 – 1 of 1) sorted by relevance
444 try (Cursor c = queryFileForTranscode(src, in reportTranscodingResult()806 try (Cursor cursor = queryFileForTranscode(path, projection)) { in getFileFlagsAndDurationMs()992 try (Cursor cursor = queryFileForTranscode(path, TRANSCODE_CACHE_INFO_PROJECTION)) { in getTranscodeCacheInfoFromDB()1075 try (Cursor c = queryFileForTranscode(path, resolverInfoProjection)) { in onFileOpen()1150 try (Cursor c = queryFileForTranscode(path, resolverInfoProjection)) { in getVideoTrackFormat()1349 private Cursor queryFileForTranscode(String path, String[] projection) { in queryFileForTranscode() method in TranscodeHelperImpl