| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h264_syntax.h | 55 H264_LEVEL_1_0 = 10, //!< qcif@15fps 56 H264_LEVEL_1_b = 99, //!< qcif@15fps 57 H264_LEVEL_1_1 = 11, //!< cif@7.5fps 58 H264_LEVEL_1_2 = 12, //!< cif@15fps 59 H264_LEVEL_1_3 = 13, //!< cif@30fps 60 H264_LEVEL_2_0 = 20, //!< cif@30fps 61 H264_LEVEL_2_1 = 21, //!< half-D1@@25fps 62 H264_LEVEL_2_2 = 22, //!< D1@12.5fps 63 H264_LEVEL_3_0 = 30, //!< D1@25fps 64 H264_LEVEL_3_1 = 31, //!< 720p@30fps [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | ov5693.h | 197 int fps; member 269 #define OV5693_MAX_WRITE_BUF_SIZE 30 514 * 654x496 30fps 17ms VBlanking 2lane 10Bit (Scaling) 544 * 1296x976 30fps 17ms VBlanking 2lane 10Bit (Scaling) 590 * 336x256 30fps 17ms VBlanking 2lane 10Bit (Scaling) 619 * 336x256 30fps 17ms VBlanking 2lane 10Bit (Scaling) 646 * ov5693_192x160 30fps 17ms VBlanking 2lane 10Bit (Scaling) 734 * 976x556 30fps 8.8ms VBlanking 2lane 10Bit (Scaling) 867 * 1940x1096 30fps 8.8ms VBlanking 2lane 10bit (Scaling) 961 * 2592x1944 30fps 0.6ms VBlanking 2lane 10Bit [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 28 enc_params.fps_in_num = 30; in InitParams() 32 enc_params.fps_out_num = 30; in InitParams() 106 enc_params.fps_in_num = 30; in SetupEncCfg() 110 enc_params.fps_out_num = 30; in SetupEncCfg() 225 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps in SetupEncCfg() 226 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps in SetupEncCfg() 227 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps in SetupEncCfg() 228 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps in SetupEncCfg() 229 * 50 / 51 / 52 - 4K@30fps in SetupEncCfg()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | ov2680.h | 149 int fps; member 198 #define OV2680_MAX_WRITE_BUF_SIZE 30 288 * 176x144 30fps VBlanking 1lane 10Bit (binning) 331 * 352x288 30fps VBlanking 1lane 10Bit (binning) 372 * 336x256 30fps VBlanking 1lane 10Bit (binning) 413 * 656x496 30fps VBlanking 1lane 10Bit (binning) 454 * 800x600 30fps VBlanking 1lane 10Bit (binning) 497 * 800x600 30fps VBlanking 1lane 10Bit (binning) 538 * 720p=1280*720 30fps VBlanking 1lane 10Bit (no-Scaling) 579 * 1296x976 30fps VBlanking 1lane 10Bit(no-scaling) [all …]
|
| H A D | gc2235.h | 135 int fps; member 194 #define GC2235_MAX_WRITE_BUF_SIZE 30 539 .pix_clk_freq = 30, 540 .fps = 30, 555 .pix_clk_freq = 30, 556 .fps = 30, 570 .pix_clk_freq = 30, 571 .fps = 30, 596 .pix_clk_freq = 30, 597 .fps = 30, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-ctrl.c | 144 int fps, ret = 0; in set_video_mode_Nala() local 154 24 /* 30 */ in set_video_mode_Nala() 163 7 /* 30 */ in set_video_mode_Nala() 175 fps = frames2table[frames]; in set_video_mode_Nala() 176 pEntry = &Nala_table[size][fps]; in set_video_mode_Nala() 220 int fps, ret = 0; in set_video_mode_Timon() local 228 else if (frames > 30) in set_video_mode_Timon() 229 frames = 30; in set_video_mode_Timon() 230 fps = (frames / 5) - 1; in set_video_mode_Timon() 234 pChoose = &Timon_table[size][fps][*compression]; in set_video_mode_Timon() [all …]
|
| H A D | pwc-kiara.c | 21 6 framerates: 5, 10, 15, 20, 25, 30 32 const unsigned int Kiara_fps_vector[PWC_FPS_MAX_KIARA] = { 5, 10, 15, 20, 25, 30 }; 38 /* 5 fps */ 45 /* 10 fps */ 52 /* 15 fps */ 59 /* 20 fps */ 66 /* 25 fps */ 73 /* 30 fps */ 83 /* 5 fps */ 90 /* 10 fps */ [all …]
|
| H A D | pwc-timon.c | 21 6 framerates: 5, 10, 15, 20, 25, 30 31 const unsigned int Timon_fps_vector[PWC_FPS_MAX_TIMON] = { 5, 10, 15, 20, 25, 30 }; 37 /* 5 fps */ 44 /* 10 fps */ 51 /* 15 fps */ 58 /* 20 fps */ 65 /* 25 fps */ 72 /* 30 fps */ 82 /* 5 fps */ 89 /* 10 fps */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/ |
| H A D | tw686x-video.c | 27 #define TW686X_MAX_FPS(id) ((id & V4L2_STD_525_60) ? 30 : 25) 211 cpu_to_le32(BIT(30) | entry_len); in tw686x_sg_desc_fill() 344 * For NTSC (and PAL-M, PAL-60), all 30 bits are used. 348 0x80000006, /* 2 fps (60Hz), 2 fps (50Hz) */ 349 0x80018006, /* 4 fps (60Hz), 4 fps (50Hz) */ 350 0x80618006, /* 6 fps (60Hz), 6 fps (50Hz) */ 351 0x81818186, /* 8 fps (60Hz), 8 fps (50Hz) */ 352 0x86186186, /* 10 fps (60Hz), 8 fps (50Hz) */ 353 0x86619866, /* 12 fps (60Hz), 10 fps (50Hz) */ 354 0x86666666, /* 14 fps (60Hz), 12 fps (50Hz) */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | via-camera.h | 44 #define VCR_CI_DIODD 0 /* De-interlace odd, 30fps */ 45 #define VCR_CI_DIEVEN 0x00001000 /* ...even field, 30fps */ 46 #define VCR_CI_DIBOTH 0x00002000 /* ...both fields, 60fps */ 47 #define VCR_CI_DIBOTH30 0x00003000 /* ...both fields, 30fps interlace */
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 436 rc_cfg->fps_in_num = 30; in mpi_rc_enc_init() 437 rc_cfg->fps_out_num = 30; in mpi_rc_enc_init() 502 mpp_enc_cfg_set_s32(cfg, "rc:gop", enc_cmd->gop_len ? enc_cmd->gop_len : 30 * 2); in mpi_rc_enc_init() 528 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps in mpi_rc_enc_init() 529 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps in mpi_rc_enc_init() 530 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps in mpi_rc_enc_init() 531 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps in mpi_rc_enc_init() 532 * 50 / 51 / 52 - 4K@30fps in mpi_rc_enc_init() 1058 30 * (RK_U32)(ctx->total_bits / ctx->frm_idx), in mpi_rc_codec() 1063 30 * (RK_U32)(ctx->total_bits / ctx->frm_idx) / 1000, in mpi_rc_codec()
|
| H A D | mpi_enc_test.c | 305 p->fps_in_num = 30; in test_mpp_enc_cfg_setup() 309 p->fps_out_num = 30; in test_mpp_enc_cfg_setup() 423 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps in test_mpp_enc_cfg_setup() 424 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps in test_mpp_enc_cfg_setup() 425 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps in test_mpp_enc_cfg_setup() 426 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps in test_mpp_enc_cfg_setup() 427 * 50 / 51 / 52 - 4K@30fps in test_mpp_enc_cfg_setup() 817 fps_calc_inc(cmd->fps); in test_mpp_run() 1040 mpp_log("chn %d encode %d frames time %lld ms delay %3d ms fps %3.2f bps %lld\n", in enc_test_multi()
|
| H A D | mpi_enc_mt_test.cpp | 310 p->fps_in_num = 30; in test_mt_cfg_setup() 314 p->fps_out_num = 30; in test_mt_cfg_setup() 426 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps in test_mt_cfg_setup() 427 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps in test_mt_cfg_setup() 428 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps in test_mt_cfg_setup() 429 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps in test_mt_cfg_setup() 430 * 50 / 51 / 52 - 4K@30fps in test_mt_cfg_setup() 975 fps_calc_inc(cmd->fps); in enc_test_output() 1085 mpp_log("chn %d encode %d frames time %lld ms delay %3d ms fps %3.2f bps %lld\n", in enc_test_mt()
|
| H A D | mpi_rc.cfg | 12 #idx bps fps 13 0 2000000 30 14 40 4000000 30 15 100 5000000 30 16 150 3000000 30
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 177 * bit 2 - for querying encoder realtime encode fps 216 …MPP_ENC_RC_CFG_CHANGE_FPS_IN = (1 << 5), /* change on fps in flex / numerator / denorm… 217 …MPP_ENC_RC_CFG_CHANGE_FPS_OUT = (1 << 6), /* change on fps out flex / numerator / denorm… 312 * input frame rate numerator, if 0 then default 30 322 * output frame rate numerator, if 0 then default 30 729 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps 730 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps 731 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps 732 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps 733 * 50 / 51 / 52 - 4K@30fps
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_cmd.h | 177 * bit 2 - for querying encoder realtime encode fps 216 …MPP_ENC_RC_CFG_CHANGE_FPS_IN = (1 << 5), /* change on fps in flex / numerator / denorm… 217 …MPP_ENC_RC_CFG_CHANGE_FPS_OUT = (1 << 6), /* change on fps out flex / numerator / denorm… 312 * input frame rate numerator, if 0 then default 30 322 * output frame rate numerator, if 0 then default 30 744 * 10 / 11 / 12 / 13 - qcif@15fps / cif@7.5fps / cif@15fps / cif@30fps 745 * 20 / 21 / 22 - cif@30fps / half-D1@@25fps / D1@12.5fps 746 * 30 / 31 / 32 - D1@25fps / 720p@30fps / 720p@60fps 747 * 40 / 41 / 42 - 1080p@30fps / 1080p@30fps / 1080p@60fps 748 * 50 / 51 / 52 - 4K@30fps
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 32 #define LIMIT_QP_MORE_MOVE 30 244 RcFpsCfg *fps = &ctx->usr_cfg.fps; in bits_model_smt_init() local 258 if (gop_len < fps->fps_out_num) in bits_model_smt_init() 259 ctx->window_len = fps->fps_out_num; in bits_model_smt_init() 266 if (ctx->window_len > fps->fps_out_num) in bits_model_smt_init() 267 ctx->window_len = fps->fps_out_num; in bits_model_smt_init() 275 mpp_data_init(&ctx->inter, fps->fps_out_num); /* need test */ in bits_model_smt_init() 299 …ctx->bits_per_pic_low_rate = axb_div_c(ctx->bps_target_low_rate, fps->fps_out_denorm, fps->fps_out… in bits_model_smt_init() 300 …ctx->bits_per_pic_high_rate = axb_div_c(ctx->bps_target_high_rate, fps->fps_out_denorm, fps->fps_o… in bits_model_smt_init() 339 ctx->bits_per_inter_low_rate -= ctx->bits_per_intra_low_rate / (fps->fps_out_num - 1); in bits_model_smt_init() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | cpia2_devel.rst | 23 STV0672, which is capable of up to 30 frames per second (fps) in frame sizes 24 up to CIF, and 15 fps for VGA frames. The STV0676 is an improved version, 25 which can handle up to 30 fps VGA. Both coprocessors can be attached to two
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210-p3450-0000.dts | 200 function = "fps-out"; 202 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 203 maxim,active-fps-power-up-slot = <0>; 204 maxim,active-fps-power-down-slot = <7>; 209 function = "fps-out"; 211 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 212 maxim,active-fps-power-up-slot = <0>; 213 maxim,active-fps-power-down-slot = <7>; 218 function = "fps-out"; 220 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | cpia2.rst | 37 - Sensor framerate is adjustable (up to 30 fps CIF, 15 fps VGA). 109 any alternate at frame rates down to 15fps. For lower frame rates, it may 114 Alternate bytes/ms 15fps 30fps
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_dev.c | 304 inf->fps[ch] = 30; in __techpoint_get_vc_fmt_inf() 309 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf() 314 inf->fps[ch] = 30; in __techpoint_get_vc_fmt_inf() 319 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf() 324 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf() 330 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf() 334 inf->fps[ch] = 25; in __techpoint_get_vc_fmt_inf()
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | mts64.c | 61 u8 fps; member 345 * 0 24 fps 346 * 1 25 fps 347 * 2 29.97 fps 348 * 3 30 fps (Drop-frame) 349 * 4 30 fps 356 static const u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, in mts64_smpte_start() local 369 mts64_write_command(p, fps[idx]); in mts64_smpte_start() 461 mts->fps); in snd_mts64_ctl_smpte_switch_put() 587 /* FPS */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | pac7302.c | 38 * at < 15 fps! Note currently the driver does not use this 45 * 0x02 Clock divider 3-63, fps = 90 / val. Must be a multiple of 3 on 47 * 0x03 Variable framerate ctrl reg2==3: 0 -> ~30 fps, 255 -> ~22fps 48 * 0x04 Another var framerate ctrl reg2==3, reg3==0: 0 -> ~30 fps, 49 * 63 -> ~27 fps, the 2 msb's must always be 1 !! 51 * 1 -> ~30 fps, 2 -> ~20 fps 92 #define PAC7302_EXPOSURE_DEFAULT 66 /* 33 ms / 30 fps */ 93 #define PAC7302_EXPOSURE_KNEE 133 /* 66 ms / 15 fps */ 493 * no fps according to the formula: 90 / reg. sd->exposure is the in setexposure() 499 * Note clockdiv = 3 also works, but when running at 30 fps, depending in setexposure() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_obj_debug.h | 27 #define XCAM_OBJ_DUR_FRAME_NUM 30 48 LOGI("%s Current fps: %.2f, Total avg fps: %.2f\n", \ 69 LOGI("profiling %s, fps:%.2f duration:%.2fms\n", #name, \
|
| /OK3568_Linux_fs/external/rockchip-test/video/ |
| H A D | video_test.sh | 17 echo "video test with FPS display: 2" 18 echo "video max FPS test without display: 3" 23 read -t 30 VIDEO_CHOICE
|