/external/qemu/distrib/sdl-1.2.15/test/ |
testwin.c | 24 SDL_Surface *picture; local 34 fprintf(stderr, "Loading picture: %s\n", bmpfile); 35 picture = SDL_LoadBMP(bmpfile); 36 if ( picture == NULL ) { 43 if ( picture->format->palette ) { 44 ncolors = picture->format->palette->ncolors; 47 memcpy(colors, picture->format->palette->colors, 94 /* Display the picture */ 98 fprintf(stderr, "Converting picture\n"); 99 displayfmt = SDL_DisplayFormat(picture); [all...] |
/external/skia/tests/ |
TileGridTest.cpp | 63 SkTileGridPicture picture(20, 20, info); 68 SkCanvas* canvas = picture.beginRecording(20, 20, SkPicture::kOptimizeForClippedPlayback_RecordingFlag); 72 picture.endRecording(); 82 picture.draw(&mockCanvas); 90 picture.draw(&mockCanvas); 99 picture.draw(&mockCanvas); 109 picture.draw(&mockCanvas); 118 picture.draw(&mockCanvas); 126 picture.draw(&mockCanvas); 134 picture.draw(&mockCanvas) [all...] |
/external/chromium_org/content/common/gpu/media/ |
android_video_decode_accelerator.h | 64 // Sends the current picture on the surface to the client. 83 // Requests picture buffers from the client. 86 // Notifies the client about the availability of a picture. 87 void NotifyPictureReady(const media::Picture& picture); 118 // This map maintains the picture buffers passed to the client for decoding. 119 // The key is the picture buffer id. 123 // This keeps the free picture buffer ids which can be used for sending 127 // Picture buffer ids which have been dismissed and not yet re-assigned. Used 141 // Set to true after requesting picture buffers to the client [all...] |
vaapi_h264_decoder.h | 27 // picture management and other operations not supported by the HW codec. 135 // Initialize the current picture according to data in |slice_hdr|. 138 // Calculate picture order counts for the new picture 146 // Prepare reference picture lists (ref_pic_list[01]_). 149 // Construct initial reference picture lists for use in decoding of 158 // Perform the reference picture lists' modification (reordering), as 164 // Perform reference picture memory management operations (marking/unmarking 165 // of reference pictures, long term picture management, discarding, etc.). 177 // including DPB management, reference picture marking and memory managemen [all...] |
/external/chromium_org/skia/ext/ |
lazy_pixel_ref_utils_unittest.cc | 143 SkCanvas* StartRecording(SkPicture* picture, gfx::Rect layer_rect) { 144 SkCanvas* canvas = picture->beginRecording( 158 void StopRecording(SkPicture* picture, SkCanvas* canvas) { 160 picture->endRecording(); 168 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 169 SkCanvas* canvas = StartRecording(picture.get(), layer_rect); 190 StopRecording(picture.get(), canvas); 193 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); 207 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 208 SkCanvas* canvas = StartRecording(picture.get(), layer_rect) 260 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 306 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 357 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 407 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 449 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 510 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 560 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 627 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local 660 skia::RefPtr<SkPicture> picture = skia::AdoptRef(new SkPicture); local [all...] |
lazy_pixel_ref_utils.h | 25 SkPicture* picture,
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 33 This function performs conditional deblocking on a complete picture. 59 This function allocates and initializes the decoded picture buffer structure based on 65 \param "PicWidthInMbs" "Width of the picture in the unit of MBs." 80 This function finds empty frame in the decoded picture buffer to be used for the 81 current picture, initializes the corresponding picture structure with Sl, Scb, Scr, 89 This function finds empty frame in the decoded picture buffer to be used for the 90 current picture, initializes the corresponding picture structure with Sl, Scb, Scr, 93 \param "CurrPicNum" "Current picture number (only used in decoder). [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
ImageGoodnessFilterTest.java | 30 String AWFUL_STRING = "Awful Picture"; 31 String BAD_STRING = "Bad Picture"; 32 String OK_STRING = "Ok Picture"; 33 String GOOD_STRING = "Good Picture!"; 34 String GREAT_STRING = "Great Picture!"; 64 assertEquals("Awful Picture", (String) getOutputFrame("goodOrBadPic").asFrameValue(). 92 assertEquals("Bad Picture", (String) getOutputFrame("goodOrBadPic").asFrameValue(). 120 assertEquals("Ok Picture", (String) getOutputFrame("goodOrBadPic").asFrameValue(). 148 assertEquals("Good Picture!", (String) getOutputFrame("goodOrBadPic").asFrameValue(). 176 assertEquals("Great Picture!", (String) getOutputFrame("goodOrBadPic").asFrameValue() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 69 "Picture: getExternalStoragePublicDirectory", 86 "Picture getExternalFilesDir", 180 // Create a path where we will place our picture in the user's 193 // Very simple code to copy a picture from the application's 195 // no error checking, and assumes the picture is small (does not 224 // Create a path where we will place our picture in the user's 234 // Create a path where we will place our picture in the user's 237 // picture doesn't exist. 247 // Create a path where we will place our picture in our own private 249 // picture in DIRECTORY_PICTURES, since the media scanner will se [all...] |
/external/chromium_org/cc/test/ |
fake_picture_pile_impl.cc | 87 scoped_refptr<Picture> picture(Picture::Create(bounds)); 88 picture->Record(&client_, tile_grid_info_); 89 picture->GatherPixelRefs(tile_grid_info_); 90 picture_map_[std::pair<int, int>(x, y)].SetPicture(picture);
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8li.h | 28 const WebPPicture* pic_; // input picture. 53 // Encodes the picture. 54 // Returns 0 if config or picture is NULL or picture doesn't have valid argb 57 const WebPPicture* const picture); 61 const WebPPicture* const picture,
|
/external/webp/src/enc/ |
vp8li.h | 28 const WebPPicture* pic_; // input picture. 53 // Encodes the picture. 54 // Returns 0 if config or picture is NULL or picture doesn't have valid argb 57 const WebPPicture* const picture); 61 const WebPPicture* const picture,
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
BitmapUtil.java | 29 * Returns Width or Height of the picture, depending on which size is smaller. Doesn't actually 30 * decode the picture, so it is pretty efficient to run. 35 // don't actually decode the picture, just return its bounds 44 * Finds the optimal sampleSize for loading the picture 45 * @param originalSmallerExtent Width or height of the picture, whichever is smaller 58 // unfortunate cases where e.g. a 720 picture is requested for 362 and not down-sampled at
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Pictures.java | 37 private Picture mPicture; 56 mPicture = new Picture(); 77 canvas.drawPicture(Picture.createFromStream(is));
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
edit_avatar.html | 19 <title>SampleSync: Edit Picture</title> 23 <h1>SampleSync: Edit Picture</h1> 30 <i>You haven't added a picture for this friend...</i>
|
/external/skia/gm/ |
pictureimagefilter.cpp | 61 // Draw the picture unscaled. 65 // Draw an unscaled subset of the source picture. 69 // Draw the picture to an empty rect (should draw nothing).
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiTest.java | 23 import android.graphics.Picture; 234 Picture picture = webViewOnUiThread.capturePicture(); local 235 if (picture == null || picture.getHeight() <= 0 || picture.getWidth() <= 0) { 238 bitmap = Bitmap.createBitmap(picture.getWidth(), picture.getHeight(), 241 picture.draw(canvas);
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
change_picture_options.html | 1 <div id="change-picture-page" class="page hidden">
|
/external/chromium-trace/trace-viewer/src/cc/ |
picture_view_test_data.js | 13 'name': 'cc::Picture',
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwPicture.java | 8 import android.graphics.Picture; 19 class AwPicture extends Picture { 23 // There is no explicit destroy method on Picture base-class, so cleanup is always 55 // Intentional no-op. The native picture ended recording prior to java c'tor call.
|
/external/chromium_org/chrome/browser/profiles/ |
profile_downloader.h | 27 // Downloads user profile information. The profile picture is decoded in a 65 // On successful download this returns the profile picture of the user. 66 // For users with no profile picture set (that is, they have the default 67 // profile picture) this will return an Null bitmap. 70 // Gets the profile picture status. 73 // Gets the URL for the profile picture. This can be cached so that the same 74 // picture is not downloaded multiple times. This value should only be used 75 // when the picture status is PICTURE_SUCCESS. 110 // Returns true if the image url is url of the default profile picture.
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_video_decoder.h | 67 struct pipe_picture_desc *picture); 74 struct pipe_picture_desc *picture, 83 struct pipe_picture_desc *picture, 93 struct pipe_picture_desc *picture);
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestMultiRenderTarget.java | 48 import com.jme3.ui.Picture; 55 private Picture display1, display2, display3, display4; 57 private Picture display; 79 display1 = new Picture("Picture"); 81 display2 = (Picture) display1.clone(); 82 display3 = (Picture) display1.clone(); 83 display4 = (Picture) display1.clone(); 84 display = (Picture) display1.clone();
|
/external/mesa3d/src/gallium/include/pipe/ |
p_video_decoder.h | 67 struct pipe_picture_desc *picture); 74 struct pipe_picture_desc *picture, 83 struct pipe_picture_desc *picture, 93 struct pipe_picture_desc *picture);
|
/external/skia/dm/ |
DMSerializeTask.h | 10 // Record a picture, serialize it, deserialize it, then draw it and compare to reference bitmap.
|