Home
last modified time | relevance | path

Searched defs:byteToProcess (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Mms/src/com/android/mms/exif/
DExifOutputStream.java124 int byteToProcess = length > mByteToSkip ? mByteToSkip : length; in write() local
130 int byteToProcess = length > mByteToCopy ? mByteToCopy : length; in write() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifOutputStream.java122 int byteToProcess = length > mByteToSkip ? mByteToSkip : length; in write() local
128 int byteToProcess = length > mByteToCopy ? mByteToCopy : length; in write() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifOutputStream.java122 int byteToProcess = length > mByteToSkip ? mByteToSkip : length; in write() local
128 int byteToProcess = length > mByteToCopy ? mByteToCopy : length; in write() local
/packages/apps/Camera2/src/com/android/camera/exif/
DExifOutputStream.java122 int byteToProcess = length > mByteToSkip ? mByteToSkip : length; in write() local
128 int byteToProcess = length > mByteToCopy ? mByteToCopy : length; in write() local