Home
last modified time | relevance | path

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

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