Home
last modified time | relevance | path

Searched defs:Picture (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegpicture.h45 typedef struct Picture { struct
46 struct AVFrame *f;
47 ThreadFrame tf;
49 AVBufferRef *qscale_table_buf;
50 int8_t *qscale_table;
52 AVBufferRef *motion_val_buf[2];
53 int16_t (*motion_val[2])[2];
55 AVBufferRef *mb_type_buf;
56 uint32_t *mb_type; ///< types and macros are defined in mpegutils.h
58 AVBufferRef *mbskip_table_buf;
[all …]
Dvideotoolbox.h34 #define Picture QuickdrawPicture macro
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpicture_recorder.h17 class Picture; variable
Dpicture.cc17 Picture::Picture(SkiaGPUObject<SkPicture> picture) in Picture() function in flutter::Picture
/third_party/flutter/skia/include/effects/
DSkImageFilters.h266 static sk_sp<SkImageFilter> Picture(sk_sp<SkPicture> pic) { in Picture() function
/third_party/skia/include/core/
DSkPictureRecorder.h17 class Picture; variable
/third_party/flutter/skia/include/core/
DSkPictureRecorder.h17 class Picture; variable
/third_party/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp54 sk_sp<SkImageFilter> SkImageFilters::Picture(sk_sp<SkPicture> pic, const SkRect& targetRect) { in Picture() function in SkImageFilters
/third_party/skia/include/effects/
DSkImageFilters.h330 static sk_sp<SkImageFilter> Picture(sk_sp<SkPicture> pic) { in Picture() function
/third_party/flutter/skia/src/effects/imagefilters/
DSkImageFilters.cpp178 sk_sp<SkImageFilter> SkImageFilters::Picture(sk_sp<SkPicture> pic, const SkRect& targetRect) { in Picture() function in SkImageFilters
/third_party/flutter/skia/tests/
DPictureTest.cpp568 DEF_TEST(Picture, reporter) { in DEF_TEST() argument
/third_party/skia/tests/
DPictureTest.cpp516 DEF_TEST(Picture, reporter) { in DEF_TEST() argument
/third_party/skia/modules/canvaskit/
Dexterns.js632 Picture: { property