Home
last modified time | relevance | path

Searched refs:aperture_size (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/
H A Dimgproc_c.h192 int aperture_size CV_DEFAULT(3));
198 int aperture_size CV_DEFAULT(3) );
886 double threshold2, int aperture_size CV_DEFAULT(3) );
895 int aperture_size CV_DEFAULT(3) );
902 int block_size, int aperture_size CV_DEFAULT(3) );
909 int block_size, int aperture_size CV_DEFAULT(3) );
917 int block_size, int aperture_size CV_DEFAULT(3),
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/
H A Dimgproc_c.h192 int aperture_size CV_DEFAULT(3));
198 int aperture_size CV_DEFAULT(3) );
886 double threshold2, int aperture_size CV_DEFAULT(3) );
895 int aperture_size CV_DEFAULT(3) );
902 int block_size, int aperture_size CV_DEFAULT(3) );
909 int block_size, int aperture_size CV_DEFAULT(3) );
917 int block_size, int aperture_size CV_DEFAULT(3),
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/
H A Dimgproc_c.h192 int aperture_size CV_DEFAULT(3));
198 int aperture_size CV_DEFAULT(3) );
886 double threshold2, int aperture_size CV_DEFAULT(3) );
895 int aperture_size CV_DEFAULT(3) );
902 int block_size, int aperture_size CV_DEFAULT(3) );
909 int block_size, int aperture_size CV_DEFAULT(3) );
917 int block_size, int aperture_size CV_DEFAULT(3),
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dintel-gtt.c519 unsigned int aperture_size; in intel_gtt_mappable_entries() local
529 aperture_size = MB(32); in intel_gtt_mappable_entries()
531 aperture_size = MB(64); in intel_gtt_mappable_entries()
539 aperture_size = MB(64); in intel_gtt_mappable_entries()
541 aperture_size = MB(128); in intel_gtt_mappable_entries()
544 aperture_size = pci_resource_len(intel_private.pcidev, 2); in intel_gtt_mappable_entries()
547 return aperture_size >> PAGE_SHIFT; in intel_gtt_mappable_entries()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c94 size_t *aperture_size, in amdgpu_doorbell_get_kfd_info() argument
103 *aperture_size = adev->doorbell.size; in amdgpu_doorbell_get_kfd_info()
107 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h65 uint8_t aperture_size; /* Offset 0x0044 */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking_c.h127 int aperture_size CV_DEFAULT(3));
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking_c.h127 int aperture_size CV_DEFAULT(3));
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c173 int intelfbhw_get_memory(struct pci_dev *pdev, int *aperture_size, in intelfbhw_get_memory() argument
180 if (!pdev || !aperture_size || !stolen_size) in intelfbhw_get_memory()
208 *aperture_size = MB(128); in intelfbhw_get_memory()
210 *aperture_size = MB(256); in intelfbhw_get_memory()
214 *aperture_size = MB(64); in intelfbhw_get_memory()
216 *aperture_size = MB(128); in intelfbhw_get_memory()
222 stolen_overhead = (*aperture_size / MB(1)) + 4; in intelfbhw_get_memory()
H A Dintelfbdrv.c475 int aperture_size, stolen_size; in intelfb_pci_register() local
574 if (intelfbhw_get_memory(pdev, &aperture_size,&stolen_size)) { in intelfb_pci_register()
583 BtoMB(aperture_size), BtoKB(stolen_size)); in intelfb_pci_register()
H A Dintelfbhw.h562 extern int intelfbhw_get_memory(struct pci_dev *pdev, int *aperture_size,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_ioc32.c649 u32 aperture_size; /* bytes */ member
674 i32.aperture_size = info.aperture_size; in compat_drm_agp_info()
H A Ddrm_agpsupport.c72 info->aperture_size = kern->aper_size * 1024 * 1024; in drm_agp_info()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dfsp_configs.c196 fsp_upd->aperture_size = fdtdec_get_int(blob, node, "fsp,aperture-size", in update_fsp_configs()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h575 unsigned long aperture_size; /* bytes */ member
/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/drm/
H A Ddrm.h567 unsigned long aperture_size; /* bytes */ member
/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/drm/
H A Ddrm.h567 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h574 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h567 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm.h568 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm.h568 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm.h568 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm.h568 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Ddrm.h574 unsigned long aperture_size; /* bytes */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c2411 return i.aperture_size; in drmAgpSize()