Home
last modified time | relevance | path

Searched refs:slides (Results 1 – 25 of 51) sorted by relevance

123

/external/skqp/resources/lua/
Dslides_utils.lua49 function pretty_print_slides(slides)
51 for i = 1, #slides do
52 pretty_print_slide(slides[i])
62 function flush(slides, block)
64 slides[#slides + 1] = block
71 local slides = {}
77 block = flush(slides, block)
98 flush(slides, block)
100 return slides
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_utils.lua49 function pretty_print_slides(slides)
51 for i = 1, #slides do
52 pretty_print_slide(slides[i])
62 function flush(slides, block)
64 slides[#slides + 1] = block
71 local slides = {}
77 block = flush(slides, block)
98 flush(slides, block)
100 return slides
/external/python/cpython2/Doc/includes/
Dminidom-example.py31 slides = slideshow.getElementsByTagName("slide")
32 handleToc(slides)
33 handleSlides(slides)
36 def handleSlides(slides): argument
37 for slide in slides:
59 def handleToc(slides): argument
60 for slide in slides:
/external/python/cpython3/Doc/includes/
Dminidom-example.py31 slides = slideshow.getElementsByTagName("slide")
32 handleToc(slides)
33 handleSlides(slides)
36 def handleSlides(slides): argument
37 for slide in slides:
59 def handleToc(slides): argument
60 for slide in slides:
/external/webrtc/api/test/
Dcreate_peer_connection_quality_test_frame_generator.cc79 std::vector<std::string> slides = screen_share_config.slides_yuv_file_names; in CreateScreenShareFrameGenerator() local
80 if (slides.empty()) { in CreateScreenShareFrameGenerator()
84 slides.push_back(test::ResourcePath("web_screenshot_1850_1110", "yuv")); in CreateScreenShareFrameGenerator()
85 slides.push_back(test::ResourcePath("presentation_1850_1110", "yuv")); in CreateScreenShareFrameGenerator()
86 slides.push_back(test::ResourcePath("photo_1850_1110", "yuv")); in CreateScreenShareFrameGenerator()
87 slides.push_back(test::ResourcePath("difficult_photo_1850_1110", "yuv")); in CreateScreenShareFrameGenerator()
92 slides, video_config.width, video_config.height, in CreateScreenShareFrameGenerator()
100 Clock::GetRealTimeClock(), slides, in CreateScreenShareFrameGenerator()
Dvideo_quality_test_fixture.h78 std::vector<std::string> slides; member
/external/webrtc/test/scenario/
Dvideo_stream.cc276 VideoStreamConfig::Source::Slides slides, in CreateImageSlideGenerator() argument
278 std::vector<std::string> paths = slides.images.paths; in CreateImageSlideGenerator()
281 if (slides.images.crop.width || slides.images.crop.height) { in CreateImageSlideGenerator()
283 slides.change_interval - slides.images.crop.scroll_duration; in CreateImageSlideGenerator()
285 int crop_width = slides.images.crop.width.value_or(slides.images.width); in CreateImageSlideGenerator()
286 int crop_height = slides.images.crop.height.value_or(slides.images.height); in CreateImageSlideGenerator()
287 RTC_CHECK_LE(crop_width, slides.images.width); in CreateImageSlideGenerator()
288 RTC_CHECK_LE(crop_height, slides.images.height); in CreateImageSlideGenerator()
290 clock, paths, slides.images.width, slides.images.height, crop_width, in CreateImageSlideGenerator()
291 crop_height, slides.images.crop.scroll_duration.ms(), in CreateImageSlideGenerator()
[all …]
Dvideo_stream_unittest.cc54 c->source.slides.images.crop.width = 320; in TEST()
55 c->source.slides.images.crop.height = 240; in TEST()
Dscenario_config.h101 } slides; member
/external/skqp/site/user/sample/
Dviewer.md3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S…
9 Some slides require resources stored outside the program. These resources are stored in the `<skia-…
25 Other useful command-line options: using `--match <pattern>` will load only SKPs or slides matching…
31 &#x2190; &#x2192; | Move between the slides
60 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and
67 individual slides on a device by launching via `ios-deploy` with the `--match`
/external/skia/site/docs/user/sample/
Dviewer.md8 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S…
14 Some slides require resources stored outside the program. These resources are stored in the `<skia-…
31 Other useful command-line options: using `--match <pattern>` will load only SKPs or slides
43 ← → | Move between the slides
80 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and
101 On iOS the Viewer provides basic touch functionality: you can view slides,
103 yet support for display options or selecting from a list of slides.
/external/webrtc/video/
Dscreenshare_loopback.cc303 slides,
307 std::vector<std::string> slides; in Slides() local
309 rtc::tokenize(slides_list, ',', &slides); in Slides()
310 return slides; in Slides()
346 params.screenshare[0].slides = Slides(); in Loopback()
Dsv_loopback.cc213 slides,
501 std::vector<std::string> slides; in Slides() local
503 rtc::tokenize(slides_list, ',', &slides); in Slides()
504 return slides; in Slides()
663 params.screenshare[screenshare_idx].slides = Slides(); in Loopback()
Dvideo_quality_test.cc1053 std::vector<std::string> slides = params_.screenshare[video_idx].slides; in CreateFrameGenerator() local
1054 if (slides.empty()) { in CreateFrameGenerator()
1055 slides.push_back(test::ResourcePath("web_screenshot_1850_1110", "yuv")); in CreateFrameGenerator()
1056 slides.push_back(test::ResourcePath("presentation_1850_1110", "yuv")); in CreateFrameGenerator()
1057 slides.push_back(test::ResourcePath("photo_1850_1110", "yuv")); in CreateFrameGenerator()
1058 slides.push_back(test::ResourcePath("difficult_photo_1850_1110", "yuv")); in CreateFrameGenerator()
1063 slides, kWidth, kHeight, in CreateFrameGenerator()
1078 clock_, slides, kWidth, kHeight, params_.video[video_idx].width, in CreateFrameGenerator()
/external/bcc/
DLINKS.md11 …/fosdem.org/2017/schedule/event/go_bpf/attachments/slides/1681/export/events/attachments/go_bpf/sl…
27 …n BPF Do For You?](https://events.linuxfoundation.org/sites/events/files/slides/iovisor-lc-bof-201…
/external/skia/tools/sk_app/ios/
Dmain_ios.mm77 // Need to handle animated slides/redraw mode, so we need something that will wake up the
/external/skia/tools/viewer/
DSlideDir.cpp265 SlideDir::SlideDir(const SkString& name, SkTArray<sk_sp<Slide>>&& slides, int columns) in SlideDir() argument
266 : fSlides(std::move(slides)) in SlideDir()
/external/skqp/tools/viewer/
DSlideDir.cpp253 SlideDir::SlideDir(const SkString& name, SkTArray<sk_sp<Slide>>&& slides, int columns) in SlideDir() argument
254 : fSlides(std::move(slides)) in SlideDir()
/external/kotlinx.coroutines/
DREADME.md63 …ww.youtube.com/watch?v=_hfBv0a09Jc) (Roman Elizarov at KotlinConf 2017, [slides](https://www.slide…
64 …ww.youtube.com/watch?v=YrrUCSi72E8) (Roman Elizarov at KotlinConf 2017, [slides](https://www.slide…
65 …ww.youtube.com/watch?v=a3agLJQ6vt8) (Roman Elizarov at KotlinConf 2018, [slides](https://www.slide…
/external/oboe/apps/fxlab/docs/
DDev-Guide.md44 the comb filter effects (FIR, IIR, allpass). The slides have a block diagram displaying the mathema…
/external/llvm-project/llvm/docs/
DMemTagSanitizer.rst93 * `LLVM Developer Meeting 2018 talk on Memory Tagging <https://llvm.org/devmtg/2018-10/slides/Sereb…
/external/minijail/
DREADME.md66 [slides](https://docs.google.com/presentation/d/e/2PACX-1vRBqpin5xR9sng6lIBPjG0XQtu-uWWgr0ds-M3zW13…
/external/XNNPACK/
DREADME.md92 …sion (ECV) 2019](https://sites.google.com/corp/view/ecv2019/) workshop ([slides](https://drive.goo…
/external/llvm-project/clang/docs/
DIntroductionToTheClangAST.rst14 `Slides <https://llvm.org/devmtg/2013-04/klimek-slides.pdf>`_
/external/clang/docs/
DIntroductionToTheClangAST.rst14 `Slides <http://llvm.org/devmtg/2013-04/klimek-slides.pdf>`_

123