Home
last modified time | relevance | path

Searched refs:pictures (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshape.c44 LoadedPicture* pictures; in main() local
73 pictures = (LoadedPicture *)SDL_malloc(sizeof(LoadedPicture)*num_pictures); in main()
74 if (!pictures) { in main()
79 pictures[i].surface = NULL; in main()
81 pictures[i].surface = SDL_LoadBMP(argv[i+1]); in main()
82 pictures[i].name = argv[i+1]; in main()
83 if(pictures[i].surface == NULL) { in main()
86 SDL_FreeSurface(pictures[j].surface); in main()
87 SDL_free(pictures); in main()
93 format = pictures[i].surface->format; in main()
[all …]
/third_party/flutter/skia/gm/
Dmultipicturedraw.cpp277 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]);
280 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in no_clip()
281 canvas->drawPicture(pictures[0]); in no_clip()
285 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in rect_clip()
286 canvas->drawPicture(pictures[0]); in rect_clip()
288 SkRect rect = pictures[0]->cullRect(); in rect_clip()
293 canvas->drawPicture(pictures[1]); in rect_clip()
297 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { in rrect_clip()
298 canvas->drawPicture(pictures[0]); in rrect_clip()
300 SkRect rect = pictures[0]->cullRect(); in rrect_clip()
[all …]
/third_party/ffmpeg/libavcodec/
Dc93.c27 AVFrame *pictures[2]; member
53 av_frame_free(&c93->pictures[0]); in decode_end()
54 av_frame_free(&c93->pictures[1]); in decode_end()
64 s->pictures[0] = av_frame_alloc(); in decode_init()
65 s->pictures[1] = av_frame_alloc(); in decode_init()
66 if (!s->pictures[0] || !s->pictures[1]) in decode_init()
128 AVFrame * const newpic = c93->pictures[c93->currentpic]; in decode_frame()
129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Dlayer_tree.dart18 /// pictures are registered with the raster cache as potential candidates
20 /// attempt to register pictures to cache.
45 /// A cache of pre-rastered pictures.
60 /// A cache of pictures, which is shared between successive frames.
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_queue.adoc159 …specify the decode output picture, reconstructed picture, and reference pictures, respectively, us…
175 …Resource` member. Hence this parameter can be used to add new reference pictures to the DPB, and c…
181 Implementations diverge in the way they handle reconstructed pictures:
191 * One or more images that will contain the reference pictures associated with the DPB.
192 …* An additional image usable as the decode output picture (if not all decoded pictures are expecte…
194pictures, then the DPB image(s) that may be used as a reconstructed picture in a video decode oper…
212 …cation can avoid having two copies of the decoded pictures, even if they are used as reference pic…
219 If the video session allows, reference pictures can be specified in the `pReferenceSlots` array to …
221pictures, currently associated with the DPB slot specified in the element's `slotIndex` member and…
227 The image subresources backing the reference pictures have to be in the new `VK_IMAGE_LAYOUT_VIDEO_…
[all …]
DVK_KHR_video_decode_h264.adoc25 …fy H.264 reference picture information specific to the active reference pictures and optional reco…
76 … while `pictureLayout` provides information about the representation of pictures usable with a vid…
182 Picture information specific to H.264 for the active reference pictures and the optional reconstruc…
202 | 1 | 1 | both fields (for active reference pictures only)
205pictures provided in `VkVideoDecodeInfo::pReferenceSlots` and is needed to allow the application t…
207 … complete unsuccessfully and will cause the output pictures (decode output and reconstructed pictu…
355 === Record H.264 decode operation (without reconstructed picture setup or reference pictures)
489 …here a need for the application to specify the offset of individual slices of the decoded pictures?
498 …nterlaced picture layout can be used to decode field pictures, as well as progressive frame pictur…
513 … of an interlaced frame can be included in the list of active reference pictures differs depending…
DVK_KHR_video_queue.adoc115pictures. Such reference pictures are used by video coding operations to provide predictions of th…
117pictures. In case of typical progressive content each DPB slot usually refers to a single picture …
119 DPB slots can be activated with reference pictures in response to video coding operations requestin…
130 … profiles, or use cases that do not require or do not support reference pictures at all. In such c…
178 …* The maximum number of reference pictures that can be used in a single operation (`maxActiveRefer…
186 * The size of the decoded or encoded pictures
188 * The number of reference pictures in use
384 …nes the set of resources that can be used as reconstructed or reference pictures by video coding o…
388 …ce = NULL`). Deactivating the DPB slot removes all associated reference pictures which allows the …
432 …nce. This will cause subsequent video coding operations using reference pictures associated with t…
[all …]
/third_party/flutter/skia/tests/
DAnimatedImageTest.cpp138 std::vector<sk_sp<SkPicture>> pictures(frameCount); in DEF_TEST() local
145 pictures[i].reset(animatedImage->newPictureSnapshot()); in DEF_TEST()
146 canvas.drawPicture(pictures[i]); in DEF_TEST()
165 canvas.drawPicture(pictures[i]); in DEF_TEST()
/third_party/skia/tests/
DAnimatedImageTest.cpp252 std::vector<sk_sp<SkPicture>> pictures(frameCount); in DEF_TEST() local
259 pictures[i].reset(animatedImage->newPictureSnapshot()); in DEF_TEST()
260 canvas.drawPicture(pictures[i]); in DEF_TEST()
279 canvas.drawPicture(pictures[i]); in DEF_TEST()
/third_party/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt15 1. The origin of the pictures must not be misrepresented; you must not claim that you took the orig…
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt15 1. The origin of the pictures must not be misrepresented; you must not claim that you took the orig…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt15 1. The origin of the pictures must not be misrepresented; you must not claim that you took the orig…
/third_party/cups-filters/filter/braille/filters/
DTODO.txt1 Add title option for pictures
/third_party/gstreamer/gstreamer/docs/random/company/
Dtime13 samples have been processed. If a webcam claims to deliver 25 pictures/sec a
14 second has elapsed after processing 25 pictures. This concept is useful in
/third_party/ffmpeg/doc/
Dmultithreading.txt10 It accepts N future frames and delays decoded pictures by N-1 frames.
35 * Codecs can only accept entire pictures per packet.
Dlexicon10 gop: group of pictures
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dperformance_overlay.dart59 /// For example, if you want a trace of all pictures that could not be
61 /// jank), specify 1. Specifying 2 will trace all pictures that took more
63 /// the particularly expensive pictures while skipping the others. Specifying
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_h265_extensions.txt71 pictures the implementation supports in the reference list L0 for P
72 pictures.
74 pictures the implementation supports in the reference list L0 for B
75 pictures.
76 The reported value is `0` if encoding of B pictures is not supported.
77 * pname:maxNumL1Reference reports the maximum number of reference pictures
79 pictures is supported.
80 The reported value is `0` if encoding of B pictures is not supported.
452 * pname:referenceList0EntryCount is the number of reference pictures in
459 * pname:referenceList1EntryCount is the number of reference pictures in
[all …]
Dvideo_decode_extensions.txt18 <<reference-picture,reference>> pictures must: be queried and chosen
32 <<reference-picture,reference (DPB)>> pictures, the
38 <<reference-picture,reference>> pictures.
218 pictures>> or <<video-picture-decode-no-reference-picture-no-slot-update,
219 without reference pictures>> is required, the flink:vkCmdDecodeVideoKHR
319 pictures that will be used when this decoding operation is executing.
Dvideo_encode_h264_extensions.adoc74 reference pictures the implementation supports in the reference list L0
75 for P pictures.
77 reference pictures the implementation supports in the reference list L0
78 for B pictures.
79 The reported value is `0` if encoding of B pictures is not supported.
81 pictures the implementation supports in the reference list L1 if
82 encoding of B pictures is supported.
83 The reported value is `0` if encoding of B pictures is not supported.
517 * pname:referenceList0EntryCount is the number of reference pictures in
532 * pname:referenceList1EntryCount is the number of reference pictures in
[all …]
Dvideo_encode_h265_extensions.adoc80 reference pictures the implementation supports in the reference list L0
81 for P pictures.
83 reference pictures the implementation supports in the reference list L0
84 for B pictures.
85 The reported value is `0` if encoding of B pictures is not supported.
87 pictures the implementation supports in the reference list L1 if
88 encoding of B pictures is supported.
89 The reported value is `0` if encoding of B pictures is not supported.
609 * pname:referenceList0EntryCount is the number of reference pictures in
617 * pname:referenceList1EntryCount is the number of reference pictures in
[all …]
Dvideo_decode_extensions.adoc10 buffer and zero or more reference pictures, and produce a _decode output
16 Such decode output pictures can be shared with the <<dpb,Decoded Picture
33 active reference pictures>> with access
77 <<decode-active-reference-picture-info,active reference pictures>> and
114 applying any prediction data read from the <<active-reference-pictures,
115 active reference pictures>> in the process;
223 The list of <<active-reference-pictures,active reference pictures>> used by
282 active reference pictures used by the video decode operation.
300 active reference pictures, as described in the
763 <<active-reference-pictures, active reference pictures>>).
/third_party/skia/experimental/docs/
DexampleSlides.js316 var pictures = { variable
/third_party/flutter/skia/experimental/docs/
DexampleSlides.js316 var pictures = { variable
/third_party/alsa-lib/doc/
DMakefile.am1 SUBDIRS=pictures subdir

1234