Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance
75 String filepath = new File(FILE_DIR, channel.filename).getAbsolutePath(); in setScanChannel() local76 mSource = new StreamProvider(filepath); in setScanChannel()169 private StreamProvider(String filepath) { in StreamProvider() argument170 mFilepath = filepath; in StreamProvider()171 open(filepath); in StreamProvider()174 private void open(String filepath) { in open() argument176 mInputStream = new BufferedInputStream(new FileInputStream(filepath)); in open()
245 public void setFilepath(String filepath) { in setFilepath() argument246 mProto.filepath = filepath; in setFilepath()250 return mProto.filepath; in getFilepath()333 mProto.filepath, mProto.programNumber); in toString()
249 public static int getExifOrientation(String filepath) { in getExifOrientation() argument253 exif = new ExifInterface(filepath); in getExifOrientation()
31 optional string filepath = 6; field
954 String filepath = Storage.generateFilepath(filename); in savePanorama() local957 ExifInterface exif = new ExifInterface(filepath); in savePanorama()962 Log.e(TAG, "cannot set exif data: " + filepath); in savePanorama()