Home
last modified time | relevance | path

Searched full:progressive (Results 1 – 25 of 179) sorted by relevance

12345678

/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-exporter-progressive-perl_0.001013.bb1 SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it."
11 HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz"
20 S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}"
/OK3568_Linux_fs/buildroot/package/perl-sub-exporter-progressive/
H A Dperl-sub-exporter-progressive.mk3 # perl-sub-exporter-progressive
8 PERL_SUB_EXPORTER_PROGRESSIVE_SOURCE = Sub-Exporter-Progressive-$(PERL_SUB_EXPORTER_PROGRESSIVE_VER…
12 PERL_SUB_EXPORTER_PROGRESSIVE_DISTNAME = Sub-Exporter-Progressive
H A DConfig.in2 bool "perl-sub-exporter-progressive"
6 https://github.com/frioux/Sub-Exporter-Progressive
H A Dperl-sub-exporter-progressive.hash2 md5 72cf6acdd2a0a8b105821a4db98e4ebe Sub-Exporter-Progressive-0.001013.tar.gz
3 sha256 d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056 Sub-Exporter-Progressive-…
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c315 bool progressive : 1, trilevel_sync : 1, component_only : 1; member
390 .progressive = false, .trilevel_sync = false,
432 .progressive = false, .trilevel_sync = false,
475 .progressive = false, .trilevel_sync = false,
518 .progressive = false, .trilevel_sync = false,
561 .progressive = false, .trilevel_sync = false,
606 .progressive = false, .trilevel_sync = false,
648 .progressive = true, .trilevel_sync = false,
672 .progressive = true, .trilevel_sync = false,
696 .progressive = true, .trilevel_sync = true,
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.h38 SOF2 = 0xc2, /* progressive, huffman */
42 SOF6 = 0xc6, /* differential progressive, huffman */
46 SOF10 = 0xca, /* progressive, arithmetic */
50 SOF14 = 0xce, /* differential progressive, arithmetic */
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfield-order.rst9 We have to distinguish between progressive and interlaced video.
10 Progressive video transmits all lines of a video image sequentially.
37 frame. Only when the source was progressive to begin with, e. g. when
88 - Images are in progressive (frame-based) format, not interlaced
H A Dvidioc-g-dv-timings.rst104 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
139 interlaced field formats. Must be 0 for progressive formats.
143 interlaced field formats. Must be 0 for progressive formats.
147 interlaced field formats. Must be 0 for progressive formats.
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c53 /* Create the context for progressive hashing using h/w acceleration.
70 * Update sg table for progressive hashing using h/w acceleration
117 * Perform progressive hashing on the given buffer and copy hash at
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Drcar-fdp1.rst17 * - ``"Progressive" (0)``
18 - The input image video stream is progressive (not interlaced). No
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-debug.c22 (s->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_streaminfo_str()
44 (f->field == V4L2_FIELD_NONE) ? "progressive" : "interlaced", in delta_frameinfo_str()
/OK3568_Linux_fs/u-boot/include/
H A Dhw_sha.h39 * Create the context for sha progressive hashing using h/w acceleration
48 * Update buffer for sha progressive hashing using h/w acceleration
H A Dhash.h38 * hash_init: Create the context for progressive hashing
132 * algorithm is not available with progressive hash support.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_vtg.c175 /* Only progressive supported for now */ in vtg_set_output_window()
233 /* Only progressive supported for now */ in vtg_set_hsync_vsync_pos()
248 /* Set Half Line Per Field (only progressive supported for now) */ in vtg_set_mode()
313 * field, but y is still defined as a progressive frame.
/OK3568_Linux_fs/kernel/include/media/davinci/
H A Ddm644x_ccdc.h129 /* progressive or interlaced frame */
153 /* progressive or interlaced frame */
H A Ddm355_ccdc.h250 /* progressive or interlaced frame */
280 /* progressive or interlaced frame */
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dths8200.c228 /* Zero for progressive scan formats.*/ in ths8200_setup()
262 * progressive scan formats in ths8200_setup()
269 * for progressive formats in ths8200_setup()
321 /* For progressive video vlength2 must be set to all 0 and vdly2 must in ths8200_setup()
H A Dtvp7002.c46 /* Interlaced vs progressive mask and shift */
323 u16 progressive; member
611 u8 progressive; in tvp7002_query_dv() local
639 progressive = (lpf_msb & TVP7002_INPR_MASK) >> TVP7002_IP_SHIFT; in tvp7002_query_dv()
644 progressive == timings->progressive) { in tvp7002_query_dv()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h155 * (1) Venus NV12 UBWC Progressive
158 * (1) Venus NV12 UBWC Progressive Buffer Format:
820 * Progressive: width
856 * Progressive: width
892 * Progressive: height
923 * Progressive: height
954 * Progressive: width
984 * Progressive: height
1014 * Progressive: width
1044 * Progressive: height
/OK3568_Linux_fs/kernel/include/linux/
H A Dedac.h271 * @SCRUB_SW_PROG: SW progressive (sequential) scrubbing
273 * @SCRUB_SW_PROG_SRC: Progressive software scrub from an error
275 * @SCRUB_HW_PROG: HW progressive (sequential) scrubbing
277 * @SCRUB_HW_PROG_SRC: Progressive hardware scrub from an error
/OK3568_Linux_fs/kernel/drivers/media/platform/am437x/
H A Dam437x-vpfe.h135 /* progressive or interlaced frame */
164 /* progressive or interlaced frame */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dvideo.h111 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
129 unsigned char vsync_field; /* unknown/odd/even/progressive */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dvideo.h111 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
129 unsigned char vsync_field; /* unknown/odd/even/progressive */
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dvideo.h115 the Vsync is for an odd, even or progressive (i.e. non-interlaced)
133 unsigned char vsync_field; /* unknown/odd/even/progressive */
/OK3568_Linux_fs/buildroot/package/jquery-mobile/
H A DConfig.in7 code is built with progressive enhancement, and has a

12345678