| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 140 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) \ argument 141 __device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a) \ 145 __device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a) \ 149 __device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a) \ 153 __device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a) \ 184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument 185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \ 189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \ 193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \ 197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 140 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) \ argument 141 __device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a) \ 145 __device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a) \ 149 __device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a) \ 153 __device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a) \ 184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument 185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \ 189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \ 193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \ 197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 140 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_OP(op, input_type, output_type) \ argument 141 __device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a) \ 145 __device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a) \ 149 __device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a) \ 153 __device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a) \ 184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument 185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \ 189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \ 193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \ 197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | udbg_adb.c | 38 } input_type = input_adb_none; variable 45 if (input_type == input_adb_pmu) in udbg_adb_poll() 49 if (input_type == input_adb_cuda) in udbg_adb_poll() 121 if (udbg_adb_use_btext && input_type != input_adb_none) in udbg_adb_getc() 208 input_type = input_adb_pmu; in udbg_adb_init() 212 input_type = input_adb_cuda; in udbg_adb_init() 216 if (input_type == input_adb_none) in udbg_adb_init()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/ |
| H A D | rknn_benchmark.cpp | 87 …r* load_npy(const char* input_path, rknn_tensor_attr* input_attr, int* input_type, int* input_size) in load_npy() argument 121 *input_type = RKNN_TENSOR_INT8; in load_npy() 123 *input_type = RKNN_TENSOR_UINT8; in load_npy() 125 *input_type = RKNN_TENSOR_FLOAT16; in load_npy() 127 *input_type = RKNN_TENSOR_FLOAT32; in load_npy() 129 *input_type = RKNN_TENSOR_BOOL; in load_npy() 131 *input_type = RKNN_TENSOR_INT64; in load_npy() 357 int input_type[io_num.n_input]; in main() local 365 input_type[i] = RKNN_TENSOR_UINT8; in main() 378 …input_data[i] = load_npy(input_paths_split[i].c_str(), &input_attrs[i], &input_type[i], &input_siz… in main() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_internal_mem_reuse_demo/src/ |
| H A D | rknn_internal_mem_reuse_demo.cc | 207 …r* load_npy(const char* input_path, rknn_tensor_attr* input_attr, int* input_type, int* input_size) in load_npy() argument 245 *input_type = RKNN_TENSOR_INT8; in load_npy() 247 *input_type = RKNN_TENSOR_UINT8; in load_npy() 249 *input_type = RKNN_TENSOR_FLOAT32; in load_npy() 351 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 481 input_attrs[n][0].type = input_type; in main() 519 input_data = load_npy(input_path[n], &input_attrs[n][0], (int*)&input_type, &input_size); in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.h | 185 u8 input_type[MAX_INPUTS]; member 579 return dev->input_type[dev->input] == WEBCAM; in vivid_is_webcam() 584 return dev->input_type[dev->input] == TV; in vivid_is_tv_cap() 589 return dev->input_type[dev->input] == SVID; in vivid_is_svid_cap() 594 return dev->input_type[dev->input] == HDMI; in vivid_is_hdmi_cap()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | random.h | 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 158 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 1572 typedef _IntType input_type; in _GLIBCXX_VISIBILITY() 1697 typedef int input_type; in _GLIBCXX_VISIBILITY() 1788 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1874 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1961 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2069 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2158 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2241 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | random.h | 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 158 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 1572 typedef _IntType input_type; in _GLIBCXX_VISIBILITY() 1697 typedef int input_type; in _GLIBCXX_VISIBILITY() 1788 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1874 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1961 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2069 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2158 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2241 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/ |
| H A D | techpoint_dev.c | 106 techpoint->input_type = TECHPOINT_DVP_BT1120; in check_chip_id() 113 techpoint->input_type = TECHPOINT_MIPI; in check_chip_id() 120 techpoint->input_type = TECHPOINT_MIPI; in check_chip_id() 127 techpoint->input_type = TECHPOINT_MIPI; in check_chip_id()
|
| H A D | techpoint_v4l2.c | 169 if (techpoint->input_type == TECHPOINT_DVP_BT1120) { in techpoint_initialize_controls() 180 } else if (techpoint->input_type == TECHPOINT_MIPI) { in techpoint_initialize_controls() 505 if (techpoint->input_type == TECHPOINT_DVP_BT1120) { in techpoint_g_mbus_config() 510 } else if (techpoint->input_type == TECHPOINT_MIPI) { in techpoint_g_mbus_config() 528 if (techpoint->input_type == TECHPOINT_DVP_BT1120) in techpoint_querystd() 549 if (techpoint->input_type == TECHPOINT_DVP_BT1120) { in techpoint_get_bt656_module_inf()
|
| H A D | techpoint_common.h | 129 enum techpoint_input_type input_type; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_multiple_input_demo/src/ |
| H A D | main.cc | 159 int input_type[io_num.n_input]; in main() local 164 input_type[i] = RKNN_TENSOR_UINT8; in main() 196 inputs[i].type = (rknn_tensor_type)input_type[i]; in main()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/au0828/ |
| H A D | au0828-core.c | 343 if (dev->input_type == AU0828_VMUX_TELEVISION) in au0828_enable_source() 345 else if (dev->input_type == AU0828_VMUX_SVIDEO || in au0828_enable_source() 346 dev->input_type == AU0828_VMUX_COMPOSITE) in au0828_enable_source() 347 find_source = &dev->input_ent[dev->input_type]; in au0828_enable_source()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | saa7127.c | 249 enum saa7127_input_type input_type; member 578 state->input_type = input; in saa7127_set_input_type() 599 if (state->input_type != input) in saa7127_s_routing() 672 v4l2_info(sd, "Input: %s\n", state->input_type ? "color bars" : "normal"); in saa7127_log_status()
|
| H A D | adv7180.c | 1042 enum adv7182_input_type input_type; in adv7182_select_input() local 1055 input_type = adv7182_get_input_type(input); in adv7182_select_input() 1057 switch (input_type) { in adv7182_select_input() 1069 lbias = adv7280_lbias_settings[input_type]; in adv7182_select_input() 1071 lbias = adv7182_lbias_settings[input_type]; in adv7182_select_input() 1076 if (input_type == ADV7182_INPUT_TYPE_DIFF_CVBS) { in adv7182_select_input()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_common_test/src/ |
| H A D | main.cc | 161 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 213 input_attrs[0].type = input_type; in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_api_demo/src/ |
| H A D | rknn_create_mem_demo.cpp | 237 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 251 input_attrs[0].type = input_type; in main()
|
| H A D | rknn_create_mem_with_rga_demo.cpp | 227 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 265 input_attrs[0].type = input_type; in main()
|
| H A D | rknn_with_mmz_demo.cpp | 212 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 275 input_attrs[0].type = input_type; in main()
|
| H A D | rknn_set_internal_mem_from_fd_demo.cpp | 221 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 336 input_attrs[0].type = input_type; in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/ |
| H A D | rknn_create_mem_demo.cpp | 237 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 251 input_attrs[0].type = input_type; in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/ |
| H A D | main_nhwc.cc | 320 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 335 input_attrs[0].type = input_type; in main()
|
| H A D | main.cc | 350 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 365 input_attrs[0].type = input_type; in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | main.cc | 322 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local 337 input_attrs[0].type = input_type; in main()
|