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

<<11121314151617181920>>

  /external/clang/www/
clang_video-05-25-2007.html 20 <p>You can download a copy of the presentation in mov format. However, due to the picture quality, it is recommended that you also download the lecture slides for viewing while you watch the video.
  /external/flac/libFLAC/include/private/
metadata.h 38 * be a consistent state (e.g. PICTURE) or equivalent to the initial
  /external/libpcap/
TODO 35 big picture? Seems like you need to buy UNP for that...
  /external/skia/tools/
pinspect.cpp 43 printf("picture size:[%d %d]\n", pic->width(), pic->height());
  /external/webp/src/enc/
Android.mk 29 picture.c \
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_Stream.h 41 @arg The first byte (MSB) defines the codec type. It can be either Audio,Video, Picture,
51 0xYYZZ : YY is the codec type (Audio, Video, Picture, Scene ...)
95 /* Picture ones : Range [0x0300-0x03FF]*/
100 M4SYS_kStillAll = 0x03FF, /* all still picture streams */
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.h 30 * @param jpegQuality Picture quality in [0, 100].
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 42 unsigned char picture; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 42 unsigned char picture; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 42 unsigned char picture; member in struct:meye_params
  /external/chromium/chrome/browser/resources/options/chromeos/
accounts_user_list.js 42 user.picture = this.user_pictures_[user.email];
160 if (this.user.picture) {
161 icon.src = this.user.picture;
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 25 // Provides software and hardware rendering and the Capture Picture API.
35 // Called when a new Picture is available. Needs to be enabled
89 // Creates a Java Picture object that records drawing the provided Bitmap.
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 180 // Set a fake picture URL.
190 // Verify that the GAIA name and picture, and picture URL are unset.
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 211 media::Picture picture(picture_buffer_id, bitstream_buffer_id);
212 client_->PictureReady(picture);
  /external/chromium_org/third_party/libva/va/
va_dec_jpeg.h 50 * \brief Picture parameter for JPEG decoding.
56 /** \brief Picture width in pixels. */
58 /** \brief Picture height in pixels. */
  /external/flac/libFLAC/
stream_encoder_framing.c 183 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.type, FLAC__STREAM_METADATA_PICTURE_TYPE_LEN))
185 len = strlen(metadata->data.picture.mime_type);
188 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.picture.mime_type, len))
190 len = strlen((const char *)metadata->data.picture.description);
193 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.picture.description, len))
195 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.width, FLAC__STREAM_METADATA_PICTURE_WIDTH_LEN))
197 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.height, FLAC__STREAM_METADATA_PICTURE_HEIGHT_LEN))
199 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.depth, FLAC__STREAM_METADATA_PICTURE_DEPTH_LEN))
201 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.colors, FLAC__STREAM_METADATA_PICTURE_COLORS_LEN))
203 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.data_length, FLAC__STREAM_METADATA_PICTURE_DATA_LENGTH_LEN)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WebViewTest.java 3 import android.graphics.Picture;
87 public void onNewPicture(WebView view, Picture picture) {
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.webkit.WebView.PictureListener.html 87 <A NAME="android.webkit.WebView.PictureListener.onNewPicture_changed(android.webkit.WebView, android.graphics.Picture)"></A>
88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.PictureListener.html#onNewPicture(android.webkit.WebView, android.graphics.Picture)" target="_top"><code>onNewPicture</code></A>(<code>WebView,</nobr> Picture<nobr><nobr></code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.graphics.html 91 <A NAME="Picture"></A>
92 <nobr><A HREF="android.graphics.Picture.html">Picture</A></nobr>
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 36 * A ContactTile displays a contact's picture and name
181 * Implemented by subclasses to estimate the size of the picture. This can return -1 if only
223 * can be ignored), but is used to load the correct picture size from the database
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 32 import static com.android.notificationstudio.model.EditableItem.PICTURE;
100 if (PICTURE.hasValue())
101 bigPicture.bigPicture(PICTURE.getValueBitmap());
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 28 import android.graphics.Picture;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 65 // Returns the size for the specified picture. If the size information is
69 // Returns the media item for the specified picture.
72 // Returns the rotation for the specified picture.
187 // The picture entries, the valid index is from -SCREEN_NAIL_MAX to
189 private final RangeArray<Picture> mPictures =
190 new RangeArray<Picture>(-SCREEN_NAIL_MAX, SCREEN_NAIL_MAX);
218 // model, if we assume the index of current focused picture is 0. So if
429 Picture p = mPictures.get(i);
473 Picture p = mPictures.get(index);
500 Picture p = mPictures.get(i)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
XHTMLText.java 216 * @param align how text should flow around the picture
217 * @param alt the text to show if you don't show the picture
218 * @param height how tall is the picture
219 * @param src where to get the picture
220 * @param width how wide is the picture
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 219 OMX_U32 ulInWidth; /* picture buffer width */
220 OMX_U32 ulInHeight; /* picture buffer height */
250 OMX_U32 ulMirror; /* to mirror the picture */
268 OMX_U32 ulOutWidth; /* RGB/YUV picture buffer width */
269 OMX_U32 ulOutHeight; /* RGB/YUV picture buffer height */

Completed in 1214 milliseconds

<<11121314151617181920>>