| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | optical_flow.hpp | 66 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, 75 InputArray frame0, InputArray frame1, InputOutputArray flowX, InputOutputArray flowY, 101 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, 114 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, 117 …void run(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0, cuda… 120 …void run(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0, cuda… 135 InputArray frame0, InputArray frame1, InputOutputArray flowX, InputOutputArray flowY,
|
| H A D | global_motion.hpp | 183 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) = 0; 197 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 211 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 238 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 239 Mat estimate(InputArray frame0, InputArray frame1, bool *ok = 0); 266 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 267 Mat estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok = 0);
|
| H A D | inpainting.hpp | 204 … const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1,
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | report.c | 79 unsigned long frame1; member 111 static bool rate_limit_report(unsigned long frame1, unsigned long frame2) in rate_limit_report() argument 149 if ((rt->frame1 == frame1 && rt->frame2 == frame2) || in rate_limit_report() 150 (rt->frame1 == frame2 && rt->frame2 == frame1)) in rate_limit_report() 155 use_entry->frame1 = frame1; in rate_limit_report()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd.h | 648 static inline int dwc2_frame_num_le(u16 frame1, u16 frame2) in dwc2_frame_num_le() argument 650 return ((frame2 - frame1) & HFNUM_MAX_FRNUM) <= (HFNUM_MAX_FRNUM >> 1); in dwc2_frame_num_le() 658 static inline int dwc2_frame_num_gt(u16 frame1, u16 frame2) in dwc2_frame_num_gt() argument 660 return (frame1 != frame2) && in dwc2_frame_num_gt() 661 ((frame1 - frame2) & HFNUM_MAX_FRNUM) < (HFNUM_MAX_FRNUM >> 1); in dwc2_frame_num_gt()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_frame.cpp | 205 MPP_RET mpp_frame_info_cmp(MppFrame frame0, MppFrame frame1) in mpp_frame_info_cmp() argument 213 MppFrameImpl *f1 = (MppFrameImpl *)frame1; in mpp_frame_info_cmp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/superres/ |
| H A D | optical_flow.hpp | 59 …virtual void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = noA…
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_frame_impl.h | 203 MPP_RET mpp_frame_info_cmp(MppFrame frame0, MppFrame frame1);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | lib.c | 481 (BT_UART_MSG_FRAME1MSGTYPE_MSK & uart_msg->frame1) >> in iwlagn_print_uartmsg() 483 (BT_UART_MSG_FRAME1SSN_MSK & uart_msg->frame1) >> in iwlagn_print_uartmsg() 485 (BT_UART_MSG_FRAME1UPDATEREQ_MSK & uart_msg->frame1) >> in iwlagn_print_uartmsg()
|
| H A D | commands.h | 3659 u8 frame1; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 1410 MppFrame frame1 = NULL; in m2vd_convert_to_dxva() local 1416 mpp_buf_slot_get_prop(p->frame_slots, pbw->slot_index, SLOT_FRAME_PTR, &frame1); in m2vd_convert_to_dxva() 1417 error_info = mpp_frame_get_errinfo(frame0) | mpp_frame_get_errinfo(frame1); in m2vd_convert_to_dxva()
|