HomeSort by relevance Sort by last modified time
    Searched full:picture (Results 501 - 525 of 1161) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.c 67 picture order count type is 1 and numRefFramesInPicOrderCntCycle
290 * specify non-negative area within the original picture */
364 picture size and MaxDPB for the specified level. These determine
370 picSizeInMbs number of macroblocks in the picture
481 * decoding and this was easiest place to check picture size */
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 62 * Prior to taking a picture, CameraService often calls autofocus(). When auto
69 * picture. At this point, if a shutter, postview, raw, and/or compressed
350 * Take a picture.
361 * Cancel a picture that was started with takePicture. Calling this
362 * method when no picture is being taken is a no-op.
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 509 OMX_U32 ulInWidth; /**< Input picture buffer width. This value should be the same as the original decoded output width of the WMV9/VC1 stream. */
510 OMX_U32 ulInHeight; /**< Input picture buffer height. This value should be the same as the original decoded output height of the WMV9/VC1 stream. */
519 OMX_U32 ulFrameOutputHeight[2]; /**< Output picture buffer height for each VGPOP parameter set.*/
520 OMX_U32 ulFrameOutputWidth[2]; /**< Output picture buffer width for each VGPOP parameter set. */
531 OMX_U32 ulFrameEnableMirroring[2]; /**< To mirror the picture: */
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 363 // Picture
598 // Remove the old captured picture's thumbnail from the cache
619 notifyUser("add picture failed");
632 notifyUser("add picture failed");
747 notifyUser("add picture failed");
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 268 // try to store the picture on the SD card
282 if (LOGV) Log.v(TAG, "Jpeg Picture callback");
285 Log.w(TAG, "Error writing picture to sd card.");
349 * Test case 1: Take a picture and verify all the callback
376 assertTrue("Raw picture callback not received", mRawPictureCallbackResult);
377 assertTrue("Jpeg picture callback not recieved", mJpegPictureCallbackResult);
586 // The default picture format must be Jpeg.
666 assertNoLetters(parameters.get("picture-size-values"), "picture-size-values");
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 245 Log.v(TAG, "Initializing picture format");
248 Log.v(TAG, "Initializing picture size to "
290 Log.v(TAG, "Taking picture");
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 112 uint8_t picture_sizes_tbl_cnt; /* picture sizes table size */
113 cam_dimension_t picture_sizes_tbl[MAX_SIZES_CNT]; /* picture sizes table */
141 /* supported picture formats */
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pod 257 <img src=test1.gif alt="First picture">
258 <img src=test2.gif alt="Second picture">
282 <li><a href=#image-1>First picture</a>
283 <li><a href=#image-2>Second picture</a>
287 <a name=image-1><img src=test1.gif alt="First picture"></a>
288 <a name=image-2><img src=test2.gif alt="Second picture"></a>
374 <img src=test1.gif alt="First picture" id=image_001>
376 <img src=test2.gif alt="Second picture" id=image_002>
410 <li><a href=#image-1>First picture</a>
411 <li><a href=#image-2>Second picture</a
    [all...]
  /external/skia/tools/
bbh_shootout.cpp 199 * Renders the picture into the renderer. It may or may not use an RTree.
229 // Will be non-null during RTree picture playback. For correctness test.
316 SkDebugf("Couldn't create picture. Ignoring path: %s\n", path.c_str());
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 367 ALOGE("Cound not find picture parameter set");
418 // 16-bit picture parameter set length
424 // PPS Nal unit (picture parameter set length bytes)
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 102 int poc_type; /* picture order count mode, 0,1 or 2 */
151 uint32 CPB_size; /* coded picture buffer in number of bits */
274 \return "AVCENC_SUCCESS for success, AVCENC_NO_PICTURE if no picture to be outputted."
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MotionEstimationMB.c 196 * original picture plane; must be aligned on a 16-byte boundary.
202 * srcCurrStep - width of the original picture plane, in terms of full
208 * srcRefStep - width of the reference picture plane, in terms of full
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 112 uint8_t picture_sizes_tbl_cnt; /* picture sizes table size */
113 cam_dimension_t picture_sizes_tbl[MAX_SIZES_CNT]; /* picture sizes table */
141 /* supported picture formats */
  /packages/apps/Camera/res/values/
arrays.xml 155 <!-- Camera Preferences Picture size dialog box entries -->
169 <!-- When launching the camera app first time, we will set the picture
390 <item>continuous-picture</item>
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 108 // When launching the camera app first time, we will set the picture
123 Log.e(TAG, "No supported picture size found");
524 // initial picture size is that of the back camera.
  /packages/apps/Camera2/res/values/
arrays.xml 155 <!-- Camera Preferences Picture size dialog box entries -->
178 <!-- When launching the camera app first time, we will set the picture
498 <item>continuous-picture</item>
  /packages/apps/Camera2/src/com/android/camera/
CameraSettings.java 112 // When launching the camera app first time, we will set the picture
127 Log.e(TAG, "No supported picture size found");
483 // initial picture size is that of the back camera.
  /packages/apps/Gallery2/res/values/
arrays.xml 155 <!-- Camera Preferences Picture size dialog box entries -->
172 <!-- When launching the camera app first time, we will set the picture
465 <item>continuous-picture</item>
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 97 // When launching the camera app first time, we will set the picture
112 Log.e(TAG, "No supported picture size found");
450 // initial picture size is that of the back camera.
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 29 import android.graphics.Picture;
    [all...]
  /external/chromium_org/cc/
cc.gyp 325 'resources/picture.cc',
326 'resources/picture.h',
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 211 // Only show the profile picture and full name for the single profile
212 // case. In the multi-profile case the profile picture is visible in the
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 190 clip starts out the size of the picture, which is often much larger
    [all...]
  /external/mdnsresponder/
README.txt 103 situation like the picture below:
118 The situation on OS X looks more like the picture below:
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 69 /* Scaled YUV picture */
257 /* Alloc mem for scaled YUV picture */

Completed in 3952 milliseconds

<<21222324252627282930>>