Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_math.hpp140 #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 Dvec_math.hpp140 #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 Dvec_math.hpp140 #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 Dudbg_adb.c38 } 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 Drknn_benchmark.cpp87 …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 Drknn_internal_mem_reuse_demo.cc207 …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 Dvivid-core.h185 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 Drandom.h86 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 Drandom.h86 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 Dtechpoint_dev.c106 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 Dtechpoint_v4l2.c169 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 Dtechpoint_common.h129 enum techpoint_input_type input_type; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_multiple_input_demo/src/
H A Dmain.cc159 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 Dau0828-core.c343 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 Dsaa7127.c249 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 Dadv7180.c1042 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 Dmain.cc161 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 Drknn_create_mem_demo.cpp237 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local
251 input_attrs[0].type = input_type; in main()
H A Drknn_create_mem_with_rga_demo.cpp227 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local
265 input_attrs[0].type = input_type; in main()
H A Drknn_with_mmz_demo.cpp212 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local
275 input_attrs[0].type = input_type; in main()
H A Drknn_set_internal_mem_from_fd_demo.cpp221 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 Drknn_create_mem_demo.cpp237 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 Dmain_nhwc.cc320 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local
335 input_attrs[0].type = input_type; in main()
H A Dmain.cc350 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 Dmain.cc322 rknn_tensor_type input_type = RKNN_TENSOR_UINT8; in main() local
337 input_attrs[0].type = input_type; in main()

12