Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/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 …]
/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/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/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/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/uboot/u-boot-2020.01/arch/arm/dts/
Dzynqmp-a2197-revA.dts45 i2c-mux@74 { /* this cover MGT board */
70 i2c-mux@74 { /* This cover processor board */
/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/uboot/u-boot-2020.01/tools/patman/
Dseries.py37 self.cover = None
131 if self.cover:
132 print('Cover: %d lines' % len(self.cover))
DREADME10 - Inserts a cover letter with change lists
40 series should be sent, cover letter, version, etc. Most of these are
195 Sets the cover letter contents for the series. The first line
196 will become the subject of the cover letter
199 Additional email addresses / aliases to send cover letter to (you
209 together and put after the cover letter. Can appear multiple
242 change list and also the whole thing is repeated in the cover
307 If you have a cover letter it will get sent to the union of the Patch-cc
313 These people will get the cover letter even if they are not on the To/Cc
394 the cover letter. Note that patman's tags are automatically removed so that
[all …]
Dpatchstream.py122 self.series.cover = self.section
193 self.series.cover = self.section
215 self.series.cover = self.section
566 text = series.cover
/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/pixman/test/
DMakefile.sources30 cover-test \
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dwidgets.dart40 fit: BoxFit.cover,
137 fit: BoxFit.cover,
/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/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/uboot/u-boot-2020.01/Licenses/
DExceptions5 this does *not* cover the so-called "standalone" applications that
/third_party/node/deps/npm/node_modules/debug/
DMakefile36 @istanbul cover node_modules/mocha/bin/_mocha -- test/**.js
/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/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/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>>...21