Home | History | Annotate | Download | only in camera

Lines Matching defs:it

106     // The brightness settings used when it is set to automatic in the system.
107 // The reason why it is set to 0.7 is just because 1.0 is too bright.
158 // An review image having same size as preview. It is displayed when
221 // Default 0. If it is larger than 0, the camcorder is in time lapse mode.
425 // don't set mSurfaceHolder here. We have it set ONLY within
427 // assume that when it is set, the surface is also set.
440 // Disable the shutter button if effects are ON since it might take
670 // mode and recording is stopped. It'll be re-enabled when
717 // We need to convert it to int manually.
738 // unless it is specified in the intent.
751 // Set quality to 480p for effects, unless intent is overriding it
800 Iterator it = sizes.iterator();
802 while (it.hasNext()) {
803 Size size = (Size) it.next();
805 it.remove();
831 // Start orientation listener as soon as possible because it takes
853 // Initializing it here after the preview is started.
1093 // The mCameraDevice will be null if it is fail to connect to the
1095 // finish the activity, so it's OK to ignore it.
1196 // Unlock the camera object before passing it to media recorder.
1217 // Try Uri in the intent first. If it doesn't exist, use our own
1238 // a) The composer selected may simply not support it, or
1641 // Share popup may still have the reference to the old thumbnail. Clear it.
1658 // it to match the UI orientation (and mirror if it is front-facing camera).
1725 // The orientation was fixed during video recording. Now make it
1859 // Avoid setting the color on every update, do it only
1860 // when it needs changing.
2003 // TODO: This assumes the codepath from onStopVideoRecording. It
2424 // Share popup may still have the reference to the old thumbnail. Clear it.