Searched refs:queryFileForTranscode (Results 1 – 1 of 1) sorted by relevance
406 try (Cursor c = queryFileForTranscode(src, in reportTranscodingResult()774 try (Cursor cursor = queryFileForTranscode(path, projection)) { in getFileFlagsAndDurationMs()935 try (Cursor cursor = queryFileForTranscode(path, TRANSCODE_CACHE_INFO_PROJECTION)) { in getTranscodeCacheInfoFromDB()1018 try (Cursor c = queryFileForTranscode(path, resolverInfoProjection)) { in onFileOpen()1095 try (Cursor c = queryFileForTranscode(path, resolverInfoProjection)) { in getVideoTrackFormat()1293 private Cursor queryFileForTranscode(String path, String[] projection) { in queryFileForTranscode() method in TranscodeHelperImpl