Home | History | Annotate | Download | only in camera

Lines Matching full:loc

398             Location loc = mLocationManager.getCurrentLocation();
399 CameraUtil.setGpsParameters(mParameters, loc);
404 null, null, null, new JpegPictureCallback(loc));
1044 Location loc = mLocationManager.getCurrentLocation();
1045 if (loc != null) {
1046 mMediaRecorder.setLocation((float) loc.getLatitude(),
1047 (float) loc.getLongitude());
1080 Location loc = mLocationManager.getCurrentLocation();
1081 if (loc != null) {
1082 mCurrentVideoValues.put(Video.Media.LATITUDE, loc.getLatitude());
1083 mCurrentVideoValues.put(Video.Media.LONGITUDE, loc.getLongitude());
1725 public JpegPictureCallback(Location loc) {
1726 mLocation = loc;
1738 private void storeImage(final byte[] data, Location loc) {
1745 data, title, dateTaken, loc, orientation,