Home
last modified time | relevance | path

Searched refs:pictures (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dc93.c28 AVFrame *pictures[2]; member
54 av_frame_free(&c93->pictures[0]); in decode_end()
55 av_frame_free(&c93->pictures[1]); in decode_end()
65 s->pictures[0] = av_frame_alloc(); in decode_init()
66 s->pictures[1] = av_frame_alloc(); in decode_init()
67 if (!s->pictures[0] || !s->pictures[1]) in decode_init()
129 AVFrame * const newpic = c93->pictures[c93->currentpic]; in decode_frame()
130 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame()
/third_party/skia/tests/
H A DAnimatedImageTest.cpp252 std::vector<sk_sp<SkPicture>> pictures(frameCount); in DEF_TEST()
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/skia/experimental/docs/
H A DexampleSlides.js316 var pictures = {
368 { "draw":"pictures.xaxis", "paint":"paints.picture" },
369 { "draw":"pictures.yaxis", "paint":"paints.picture" }
417 { "draw":"pictures.trivialWedgeText", "paint":"paints.picture" }
420 { "draw":"pictures.trivialWedgeSpans", "paint":"paints.picture" }
425 { "draw":"pictures.sectorText" },
426 { "draw":"pictures.xaxis" }
429 { "draw":"pictures.yaxis" }
432 { "draw":"pictures.sectorXYA" }
435 { "draw":"pictures
[all...]

Completed in 2 milliseconds