Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoItemData.java33 Size dimensions, long sizeInBytes, int orientation, in VideoItemData()
DVideoDataFactory.java67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor() local
DPhotoDataFactory.java65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor() local
DFilmstripItemData.java57 long sizeInBytes, in FilmstripItemData()
266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes()