Home
last modified time | relevance | path

Searched refs:cspan (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgo.rst49 - :cspan:`4` Memory
79 - :cspan:`4` ...
85 - :cspan:`4` ...
91 - :cspan:`4` ...
100 - :cspan:`4` Memory
116 - :cspan:`4` ...
125 - :cspan:`4` Memory
137 - :cspan:`4` Y sum [31:0]
141 - :cspan:`4` ...
150 - :cspan:`4` Memory
[all …]
H A Dpixfmt-meta-vsp1-hgt.rst87 - :cspan:`4` Memory
99 - :cspan:`4` S sum [31:0]
101 - :cspan:`4` Histogram bucket (m=0, n=0) [31:0]
103 - :cspan:`4` Histogram bucket (m=0, n=1) [31:0]
105 - :cspan:`4` ...
109 - :cspan:`4` Histogram bucket (m=1, n=0) [31:0]
111 - :cspan:`4` ...
115 - :cspan:`4` ...
119 - :cspan:`4` ...
123 - :cspan:`4` ...
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgo.rst49 - :cspan:`4` Memory
79 - :cspan:`4` ...
85 - :cspan:`4` ...
91 - :cspan:`4` ...
100 - :cspan:`4` Memory
116 - :cspan:`4` ...
125 - :cspan:`4` Memory
137 - :cspan:`4` Y sum [31:0]
141 - :cspan:`4` ...
150 - :cspan:`4` Memory
[all …]
H A Dpixfmt-meta-vsp1-hgt.rst87 - :cspan:`4` Memory
99 - :cspan:`4` S sum [31:0]
101 - :cspan:`4` Histogram bucket (m=0, n=0) [31:0]
103 - :cspan:`4` Histogram bucket (m=0, n=1) [31:0]
105 - :cspan:`4` ...
109 - :cspan:`4` Histogram bucket (m=1, n=0) [31:0]
111 - :cspan:`4` ...
115 - :cspan:`4` ...
119 - :cspan:`4` ...
123 - :cspan:`4` ...
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgo.rst49 - :cspan:`4` Memory
79 - :cspan:`4` ...
85 - :cspan:`4` ...
91 - :cspan:`4` ...
100 - :cspan:`4` Memory
116 - :cspan:`4` ...
125 - :cspan:`4` Memory
137 - :cspan:`4` Y sum [31:0]
141 - :cspan:`4` ...
150 - :cspan:`4` Memory
[all …]
H A Dpixfmt-meta-vsp1-hgt.rst87 - :cspan:`4` Memory
99 - :cspan:`4` S sum [31:0]
101 - :cspan:`4` Histogram bucket (m=0, n=0) [31:0]
103 - :cspan:`4` Histogram bucket (m=0, n=1) [31:0]
105 - :cspan:`4` ...
109 - :cspan:`4` Histogram bucket (m=1, n=0) [31:0]
111 - :cspan:`4` ...
115 - :cspan:`4` ...
119 - :cspan:`4` ...
123 - :cspan:`4` ...
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-tablecell.c483 gint rspan, cspan; member
499 undo->cspan = cspan; in move_cell_rd_undo_new()
668 gint cspan, in expand_cspan() argument
678 for (c = cell->col + cell->cspan; c < MIN (cell->col + cspan, table->totalCols); c++) in expand_cspan()
705 cell->cspan = cspan; in expand_cspan()
759 gint cspan, in collapse_cspan() argument
767 for (c = cell->col + cspan; c < cell->col + cell->cspan; c++) in collapse_cspan()
775 cell->cspan = cspan; in collapse_cspan()
788 if (cell->cspan == cspan) in html_engine_set_cspan()
792 if (cspan > cell->cspan) in html_engine_set_cspan()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h218 ImageBuf OIIO_API fill (cspan<float> top, cspan<float> bottom,
220 ImageBuf OIIO_API fill (cspan<float> topleft, cspan<float> topright,
221 cspan<float> bottomleft, cspan<float> bottomright,
225 bool OIIO_API fill (ImageBuf &dst, cspan<float> top, cspan<float> bottom,
228 cspan<float> bottomleft, cspan<float> bottomright,
239 cspan<float> color1, cspan<float> color2,
244 cspan<float> color1, cspan<float> color2,
972 cspan<float> black=0.0f, cspan<float> white=1.0f,
973 cspan<float> min=0.0f, cspan<float> max=1.0f,
978 cspan<float> black=0.0f, cspan<float> white=1.0f,
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h218 ImageBuf OIIO_API fill (cspan<float> top, cspan<float> bottom,
220 ImageBuf OIIO_API fill (cspan<float> topleft, cspan<float> topright,
221 cspan<float> bottomleft, cspan<float> bottomright,
225 bool OIIO_API fill (ImageBuf &dst, cspan<float> top, cspan<float> bottom,
228 cspan<float> bottomleft, cspan<float> bottomright,
239 cspan<float> color1, cspan<float> color2,
244 cspan<float> color1, cspan<float> color2,
972 cspan<float> black=0.0f, cspan<float> white=1.0f,
973 cspan<float> min=0.0f, cspan<float> max=1.0f,
978 cspan<float> black=0.0f, cspan<float> white=1.0f,
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dspan_test.cpp23 cspan<float> a(A); in test_span()
49 OIIO_CHECK_ASSERT(cspan<float>(v123) == cspan<float>(v123)); in test_span()
50 OIIO_CHECK_ASSERT(false == (cspan<float>(v123) != cspan<float>(v123))); in test_span()
51 OIIO_CHECK_ASSERT(cspan<float>(v123) != cspan<float>(v12)); in test_span()
52 OIIO_CHECK_ASSERT(false == (cspan<float>(v123) == cspan<float>(v12))); in test_span()
53 OIIO_CHECK_ASSERT(cspan<float>(v123) != cspan<float>(v124)); in test_span()
84 test_span_initlist_called(cspan<float> a) in test_span_initlist_called()
331 std::is_same<OIIO::cspan<float>, OIIO::array_view<const float>>::value)); in main()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dspan_test.cpp23 cspan<float> a(A); in test_span()
49 OIIO_CHECK_ASSERT(cspan<float>(v123) == cspan<float>(v123)); in test_span()
50 OIIO_CHECK_ASSERT(false == (cspan<float>(v123) != cspan<float>(v123))); in test_span()
51 OIIO_CHECK_ASSERT(cspan<float>(v123) != cspan<float>(v12)); in test_span()
52 OIIO_CHECK_ASSERT(false == (cspan<float>(v123) == cspan<float>(v12))); in test_span()
53 OIIO_CHECK_ASSERT(cspan<float>(v123) != cspan<float>(v124)); in test_span()
84 test_span_initlist_called(cspan<float> a) in test_span_initlist_called()
331 std::is_same<OIIO::cspan<float>, OIIO::array_view<const float>>::value)); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/sphinx/
H A DrstFlatTable.py194 cspan, rspan, cellElements = cell
199 if cspan:
200 attributes['morecols'] = cspan
250 cspan, rspan = cell[:2]
252 for c in range(cspan):
260 for c in range(cspan + 1):
288 cspan, rspan, content = row[-1]
352 cspan = rspan = 0
354 return cspan, rspan, []
357 cspan = elem.get("span")
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/Documentation/sphinx/
H A DrstFlatTable.py206 cspan, rspan, cellElements = cell
211 if cspan:
212 attributes['morecols'] = cspan
262 cspan, rspan = cell[:2]
264 for c in range(cspan):
272 for c in range(cspan + 1):
300 cspan, rspan, content = row[-1]
364 cspan = rspan = 0
366 return cspan, rspan, []
369 cspan = elem.get("span")
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/sphinx/
H A DrstFlatTable.py194 cspan, rspan, cellElements = cell
199 if cspan:
200 attributes['morecols'] = cspan
250 cspan, rspan = cell[:2]
252 for c in range(cspan):
260 for c in range(cspan + 1):
288 cspan, rspan, content = row[-1]
352 cspan = rspan = 0
354 return cspan, rspan, []
357 cspan = elem.get("span")
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/Documentation/sphinx/
H A DrstFlatTable.py206 cspan, rspan, cellElements = cell
211 if cspan:
212 attributes['morecols'] = cspan
262 cspan, rspan = cell[:2]
264 for c in range(cspan):
272 for c in range(cspan + 1):
300 cspan, rspan, content = row[-1]
364 cspan = rspan = 0
366 return cspan, rspan, []
369 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/doc/sphinx/
H A DrstFlatTable.py204 cspan, rspan, cellElements = cell
209 if cspan:
210 attributes['morecols'] = cspan
260 cspan, rspan = cell[:2]
262 for c in range(cspan):
270 for c in range(cspan + 1):
298 cspan, rspan, content = row[-1]
362 cspan = rspan = 0
364 return cspan, rspan, []
367 cspan = elem.get("span")
[all …]

12345678910>>...22