Home
last modified time | relevance | path

Searched refs:wcap (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/wcap/
DREADME10 pressing MOD+R again. Currently this leaves a capture.wcap file in
12 and Weston comes with the wcap-decode tool to convert the wcap file
20 wcap-decode takes a number of options and a wcap file as its
25 [krh@minato weston]$ wcap-snapshot capture.wcap
26 wcap file: size 1024x640, 176 frames
27 [krh@minato weston]$ wcap-snapshot capture.wcap 20
28 wrote wcap-frame-20.png
29 wcap file: size 1024x640, 176 frames
31 - Decode and the wcap file and dump it as a YUV4MPEG2 stream on
39 [krh@minato weston]$ wcap-decode --yuv4mpeg2 ../capture.wcap |
[all …]
Dmeson.build1 if not get_option('wcap-decode')
7 'wcap-decode.c',
12 error('wcap requires cairo which was not found. Or, you can use \'-Dwcap-decode=false\'.')
16 'wcap-decode',
/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h250 int32_t wcap = UPRV_LENGTHOF(ws); in prepareLinesForStd() local
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd()
262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd()
/third_party/weston/
Dmeson.build165 subdir('wcap') subdir
Dmeson_options.txt201 'wcap-decode',
/third_party/icu/icu4c/source/test/cintltst/
Dcustrtrn.c1388 int32_t wcap = UPRV_LENGTHOF(ws); in Test_widestrs() local
1402 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs()