Searched refs:inFileName (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c265 char *inFileName = NULL; local
342 inFileName = argv[arg];
357 r = encode(mode, allow_dtx, frameType, inFileName, outFileName);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException { argument
757 if (inFileName == null) {
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName));

Completed in 39 milliseconds