Searched refs:imgHeight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/jni/
H A Djpegutil.h68 Plane(int imgWidth, int imgHeight, int planeWidth, int planeHeight,
72 int imgHeight() const { return imgHeight_; } function in class:jpegutil::Plane
H A Djpegutil.cpp111 jpegutil::Plane::Plane(int imgWidth, int imgHeight, int planeWidth, argument
115 imgHeight_(imgHeight),
127 int imgHeight = yPlane.imgHeight(); local
231 cinfo.image_height = imgHeight;
270 for (int y = 0; y < imgHeight; y += DCTSIZE * 2) {
279 if (chY < imgHeight / 2) {
285 cbArr[row] = cbRG(imgHeight / 2 - 1);
286 crArr[row] = crRG(imgHeight / 2 - 1);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageVignette.java62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) { argument
66 mImgHeight = imgHeight;

Completed in 585 milliseconds