Home
last modified time | relevance | path

Searched refs:frame1 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Doptical_flow.hpp66 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 Dglobal_motion.hpp183 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 Dinpainting.hpp204 … const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1,
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dreport.c79 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 Dhcd.h648 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 Dmpp_frame.cpp205 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 Doptical_flow.hpp59 …virtual void calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2 = noA…
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_frame_impl.h203 MPP_RET mpp_frame_info_cmp(MppFrame frame0, MppFrame frame1);
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c481 (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 Dcommands.h3659 u8 frame1; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1410 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()