Home
last modified time | relevance | path

Searched refs:planar (Results 1 – 25 of 59) sorted by relevance

123

/external/strace/xlat/
Dv4l2_sdr_fmts.in2 V4L2_SDR_FMT_PCU20BE v4l2_fourcc('P', 'C', '2', '0') /* planar complex u20be */
5 V4L2_SDR_FMT_PCU16BE v4l2_fourcc('P', 'C', '1', '6') /* planar complex u16be */
9 V4L2_SDR_FMT_PCU18BE v4l2_fourcc('P', 'C', '1', '8') /* planar complex u18be */
Dv4l2_pix_fmts.in28 V4L2_PIX_FMT_YVU420M v4l2_fourcc('Y', 'M', '2', '1') /* 12 YVU420 planar */
33 V4L2_PIX_FMT_YVU422M v4l2_fourcc('Y', 'M', '6', '1') /* 16 YVU422 planar */
48 V4L2_PIX_FMT_YUV420M v4l2_fourcc('Y', 'M', '1', '2') /* 12 YUV420 planar */
54 V4L2_PIX_FMT_YVU444M v4l2_fourcc('Y', 'M', '4', '2') /* 24 YVU444 planar */
65 V4L2_PIX_FMT_YUV444M v4l2_fourcc('Y', 'M', '2', '4') /* 24 YUV444 planar */
86 V4L2_PIX_FMT_YUV422M v4l2_fourcc('Y', 'M', '1', '6') /* 16 YUV422 planar */
132 V4L2_PIX_FMT_KONICA420 v4l2_fourcc('K', 'O', 'N', 'I') /* YUV420 planar in blocks of 256 pixels */
139 V4L2_PIX_FMT_YUV411P v4l2_fourcc('4', '1', '1', 'P') /* 12 YVU411 planar */
141 V4L2_PIX_FMT_YUV422P v4l2_fourcc('4', '2', '2', 'P') /* 16 YVU422 planar */
/external/skqp/src/opts/
DSkSwizzler_opts.h497 __m128i planar; in premul_should_swapRB() local
499 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in premul_should_swapRB()
501 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in premul_should_swapRB()
505 *lo = _mm_shuffle_epi8(*lo, planar); // rrrrgggg bbbbaaaa in premul_should_swapRB()
506 *hi = _mm_shuffle_epi8(*hi, planar); // RRRRGGGG BBBBAAAA in premul_should_swapRB()
707 __m128i planar; in inverted_cmyk_to() local
709 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in inverted_cmyk_to()
711 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in inverted_cmyk_to()
715 *lo = _mm_shuffle_epi8(*lo, planar); // ccccmmmm yyyykkkk in inverted_cmyk_to()
716 *hi = _mm_shuffle_epi8(*hi, planar); // CCCCMMMM YYYYKKKK in inverted_cmyk_to()
/external/skia/src/opts/
DSkSwizzler_opts.h497 __m128i planar; in premul_should_swapRB() local
499 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in premul_should_swapRB()
501 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in premul_should_swapRB()
505 *lo = _mm_shuffle_epi8(*lo, planar); // rrrrgggg bbbbaaaa in premul_should_swapRB()
506 *hi = _mm_shuffle_epi8(*hi, planar); // RRRRGGGG BBBBAAAA in premul_should_swapRB()
707 __m128i planar; in inverted_cmyk_to() local
709 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in inverted_cmyk_to()
711 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in inverted_cmyk_to()
715 *lo = _mm_shuffle_epi8(*lo, planar); // ccccmmmm yyyykkkk in inverted_cmyk_to()
716 *hi = _mm_shuffle_epi8(*hi, planar); // CCCCMMMM YYYYKKKK in inverted_cmyk_to()
/external/libyuv/files/docs/
Drotation.md59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
Dformats.md9 Filtering functions such as scaling and planar functions work on I420 and/or ARGB.
39 // 9 Primary YUV formats: 5 planar, 2 biplanar, 2 packed.
/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm162 // The plane must exist for this IOSurface. IOSurfaceGetPlaneCount can return 0 for non-planar
163 // ioSurfaces but we will treat non-planar like it is a single plane.
/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py106 planar = 2 variable
/external/mesa3d/docs/relnotes/
D19.2.8.rst84 - gallium/dri2: Fix creation of multi-planar modifier images
D19.3.4.rst184 - radv: do not allow sparse resources with multi-planar formats
D19.2.0.rst298 - iris: Report correct number of planes for planar images
D19.3.0.rst2070 - iris: Report correct number of planes for planar images
2411 - gallium/util: add planar format layouts and helpers
2414 - radeonsi: allocate planar multimedia formats in 1 buffer
2415 - radeonsi: remove si_vid_join_surfaces and use combined planar
2662 - gallium/dri2: Fix creation of multi-planar modifier images
2664 - iris: Fix import of multi-planar surfaces with modifiers
D20.0.0.rst882 - virgl: support emulating planar image sampling
2589 - gallium/dri2: Fix creation of multi-planar modifier images
2591 - iris: Fix import of multi-planar surfaces with modifiers
3219 - radv: do not allow sparse resources with multi-planar formats
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm278 // The plane must exist for this IOSurface. IOSurfaceGetPlaneCount can return 0 for non-planar
279 // ioSurfaces but we will treat non-planar like it is a single plane.
/external/mesa3d/docs/_extra/specs/
DWL_bind_wayland_display.spec104 A wl_buffer can have several planes, typically in case of planar
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm401 // Sanity check assumption that planar bytes are contiguous.
/external/skqp/docs/
DSkImage_Reference.bmh536 #Line # creates Image from planar YUV_ColorSpace, stored in texture ##
568 #Line # creates Image from planar YUV_ColorSpace, stored in texture ##
604 #Line # creates Image from planar YUV_ColorSpace, stored in texture ##
/external/libjpeg-turbo/
DREADME.md50 generating planar YUV images and performing multiple simultaneous lossless
DChangeLog.md851 - YUV planar images can now be generated with an arbitrary line padding
856 - JPEG images can now be compressed from YUV planar source images.
857 - YUV planar images can now be decoded into RGB or grayscale images.
1375 and decompressor to output planar YUV images.
/external/igt-gpu-tools/
DNEWS121 - Various fixes to support planar framebuffers. (Maarten Lankhorst)
/external/libexif/po/
Des.po1838 msgstr "formato planar"
3262 msgstr "Configuración planar"
3266 "Indicates whether pixel components are recorded in a chunky or planar "
3270 "Indica si los componentes de pixel se graban en formato planar o por trozos. "
3705 msgstr "Configuración planar"
Dnl.po1757 msgstr "planar-structuur"
3174 "Indicates whether pixel components are recorded in a chunky or planar "
3179 "= 1 byte) of planar-structuur (1 pixel = 1 bit). In JPEG-gecomprimeerde "
Dit.po1762 msgstr "Formato \"planar\""
3174 "Indicates whether pixel components are recorded in a chunky or planar "
3179 "\"planar\") o in maniera contigua (formato \"chunky\"). Nei file compressi "
/external/libcups/filter/
Dppd-compiler.shtml405 <LI><TT>planar</TT> - Color values are passed separately
Dspec-ppd.shtml779 <td>Specifies the order of colors: 0 = chunked, 1 = banded, 2 = planar.</td>

123