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

/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp899 int tn_width, tn_height; local
954 tn_height = parameters.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT);
956 if ((tn_width > 0) && (tn_height > 0)) {
977 tn_jpeg->out_height = tn_height;

Completed in 61 milliseconds