Home
last modified time | relevance | path

Searched +full:0 +full:- +full:576 (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Non-compressed file format
7 --------------------------
14 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per
21 and from top to bottom. Each block is transmitted in turn, line-by-line.
23 So the first 16 bytes are the first line of the top-left block, the
24 second 16 bytes are the second line of the top-left block, etc. After
29 to right, top to bottom. Each block is transmitted in turn, line-by-line.
31 So the first 16 bytes are the first line of the top-left block and
33 second line of 8 UV pairs of the top-left block, etc. After transmitting
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis_main.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria.
19 .xres = 0,
20 .yres = 0,
21 .xres_virtual = 0,
22 .yres_virtual = 0,
23 .xoffset = 0,
24 .yoffset = 0,
25 .bits_per_pixel = 0,
26 .grayscale = 0,
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dps3fb.c2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
35 #include <asm/cell-regs.h>
47 #define GPU_IOIF (0x0d000000UL)
49 #define GPU_MAX_LINE_LENGTH (65536 - 64)
51 #define GPU_INTR_STATUS_VSYNC_0 0 /* vsync on head A */
58 #define GPU_DRIVER_INFO_VERSION 0x211
144 "480i", 60, 576, 384, 74074, 130, 89, 78, 57, 63, 6,
148 "480p", 60, 576, 384, 37037, 130, 89, 78, 57, 63, 6,
166 /* 576i */
[all …]
H A Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de)
35 * - PAL/NTSC
36 * - interlaced/non interlaced
37 * - composite sync/sync/sync over green
40 * - 768x576 (PAL)
41 * - 768x480 (NTSC)
53 * At relative address 0x1ffff8 of the frame buffers base address
58 * 0 1 0=interlaced/1=non interlaced
59 * 1 2 0=video out disabled/1=video out enabled
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
26 * @file This file covers code to convert a xf86MonPtr containing EDID-probed
27 * information into a list of modes, including applying monitor-specific
31 #include <xorg-config.h>
47 if (det_mon->type == DS_RANGES) in handle_detailed_rblank()
48 if (det_mon->section.ranges.supported_blanking & CVT_REDUCED) in handle_detailed_rblank()
56 if (DDC->ver.revision >= 4) { in xf86MonitorSupportsReducedBlanking()
64 if (DDC->features.input_type) in xf86MonitorSupportsReducedBlanking()
74 if (memcmp(DDC->vendor.name, "MAX", 4) == 0 && in quirk_prefer_large_60()
75 ((DDC->vendor.prod_id == 1516) || (DDC->vendor.prod_id == 0x77e))) in quirk_prefer_large_60()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adehaze_module.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
24 // printf("\t 0) ADEHAZE: test rk_aiq_user_api2_adehaze_v10_setSwAttrib in sample_adehaze_usage()
28 "\t 0) ADEHAZE: test rk_aiq_user_api2_adehaze_v11_setSwAttrib DEHAZE_API_MANUAL " in sample_adehaze_usage()
72 int key = -1; in sample_adehaze_module()
77 if (demo_ctx->camGroup) { in sample_adehaze_module()
78 ctx = (rk_aiq_sys_ctx_t*)(demo_ctx->camgroup_ctx); in sample_adehaze_module()
80 ctx = (rk_aiq_sys_ctx_t*)(demo_ctx->aiq_ctx); in sample_adehaze_module()
92 memset(&attr_v11, 0, sizeof(adehaze_sw_v11_t)); in sample_adehaze_module()
94 memset(&attr_v12, 0, sizeof(adehaze_sw_v12_t)); in sample_adehaze_module()
96 memset(&attr_v2, 0, sizeof(adehaze_sw_V2_t)); in sample_adehaze_module()
[all …]
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Ddram_timings_sun4i.h4 # if CONFIG_DRAM_CLK <= 360 /* DDR3-1066F @360MHz, timings: 6-5-5-14 */
6 .tpr0 = 0x268e5590,
7 .tpr1 = 0xa090,
8 .tpr2 = 0x22a00,
9 .emr2 = 0x0,
10 # elif CONFIG_DRAM_CLK <= 384 /* DDR3-1066F @384MHz, timings: 6-6-6-15 */
12 .tpr0 = 0x288f6690,
13 .tpr1 = 0xa0a0,
14 .tpr2 = 0x22a00,
15 .emr2 = 0x0,
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsaa6752hs.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 saa6752hs - i2c-driver for the saa6752hs by Philips
7 AC-3 support:
26 #include <media/v4l2-device.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-common.h>
33 #define MPEG_PID_MAX ((1 << 14) - 1)
41 SAA6752HS_VF_D1 = 0, /* standard D1 video format: 720x576 */
70 { .fmt = { .pix = { .width = 720, .height = 576 }}},
72 { .fmt = { .pix = { .width = 480, .height = 576 }}},
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_tvenc.c1 // SPDX-License-Identifier: GPL-2.0-only
73 .vdisplay = 576,
74 .vsync_start = 576 + 2,
75 .vsync_end = 576 + 2 + 2,
76 .vtotal = 576 + 2 + 2 + 20,
80 .video_info = 0x00040040,
81 .video_res = 0x05a9c760,
82 .field1_param = 0x0004d416,
83 .field2_param = 0x0009b94f,
84 .burst_line_odd1 = 0x0004d406,
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dfilm_grain_noise_table.c8 * http://www.apache.org/licenses/LICENSE-2.0
22 56, 568, -180, 172, 124, -84, 172, -64, -900, 24, 820,
23 224, 1248, 996, 272, -8, -916, -388, -732, -104, -188, 800,
24 112, -652, -320, -376, 140, -252, 492, -168, 44, -788, 588,
25 -584, 500, -228, 12, 680, 272, -476, 972, -100, 652, 368,
26 432, -196, -720, -192, 1000, -332, 652, -136, -552, -604, -4,
27 192, -220, -136, 1000, -52, 372, -96, -624, 124, -24, 396,
28 540, -12, -104, 640, 464, 244, -208, -84, 368, -528, -740,
29 248, -968, -848, 608, 376, -60, -292, -40, -156, 252, -292,
30 248, 224, -280, 400, -244, 244, -60, 76, -80, 212, 532,
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadehaze_uapi_head.h8 * http://www.apache.org/licenses/LICENSE-2.0
24 // M4_NUMBER_DESC("dc_min_th", "f32", M4_RANGE(0,255), "64", M4_DIGIT(4))
26 // M4_NUMBER_DESC("dc_max_th", "f32", M4_RANGE(0,255), "192", M4_DIGIT(4))
28 // M4_NUMBER_DESC("yhist_th", "f32", M4_RANGE(0,255), "249", M4_DIGIT(4))
30 // M4_NUMBER_DESC("yblk_th", "f32", M4_RANGE(0,512), "0.002", M4_DIGIT(4))
32 // M4_NUMBER_DESC("dark_th", "f32", M4_RANGE(0,255), "250", M4_DIGIT(4))
34 // M4_NUMBER_DESC("bright_min", "f32", M4_RANGE(0,255), "180", M4_DIGIT(4))
36 // M4_NUMBER_DESC("bright_max", "f32", M4_RANGE(0,255), "240", M4_DIGIT(4))
38 // M4_NUMBER_DESC("wt_max", "f32", M4_RANGE(0,1), "0.9", M4_DIGIT(4))
40 // M4_NUMBER_DESC("air_min", "f32", M4_RANGE(0,255), "200", M4_DIGIT(4))
[all …]
H A Dadehaze_uapi_compact.h8 * http://www.apache.org/licenses/LICENSE-2.0
32 // M4_NUMBER_DESC("stab_fnum", "f32", M4_RANGE(0,31), "8.0", M4_DIGIT(4))
34 // M4_NUMBER_DESC("sigma", "f32", M4_RANGE(0,255), "6.0", M4_DIGIT(4))
36 // M4_NUMBER_DESC("wt_sigma", "f32", M4_RANGE(0,256), "8.0", M4_DIGIT(4))
38 // M4_NUMBER_DESC("air_sigma", "f32", M4_RANGE(0,255), "120.0", M4_DIGIT(4))
40 // M4_NUMBER_DESC("tmax_sigma", "f32", M4_RANGE(0,1), "0.0100", M4_DIGIT(4))
42 // M4_NUMBER_DESC("pre_wet", "f32", M4_RANGE(0,1), "0.0100", M4_DIGIT(4))
53 …_SIZE(1,17), M4_RANGE(0, 1024), "[0,64,128,192,256,320,384,448,512,576,640,704,768,832,896,960,10…
75 // M4_NUMBER_DESC("cfg_alpha", "f32", M4_RANGE(0,1), "1", M4_DIGIT(4))
77 // M4_NUMBER_DESC("ByPassThr", "f32", M4_RANGE(0,1), "0", M4_DIGIT(4))
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_common.h1 // SPDX-License-Identifier: GPL-2.0
27 #define I2C_0 (0)
33 #define NVP6158_R0_ID 0xA1
34 #define NVP6158C_R0_ID 0xA0 //6158B AND 6158C USES THE SAME CHIPID,DIFF IN REV_ID
35 #define NVP6158_REV_ID 0x00
36 #define NVP6168_R0_ID 0xC1
37 #define NVP6168C_R0_ID 0xC0
38 //#define NVP6158C_REV_ID 0x01
41 #define NTSC 0x00
42 #define PAL 0x01
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Dregs-mfc-v8.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include "regs-mfc-v7.h"
16 #define S5P_FIMV_D_MVC_NUM_VIEWS_V8 0xf104
17 #define S5P_FIMV_D_MIN_SCRATCH_BUFFER_SIZE_V8 0xf108
18 #define S5P_FIMV_D_FIRST_PLANE_DPB_SIZE_V8 0xf144
19 #define S5P_FIMV_D_SECOND_PLANE_DPB_SIZE_V8 0xf148
20 #define S5P_FIMV_D_MV_BUFFER_SIZE_V8 0xf150
22 #define S5P_FIMV_D_FIRST_PLANE_DPB_STRIDE_SIZE_V8 0xf138
23 #define S5P_FIMV_D_SECOND_PLANE_DPB_STRIDE_SIZE_V8 0xf13c
25 #define S5P_FIMV_D_FIRST_PLANE_DPB_V8 0xf160
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dbosch,m_can.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 - Sriram Dash <sriram.dash@samsung.com>
20 - description: M_CAN registers map
21 - description: message RAM
23 reg-names:
25 - const: m_can
26 - const: message_ram
30 - description: interrupt line0
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000_tve.c1 // SPDX-License-Identifier: GPL-2.0
14 #include <dm/device-internal.h>
15 #include <linux/media-bus-format.h>
23 #define TVE_POWCR 0x03
24 #define TVE_OFF 0X07
25 #define TVE_ON 0x03
33 CVBS_NTSC = 0,
39 struct dm_i2c_chip *chip = dev_get_parent_platdata(rk1000_tve->dev); in rk1000_tve_i2c_write()
44 buf[0] = reg; in rk1000_tve_i2c_write()
46 msg.addr = chip->chip_addr; in rk1000_tve_i2c_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c36 [TV_NORM_PAL_M] = "PAL-M",
37 [TV_NORM_PAL_N] = "PAL-N",
38 [TV_NORM_PAL_NC] = "PAL-Nc",
39 [TV_NORM_NTSC_M] = "NTSC-M",
40 [TV_NORM_NTSC_J] = "NTSC-J",
53 .tv_enc_mode = { 720, 576, 50000, {
54 0x2a, 0x9, 0x8a, 0xcb, 0x0, 0x0, 0xb, 0x18,
55 0x7e, 0x40, 0x8a, 0x35, 0x27, 0x0, 0x34, 0x3,
56 0x3e, 0x3, 0x17, 0x21, 0x1b, 0x1b, 0x24, 0x9c,
57 0x1, 0x0, 0xf, 0xf, 0x60, 0x5, 0xd3, 0x3,
[all …]
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Delantech.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009 Arjan Opmeer <arjan@opmeer.net>
16 #define ETP_FW_ID_QUERY 0x00
17 #define ETP_FW_VERSION_QUERY 0x01
18 #define ETP_CAPABILITIES_QUERY 0x02
19 #define ETP_SAMPLE_QUERY 0x03
20 #define ETP_RESOLUTION_QUERY 0x04
21 #define ETP_ICBODY_QUERY 0x05
26 #define ETP_REGISTER_READ 0x10
27 #define ETP_REGISTER_WRITE 0x11
[all …]
/OK3568_Linux_fs/kernel/include/rdma/
H A Dibta_vol1_c12.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 BUILD_BUG_ON_ZERO((total_len) % 32 != 0)]; \
40 #define CM_REQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_req_msg, 0, 32)
101 #define CM_MRA_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_mra_msg, 0, 32)
109 #define CM_REJ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rej_msg, 0, 32)
114 #define CM_REJ_ARI CM_FIELD_MLOC(struct cm_rej_msg, 12, 576, void)
119 #define CM_REP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rep_msg, 0, 32)
141 #define CM_RTU_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rtu_msg, 0, 32)
147 #define CM_DREQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_dreq_msg, 0, 32)
154 #define CM_DREP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_drep_msg, 0, 32)
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.c1 // SPDX-License-Identifier: GPL-2.0
7 static u32 freq[4] = {480, 441, 320, 0};
10 {32,40,48,56,64,80,96,112,128,160,192,224,256,320,384,448,512,576,640,
11 0,0,0,0,0,0,0,0,0,0,0,0,0};
15 1152,1280,0,0,0,0,0,0,0,0,0,0,0,0,0},
17 1253,1393,0,0,0,0,0,0,0,0,0,0,0,0,0},
18 {96,120,144,168,192,240,288,336,384,480,576,672,768,960,1152,1344,
19 1536,1728,1920,0,0,0,0,0,0,0,0,0,0,0,0,0}};
24 int found = 0; in dvb_filter_get_ac3info()
25 int c = 0; in dvb_filter_get_ac3info()
[all …]
H A Ddvb_filter.h40 #define PROG_STREAM_MAP 0xBC
41 #define PRIVATE_STREAM1 0xBD
42 #define PADDING_STREAM 0xBE
43 #define PRIVATE_STREAM2 0xBF
44 #define AUDIO_STREAM_S 0xC0
45 #define AUDIO_STREAM_E 0xDF
46 #define VIDEO_STREAM_S 0xE0
47 #define VIDEO_STREAM_E 0xEF
48 #define ECM_STREAM 0xF0
49 #define EMM_STREAM 0xF1
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/
H A Dmobilenet_v2.prototxt47 lr_mult: 0
48 decay_mult: 0
51 lr_mult: 0
52 decay_mult: 0
55 lr_mult: 0
56 decay_mult: 0
60 eps: 1e-5
70 decay_mult: 0
74 decay_mult: 0
110 lr_mult: 0
[all …]
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Dmp3_enc_types.h11 #define MPEG2_5 0
15 #define MODE_STEREO 0
24 #define samp_per_frame2 576
29 #define BUFFER_SIZE 2048//2048//1384 /* output buffer size in bytes 576 bytes */
39 #define main_size 16384 //main_size = si->resv_drain
97 unsigned int xlen; /*max. x-index+ */
98 unsigned int ylen; /*max. y-index+ */
107 /* 0..31 Huffman code table 0..31 */
108 /* 32,33 count1-tables */
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dfontawesome-webfont.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="fontawesomeregular" horiz-adv-x="1536" >
7 <font-face units-per-em="1792" ascent="1536" descent="-256" />
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vconn.c1 // SPDX-License-Identifier: GPL-2.0+
40 /* 1 - 640x480@60Hz 4:3 */
42 752, 800, 0, 480, 490, 492, 525, 0,
45 /* 2 - 720x480@60Hz 4:3 */
47 798, 858, 0, 480, 489, 495, 525, 0,
50 /* 3 - 720x480@60Hz 16:9 */
52 798, 858, 0, 480, 489, 495, 525, 0,
55 /* 4 - 1280x720@60Hz 16:9 */
57 1430, 1650, 0, 720, 725, 730, 750, 0,
60 /* 5 - 1920x1080i@60Hz 16:9 */
[all …]

12345678910>>...23