Home
last modified time | relevance | path

Searched refs:hts (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/
H A D0001-Fix-musl-compatibility.patch9 src/hts/hts_engine_API/lib/HTS_misc.c | 4 +++-
12 diff --git a/src/hts/hts_engine_API/lib/HTS_misc.c b/src/hts/hts_engine_API/lib/HTS_misc.c
14 --- a/src/hts/hts_engine_API/lib/HTS_misc.c
15 +++ b/src/hts/hts_engine_API/lib/HTS_misc.c
/OK3568_Linux_fs/buildroot/package/kodi-pvr-hts/
H A DConfig.in2 bool "kodi-pvr-hts"
7 https://github.com/kodi-pvr/pvr.hts
9 comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
H A Dkodi-pvr-hts.hash2 sha256 9aaa8933a23bcdcdc4b4be6dd10adc19f5f27b8915fa5c39f58202c5d1399dc9 kodi-pvr-hts-19.0.2-Matri…
H A Dkodi-pvr-hts.mk8 KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov8856.c116 u32 hts; member
969 .hts = 1928,
981 .hts = 1932,
993 .hts = 3820,
1005 .hts = 1932,
1051 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
1053 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
1247 h_blank = to_pixels_per_line(ov8856->cur_mode->hts, in ov8856_init_controls()
1489 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov8856_set_format()
H A Dov5675.c98 u32 hts; member
453 .hts = 1500,
465 .hts = 1500,
507 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
509 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
765 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls()
958 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
H A Dov2740.c105 u32 hts; member
307 .hts = 1080,
354 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
356 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
556 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls()
742 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov2740_set_format()
H A Dov5640.c1323 u16 hts; in ov5640_get_hts() local
1326 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts()
1329 return hts; in ov5640_get_hts()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_ips.c700 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local
702 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits()
710 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits()
1442 u32 hts; in ips_probe() local
1575 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe()
1580 thm_writel(THM_HTS, hts); in ips_probe()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c541 u16 vts, hts; in __ov5693_set_exposure() local
544 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure()
552 hts = hts * 2; in __ov5693_set_exposure()
565 OV5693_TIMING_HTS_H, (hts >> 8) & 0xFF); in __ov5693_set_exposure()
573 OV5693_TIMING_HTS_L, hts & 0xFF); in __ov5693_set_exposure()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191109.patch.gz ... %p1%dG, ht=^I, hts=\EH, ich=\E[%p1% ...
HDncurses-6.1-20190803.patch.gz1# ncurses 6.1 - patch 20190803 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190713.patch.gz1# ncurses 6.1 - patch 20190713 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190615.patch.gz1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dsunxi_camera_v2.h316 unsigned int hts; /*h size of timing, unit: pclk */ member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c398 u16 hts, vts; in __ov2722_set_exposure() local
408 hts = dev->pixels_per_line; in __ov2722_set_exposure()
423 OV2722_HTS_H, hts); in __ov2722_set_exposure()
/OK3568_Linux_fs/buildroot/package/kodi/
H A DConfig.in299 source "package/kodi-pvr-hts/Config.in"
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h672 u16 hts; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp253 float hts = pConfig->PixelPeriodsPerLine; in AeReal2RegConv() local
256 …= (int)(timeC0 * vts + timeC1 + timeC2 * ((SplitIntegrationTime * pclk * 1000000 / hts) + timeC3)); in AeReal2RegConv()
/OK3568_Linux_fs/buildroot/
H A DCHANGES7210 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv,
7527 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...