Home
last modified time | relevance | path

Searched refs:cover (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/third_party/ffmpeg/tests/fate/
Dcover-art.mak1 FATE_COVER_ART-$(CONFIG_APE_DEMUXER) += fate-cover-art-ape
2 fate-cover-art-ape: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/luckynight_cover.ape -an -c:v copy -f …
3 fate-cover-art-ape: REF = 45333c983c45af54449dff10af144317
5 FATE_COVER_ART-$(CONFIG_FLAC_DEMUXER) += fate-cover-art-flac
6 fate-cover-art-flac: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/cover_art.flac -an -c:v copy -f rawvi…
7 fate-cover-art-flac: REF = 0de1fc6200596fa32b8f7300a14c0261
9 FATE_COVER_ART-$(CONFIG_MOV_DEMUXER) += fate-cover-art-m4a
10 fate-cover-art-m4a: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a -an -c:v cop…
11 fate-cover-art-m4a: REF = 08ba70a3b594ff6345a93965e96a9d3e
13 FATE_COVER_ART-$(CONFIG_OGG_DEMUXER) += fate-cover-art-ogg
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_cover_rect.c74 static void cover_rect(CoverContext *cover, AVFrame *in, int offx, int offy) in cover_rect() argument
80 const uint8_t *src = cover->cover_frame->data[p]; in cover_rect()
81 int w = AV_CEIL_RSHIFT(cover->cover_frame->width , !!p); in cover_rect()
82 int h = AV_CEIL_RSHIFT(cover->cover_frame->height, !!p); in cover_rect()
88 src += cover->cover_frame->linesize[p]; in cover_rect()
92 static void blur(CoverContext *cover, AVFrame *in, int offx, int offy) in blur() argument
101 int w = AV_CEIL_RSHIFT(cover->width , !!p); in blur()
102 int h = AV_CEIL_RSHIFT(cover->height, !!p); in blur()
138 CoverContext *cover = ctx->priv; in filter_frame() local
174 if (cover->cover_frame) { in filter_frame()
[all …]
/third_party/freetype/src/smooth/
Dftgrays.c414 TCoord cover; /* same with gray_TWorker.cover */ member
455 TCoord cover; member
513 cell->x, cell->cover, cell->area ); in gray_dump_cells()
551 cell->cover = ras.cover; in gray_record_cell()
561 cell->cover += ras.cover; in gray_record_cell()
584 if ( !ras.invalid && ( ras.area || ras.cover ) ) in gray_set_cell()
588 ras.cover = 0; in gray_set_cell()
659 ras.cover += delta; in gray_render_scanline()
683 ras.cover += delta; in gray_render_scanline()
696 ras.cover += dy; in gray_render_scanline()
[all …]
Dftsmooth.c347 unsigned int cover, sum; in ft_smooth_overlap_spans() local
357 cover = ( spans->coverage + SCALE * SCALE / 2 ) / ( SCALE * SCALE ); in ft_smooth_overlap_spans()
360 sum = dst[( spans->x + x ) / SCALE] + cover; in ft_smooth_overlap_spans()
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c415 TCoord cover; /* same with gray_TWorker.cover */ member
456 TCoord cover; member
514 cell->x, cell->cover, cell->area ); in gray_dump_cells()
552 cell->cover = ras.cover; in gray_record_cell()
562 cell->cover += ras.cover; in gray_record_cell()
585 if ( !ras.invalid && ( ras.area || ras.cover ) ) in gray_set_cell()
589 ras.cover = 0; in gray_set_cell()
660 ras.cover += delta; in gray_render_scanline()
684 ras.cover += delta; in gray_render_scanline()
697 ras.cover += dy; in gray_render_scanline()
[all …]
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/
Dbase.css156 .red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
167 .status-line.high, .high .cover-fill { background:rgb(77,146,33) }
172 .medium .cover-fill { background: #666; }
183 .cover-fill, .cover-empty {
190 .cover-empty {
193 .cover-full {
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c456 TCoord cover; /* same with gray_TWorker.cover */ member
529 ras.cell->cover = ADD_INT( ras.cell->cover, a ), \
559 cell->x, cell->cover, cell->area ); in gray_dump_cells()
618 cell->cover = 0; in gray_set_cell()
1488 TArea cover = 0; in gray_sweep() local
1498 if ( cover != 0 && cell->x > x ) in gray_sweep()
1500 FT_FILL_RULE( coverage, cover, fill ); in gray_sweep()
1504 cover += (TArea)cell->cover * ( ONE_PIXEL * 2 ); in gray_sweep()
1505 area = cover - cell->area; in gray_sweep()
1516 if ( cover != 0 ) /* only if cropped */ in gray_sweep()
[all …]
/third_party/node/deps/npm/node_modules/unique-filename/coverage/
Dbase.css159 span.cover-fill, span.cover-empty {
165 span.cover-fill {
169 span.cover-empty {
173 span.cover-full {
/third_party/python/Doc/howto/
Dindex.rst5 Python HOWTOs are documents that cover a single, specific topic,
6 and attempt to cover it fairly completely. Modelled on the Linux
/third_party/node/tools/gyp/
D.gitignore49 *.cover
50 *.py,cover
53 cover/
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dfitted_box_test.dart91 fit: BoxFit.cover,
122 fit: BoxFit.cover,
364 testWidgets('FittedBox layers - cover - horizontal', (WidgetTester tester) async {
371 fit: BoxFit.cover,
386 testWidgets('FittedBox layers - cover - vertical', (WidgetTester tester) async {
393 fit: BoxFit.cover,
/third_party/skia/third_party/externals/zlib/patches/
D0005-infcover-gtest.patch19 /* to use, do: ./configure --cover && make cover */
198 /* cover all of the lines in inflate.c up to inflate() */
212 /* cover all inflate() header and trailer cases and code after inflate() */
265 /* cover inflateBack() up to common deflate data cases and after those */
324 /* cover deflate data cases in both inflate() and inflateBack() */
335 /* cover remaining lines in inftrees.c */
381 /* cover remaining inffast.c decoding and window copying */
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
Dcoverage.txt8 5 WON'T - will not cover as this is undefined behavior
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1263 float dx, dy, dist2, cover; in sp_setup_point() local
1271 cover = 1.0F - (dist2 - rmin2) * cscale; in sp_setup_point()
1272 setup->quad[0].input.coverage[QUAD_TOP_LEFT] = MIN2(cover, 1.0f); in sp_setup_point()
1280 cover = 1.0F - (dist2 - rmin2) * cscale; in sp_setup_point()
1281 setup->quad[0].input.coverage[QUAD_TOP_RIGHT] = MIN2(cover, 1.0f); in sp_setup_point()
1289 cover = 1.0F - (dist2 - rmin2) * cscale; in sp_setup_point()
1290 setup->quad[0].input.coverage[QUAD_BOTTOM_LEFT] = MIN2(cover, 1.0f); in sp_setup_point()
1298 cover = 1.0F - (dist2 - rmin2) * cscale; in sp_setup_point()
1299 setup->quad[0].input.coverage[QUAD_BOTTOM_RIGHT] = MIN2(cover, 1.0f); in sp_setup_point()
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt62 "*_bbox_equal" cases set the bounding box to tightly cover the primitive
65 cases, the bounding box is set to cover only a subset of the pattern.
96 rendering result with bounding box set to cover full viewport and rendering
/third_party/python/Doc/library/
Demail.rst74 :mod:`~email.parser` and :mod:`~email.generator` components. Then we cover the
78 The next three sections cover the exceptions the package may raise and the
80 detect. Then we cover the :mod:`~email.headerregistry` and the
92 class, cover the legacy :data:`~email.policy.compat32` API that deals much more
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dwidgets.dart40 fit: BoxFit.cover,
137 fit: BoxFit.cover,
/third_party/pixman/test/
DMakefile.sources30 cover-test \
/third_party/boost/libs/geometry/doc/generated/
Dcovered_by.qbk33 …metry Concept ] [geometry2] [A model of the specified concept which might cover the first geometry…
75 …metry Concept ] [geometry2] [A model of the specified concept which might cover the first geometry…
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
DREADME9 In details, page-poisoning is designed to cover all of possible userspace page
/third_party/node/deps/npm/node_modules/debug/
DMakefile36 @istanbul cover node_modules/mocha/bin/_mocha -- test/**.js
/third_party/libuv/docs/src/guide/
Dintroduction.rst7 It is meant to cover the main areas of libuv, but is not a comprehensive
28 this you will require some other resources as the book does not cover parts
/third_party/gstreamer/gstreamer/docs/random/
Dcaps_grammar7 - SIMPLE_STRINGs should cover most simple cases that don't interfere
/third_party/boost/libs/phoenix/doc/starter_kit/
Dmore.qbk13 It is meant only to cover enough ground to get you into high gear as quickly as
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/
Dmetaprogrammg1.md26 approach than alternatives. We shall briefly cover those at the end of this section.

12345678910>>...23