Searched refs:window (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_stats_v1x.c | 84 af->window[0].sum = readl(base_addr + CIF_ISP_AFM_SUM_A); in rkisp1_stats_get_afc_meas() 85 af->window[0].lum = readl(base_addr + CIF_ISP_AFM_LUM_A); in rkisp1_stats_get_afc_meas() 86 af->window[1].sum = readl(base_addr + CIF_ISP_AFM_SUM_B); in rkisp1_stats_get_afc_meas() 87 af->window[1].lum = readl(base_addr + CIF_ISP_AFM_LUM_B); in rkisp1_stats_get_afc_meas() 88 af->window[0x02].sum = readl(base_addr + CIF_ISP_AFM_SUM_C); in rkisp1_stats_get_afc_meas() 89 af->window[0x02].lum = readl(base_addr + CIF_ISP_AFM_LUM_C); in rkisp1_stats_get_afc_meas()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_stats_v1x.c | 100 af->window[0].sum = readl(base_addr + CIF_ISP_AFM_SUM_A); in rkisp1_stats_get_afc_meas() 101 af->window[0].lum = readl(base_addr + CIF_ISP_AFM_LUM_A); in rkisp1_stats_get_afc_meas() 102 af->window[1].sum = readl(base_addr + CIF_ISP_AFM_SUM_B); in rkisp1_stats_get_afc_meas() 103 af->window[1].lum = readl(base_addr + CIF_ISP_AFM_LUM_B); in rkisp1_stats_get_afc_meas() 104 af->window[2].sum = readl(base_addr + CIF_ISP_AFM_SUM_C); in rkisp1_stats_get_afc_meas() 105 af->window[2].lum = readl(base_addr + CIF_ISP_AFM_LUM_C); in rkisp1_stats_get_afc_meas()
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | dma-iommu.c | 207 struct resource_entry *window; in iova_reserve_pci_windows() local 211 resource_list_for_each_entry(window, &bridge->windows) in iova_reserve_pci_windows() 213 if (resource_type(window->res) != IORESOURCE_MEM) { in iova_reserve_pci_windows() 217 lo = iova_pfn(iovad, window->res->start - window->offset); in iova_reserve_pci_windows() 218 hi = iova_pfn(iovad, window->res->end - window->offset); in iova_reserve_pci_windows() 223 resource_list_for_each_entry(window, &bridge->dma_ranges) in iova_reserve_pci_windows() 225 end = window->res->start - window in iova_reserve_pci_windows() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_mlayer.h | 26 /* The event of window move or size change */ 92 * brief Get the active window handle. 94 * param[out] window Active window handle. 99 HI_S32 HI_GV_Layer_GetActiveWindow(HIGV_HANDLE layerHandle, HIGV_HANDLE *window);
|
H A D | hi_go_winc.h | 32 /* Number of buffers used by the window. */ 34 HIGO_BUFFER_SINGLE = 0, /* The window uses a buffer. */ 35 HIGO_BUFFER_DOUBLE, /* The window uses dual buffers. */ 39 /* Maximum number of window layers. */ 43 HI_HANDLE hLayer; /* Graphics layer on which a window is displayed. */ 45 HI_U32 LayerNum; /* Display level of a window, ranging from 0 to 15. The greater the number, 46 * the upper the position of the window. 49 HIGO_PF_E PixelFormat; /* Pixel format of a window. */ 51 * Number of surface buffers required by a window. 110 HI_S32 HI_GO_SetWindowDispRegion(HI_HANDLE window, HI_REC [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/ |
H A D | tcp.h | 143 uint16_t window; member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 196 * @en_windows: enabled window 197 * @bls_window1: Measurement window 1 size 198 * @bls_window2: Measurement window 2 size 337 * @awb_wnd: white balance measurement window (in pixels) 451 * @meas_window: coordinates of the meas window 466 * @meas_window: coordinates of the meas window 478 * @afm_win: coordinates of the meas window 733 * @mean_y_or_g: Mean value of Y within window and frames, Green if RGB is selected. 734 * @mean_cb_or_b: Mean value of Cb within window and frames, Blue if RGB is selected. 735 * @mean_cr_or_r: Mean value of Cr within window an 801 struct cifisp_af_meas_val window[CIFISP_AFM_MAX_WINDOWS]; global() member [all...] |
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp1-config.h | 209 * @en_windows: enabled window 210 * @bls_window1: Measurement window 1 size 211 * @bls_window2: Measurement window 2 size 350 * @awb_wnd: white balance measurement window (in pixels) 465 * @meas_window: coordinates of the meas window 480 * @meas_window: coordinates of the meas window 492 * @afm_win: coordinates of the meas window 750 * @mean_y_or_g: Mean value of Y within window and frames, Green if RGB is selected. 751 * @mean_cb_or_b: Mean value of Cb within window and frames, Blue if RGB is selected. 752 * @mean_cr_or_r: Mean value of Cr within window an 818 struct cifisp_af_meas_val window[CIFISP_AFM_MAX_WINDOWS]; global() member [all...] |
Completed in 8 milliseconds