Home
last modified time | relevance | path

Searched refs:tw5864_h264_frame (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/media/pci/tw5864/
Dtw5864.h133 struct tw5864_h264_frame { struct
150 struct tw5864_h264_frame h264_buf[H264_BUF_CNT]; argument
Dtw5864-video.c180 static void tw5864_handle_frame(struct tw5864_h264_frame *frame);
957 struct tw5864_h264_frame *frame = &dev->h264_buf[i]; in tw5864_video_init()
1299 static int tw5864_is_motion_triggered(struct tw5864_h264_frame *frame) in tw5864_is_motion_triggered()
1327 struct tw5864_h264_frame *frame = in tw5864_handle_frame_work()
1363 static void tw5864_handle_frame(struct tw5864_h264_frame *frame) in tw5864_handle_frame()
Dtw5864-core.c128 struct tw5864_h264_frame *cur_frame, *next_frame; in tw5864_h264_isr()