Home
last modified time | relevance | path

Searched refs:yuv420 (Results 1 – 25 of 140) sorted by relevance

123456

/dports/www/firefox/firefox-99.0/third_party/rust/mp4parse/link-u-avif-sample-images/
H A DMakefile13 hato.profile0.8bpc.yuv420.avif \
14 hato.profile0.8bpc.yuv420.monochrome.avif \
15 hato.profile0.10bpc.yuv420.avif \
16 hato.profile0.10bpc.yuv420.monochrome.avif
33 fox.profile0.8bpc.yuv420.avif \
34 fox.profile0.8bpc.yuv420.odd-width.avif \
35 fox.profile0.8bpc.yuv420.odd-height.avif \
37 fox.profile0.8bpc.yuv420.monochrome.avif \
41 fox.profile0.10bpc.yuv420.avif \
42 fox.profile0.10bpc.yuv420.odd-width.avif \
[all …]
H A DREADME.md28 | 0 | 8 | | [here](hato.profile0.8bpc.yuv420.avif) |
29 | 0 | 8 | YES | [here](hato.profile0.8bpc.yuv420.monochromeavif) |
30 | 0 | 10 | | [here](hato.profile0.10bpc.yuv420.avif) |
31 | 0 | 10 | YES | [here](hato.profile0.10bpc.yuv420.avif) |
49 https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.avif
50 https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.10bpc.yuv420.monoc…
51 https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.avif
52 https://raw.githubusercontent.com/link-u/avif-sample-images/master/hato.profile0.8bpc.yuv420.monoch…
282 https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.10bpc.yuv420.avif
290 https://raw.githubusercontent.com/link-u/avif-sample-images/master/fox.profile0.8bpc.yuv420.avif
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/avif-parse-0.13.2/av1-avif/testFiles/Link-U/
H A DREADME.md27 | 0 | 8 | | NO | YES | [here](hato.profile0.8bpc.yuv420.no-…
28 | 0 | 8 | YES | NO | YES | [here](hato.profile0.8bpc.yuv420.mon…
29 | 0 | 10 | | NO | NO | [here](hato.profile0.10bpc.yuv420.no…
30 | 0 | 10 | YES | NO | NO | [here](hato.profile0.10bpc.yuv420.mo…
165 …YUV420 | | | | [here](fox.profile0.8bpc.yuv420.avif) …
166 …YUV420 | | YES | | [here](fox.profile0.8bpc.yuv420.odd-width.avif) …
167 …YUV420 | | | YES | [here](fox.profile0.8bpc.yuv420.odd-height.avif) …
168 …YUV420 | | YES | YES | [here](fox.profile0.8bpc.yuv420.odd-width.odd-heig…
169 …YUV420 | YES | | | [here](fox.profile0.8bpc.yuv420.monochrome.avif) …
170 …YUV420 | YES | YES | | [here](fox.profile0.8bpc.yuv420.monochrome.odd-wid…
[all …]
/dports/multimedia/dirac/dirac-1.0.2/tests/
H A Dcreate_dirac_testfile.pl63 my $yuv420 = $yuv_file . "_420.yuv";
70 open(IN, $yuv420) || die "$yuv420 $!\n";
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_webrtc/webrtc/
H A Dwebrtc_video_track.cpp171 FrameYUV420 yuv420; member
293 frame->yuv420 = FrameYUV420{ in decodeFrame()
303 frame->yuv420 = FrameYUV420{ in decodeFrame()
427 frame->yuv420 = FrameYUV420(); in destroyFrameForPaint()
530 .yuv420 = &data.frame->yuv420, in frameWithInfo()
544 const auto size = frame->yuv420.size; in frameSize()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_viewport_opengl.cpp327 _downscaleProgram.yuv420.emplace(); in init()
332 &*_downscaleProgram.yuv420, in init()
349 _frameProgram.yuv420.emplace(); in init()
351 &*_frameProgram.yuv420, in init()
406 _downscaleProgram.yuv420 = std::nullopt; in deinit()
409 _frameProgram.yuv420 = std::nullopt; in deinit()
486 : data.yuv420->size; in paintTile()
778 : &*_frameProgram.yuv420; in paintTile()
979 const auto yuv = data.yuv420; in bindFrame()
980 program.yuv420->bind(); in bindFrame()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_image_dma_buf_import/
H A Dsample_yuv.c79 }, yuv420[] = { in piglit_display() local
189 t = yuv420; in piglit_display()
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/unittest/
H A Dtest_general.py104 info.ChromaFormat = pyvpl.chroma_format_idc.yuv420
143 in_frame.ChromaFormat = pyvpl.chroma_format_idc.yuv420
151 out_frame.ChromaFormat = pyvpl.chroma_format_idc.yuv420
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/streaming/
H A Dmedia_streaming_video_track.cpp429 frame->yuv420 = ExtractYUV420(_stream, frame->decoded.get()); in rasterizeFrame()
430 if (frame->yuv420.size.isEmpty() in rasterizeFrame()
431 || frame->yuv420.chromaSize.isEmpty() in rasterizeFrame()
432 || !frame->yuv420.y.data in rasterizeFrame()
433 || !frame->yuv420.u.data in rasterizeFrame()
434 || !frame->yuv420.v.data) { in rasterizeFrame()
448 frame->yuv420.size = { in rasterizeFrame()
1111 frame->original = ConvertToARGB32(frame->yuv420); in frame()
1156 .yuv420 = &data.frame->yuv420, in frameWithInfo()
1165 frame->original = ConvertToARGB32(frame->yuv420); in currentFrameImage()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_encode_base.h46 yuv420 = 1, enumerator
267 ChromaFormat m_chromaFormat = yuv420; //!< HCP chroma format.
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_encode_base.h46 yuv420 = 1, enumerator
267 ChromaFormat m_chromaFormat = yuv420; //!< HCP chroma format.
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/examples/hello-vpp-py/
H A Dhello-vpp.py93 in_frame.ChromaFormat = pyvpl.chroma_format_idc.yuv420
102 out_frame.ChromaFormat = pyvpl.chroma_format_idc.yuv420
/dports/www/firefox/firefox-99.0/image/test/gtest/
H A Dmoz.build124 "transparent-green-50pct-10bit-yuv420.avif",
127 "transparent-green-50pct-12bit-yuv420.avif",
130 "transparent-green-50pct-8bit-yuv420.avif",
/dports/multimedia/handbrake/ffmpeg-4.4/tests/filtergraphs/
H A Doverlay_yuv4204 [main][overf] overlay=240:16:format=yuv420
H A Doverlay_nv125 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
H A Doverlay_nv215 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/filtergraphs/
H A Doverlay_yuv4204 [main][overf] overlay=240:16:format=yuv420
H A Doverlay_nv125 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/filtergraphs/
H A Doverlay_yuv4204 [main][overf] overlay=240:16:format=yuv420
H A Doverlay_nv215 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
H A Doverlay_nv125 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/filtergraphs/
H A Doverlay_yuv4204 [main][overf] overlay=240:16:format=yuv420
H A Doverlay_nv125 [mainf][overf] overlay=240:16:format=yuv420, format=yuv420p
/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A Dmoz.build130 "transparent-green-50pct-10bit-yuv420.avif",
133 "transparent-green-50pct-12bit-yuv420.avif",
136 "transparent-green-50pct-8bit-yuv420.avif",
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/gtest/
H A Dmoz.build130 "transparent-green-50pct-10bit-yuv420.avif",
133 "transparent-green-50pct-12bit-yuv420.avif",
136 "transparent-green-50pct-8bit-yuv420.avif",

123456