/frameworks/base/core/java/android/hardware/ |
Camera.java | 85 * preview surface. Preview must be started before you can take a picture. 91 * <li>After taking a picture, preview display will have stopped. To take more 174 * Broadcast Action: A new picture is taken by the camera, and the entry of 175 * the picture has been added to the media store. 176 * {@link android.content.Intent#getData} is URI of the picture. [all...] |
/packages/apps/Camera2/res/values/ |
strings.xml | 27 <!-- Displayed in the title of the dialog for things to do with a picture 29 <string name="set_image">Set picture as</string> 258 <!-- Settings screen, Picture size title --> 259 <string name="pref_camera_picturesize_title">Picture size</string> 261 <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] --> 263 <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] --> 265 <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] --> 267 <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=20] --> 269 <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=20] --> 271 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -- [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 55 * An activity for showing the camera preview and taking a picture. 201 // Get the supported picture sizes and fill the spinner. 282 // Start activity which will use the taken picture to determine the 287 Log.e(TAG, "Could not save picture file.", e); 288 Toast.makeText(this, "Could not save picture file: " + e.getMessage(), 474 // The picture size is taken and set from the spinner selection
|
/frameworks/av/camera/ |
CameraParameters.cpp | 35 const char CameraParameters::KEY_PICTURE_SIZE[] = "picture-size"; 36 const char CameraParameters::KEY_SUPPORTED_PICTURE_SIZES[] = "picture-size-values"; 37 const char CameraParameters::KEY_PICTURE_FORMAT[] = "picture-format"; 38 const char CameraParameters::KEY_SUPPORTED_PICTURE_FORMATS[] = "picture-format-values"; 169 const char CameraParameters::FOCUS_MODE_CONTINUOUS_PICTURE[] = "continuous-picture"; 334 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_FiltersAPI.h | 117 m_xPosStep; /**< X positioning of the overlay vs main picture. 119 picture width. 122 0% means overlay is centered vs main picture on 125 m_yPosStep; /**< Y positioning of the overlay vs main picture. 127 picture width. 130 0% means overlay is centered vs main picture on [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 254 of pictures, viewing a picture, cropping a picture, running 319 activity and then, by attaching a file, to a picture gallery to pick 320 from. Contacts, email and picture gallery are all separate 489 <b>Contacts Re-Uses Gallery to Get a Picture</b> - The Contacts 490 activity has a field for a picture of a contact, but the Gallery is 492 activity to get a picture. This is a good example of re-use of the 496 Edit contact and touches the picture field, which launches the Gallery 497 activity. The user then chooses the picture they want, crops and saves 498 it. Saving it causes the picture to be inserted into the picture fiel [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
decode_vp8.h | 49 int width, height; // picture dimensions, in pixels (invariable). 135 // Start decoding a new picture. Returns true if ok. 138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.c | 508 struct pipe_picture_desc *picture) 511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 522 assert(dec && target && picture); 575 struct pipe_picture_desc *picture, 581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 586 assert(dec && target && picture); 645 struct pipe_picture_desc *picture, 651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 656 assert(dec && target && picture); 671 struct pipe_picture_desc *picture) [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkLuaCanvas.cpp | 272 void SkLuaCanvas::drawPicture(SkPicture& picture) { 274 // call through so we can see the nested picture ops 275 this->INHERITED::drawPicture(picture);
|
/external/kernel-headers/original/linux/ |
videodev.h | 226 __u32 picture_type; /* current picture type */ 253 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */ 254 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.c | 508 struct pipe_picture_desc *picture) 511 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 522 assert(dec && target && picture); 575 struct pipe_picture_desc *picture, 581 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 586 assert(dec && target && picture); 645 struct pipe_picture_desc *picture, 651 struct pipe_mpeg12_picture_desc *desc = (struct pipe_mpeg12_picture_desc *)picture; 656 assert(dec && target && picture); 671 struct pipe_picture_desc *picture) [all...] |
/external/skia/src/utils/ |
SkLuaCanvas.cpp | 272 void SkLuaCanvas::drawPicture(SkPicture& picture) { 274 // call through so we can see the nested picture ops 275 this->INHERITED::drawPicture(picture);
|
/external/webp/ |
README | 151 default, photo, picture, 168 -crop <x> <y> <w> <h> .. crop picture with the given rectangle 169 -resize <w> <h> ........ resize picture (after any cropping) 184 One of: photo, picture or graph 218 "easy" parts of the picture and use them in the "difficult" ones instead. 358 picture. 385 // allocated picture of dimension width x height 424 To detect a WebP file and gather the picture's dimensions, the function: 445 can be used to decode the picture further. There are two (mutually exclusive) 466 To retrieve partially decoded picture samples, one must use the correspondin [all...] |
/external/webp/src/dec/ |
decode_vp8.h | 49 int width, height; // picture dimensions, in pixels (invariable). 135 // Start decoding a new picture. Returns true if ok. 138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_conceal.c | 65 Perform error concealment for a picture. Two types of concealment 67 1) copy from previous picture for P-slices. 78 Similar concealment is performed for whole picture (the choise 80 the picture but it is handled by the calling function). It is 82 when a picture contains both types of slices. However, 92 The order of concealment for 4x4 picture where macroblock 9 is the 102 If all macroblocks of the picture are lost, the concealment is 103 copy of previous picture for P-type and setting the image to 145 /* use reference picture with smallest available index */ 171 /* whole picture lost -> copy previous or set grey * [all...] |
h264bsd_storage.h | 90 /* this flag is set after all macroblocks of a picture successfully 116 /* structure to store picture order count related information */ 147 u32 intraConcealmentFlag; /* 0 gray picture for corrupted intra
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 209 __u32 picture_type; /* current picture type */ 236 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */ 237 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 209 __u32 picture_type; /* current picture type */ 236 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */ 237 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 209 __u32 picture_type; /* current picture type */ 236 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */ 237 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
aboutDialog.py | 42 #self.picture = Image('photo', data=self.pictureData) 48 #labelPicture = Label(frameBg, text='[picture]') 49 #image=self.picture, bg=self.bg)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
aboutDialog.py | 42 #self.picture = Image('photo', data=self.pictureData) 48 #labelPicture = Label(frameBg, text='[picture]') 49 #image=self.picture, bg=self.bg)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
CameraIntentsActivity.java | 53 * when a new picture was captured by the camera app, and it has been 65 * (e.g. social network apps that upload a photo after you take a picture) 156 return "Application Picture"; 162 return "Intent Picture";
|
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/ |
ReferenceAppTestCase.java | 81 // Give the host enough time to take the picture
|
/device/generic/goldfish/camera/ |
EmulatedQemuCamera.cpp | 77 * picture sizes.
|
/external/chromium/chrome/browser/chromeos/login/ |
take_photo_view.h | 48 // throbber above the picture. Disables snapshot button until frame is
|