Home
last modified time | relevance | path

Searched defs:imgHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/jni/
Djpegutil.h72 int imgHeight() const { return imgHeight_; } in imgHeight() function
Djpegutil.cpp111 jpegutil::Plane::Plane(int imgWidth, int imgHeight, int planeWidth, in Plane()
127 int imgHeight = yPlane.imgHeight(); in compress() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageVignette.java62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) { in setTransform()