Home | History | Annotate | Download | only in camera

Lines Matching refs:rotation

771     int rotation = 0;
808 /* Set the JPEG Rotation here since get_buffer_offset needs
809 * the value of rotation.*/
812 rotation = mHalCamCtrl->getJpegRotation();
814 rotation = 0;
815 if(rotation != dim->rotation) {
816 dim->rotation = rotation;
829 ALOGV("%s: main image: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
830 __func__, dim->rotation, y_off, cbcr_off, frame_len, dim->picture_width, dim->picture_height);
852 ALOGV("%s: thumbnail: rotation = %d, yoff = %d, cbcroff = %d, size = %d, width = %d, height = %d",
853 __func__, dim->rotation, y_off, cbcr_off, frame_len,
1849 rotation in ZSL mode", __func__);