/kernel/linux/linux-5.10/include/trace/events/ |
H A D | v4l2.h | 134 __entry->timecode_type = buf->timecode.type; 135 __entry->timecode_flags = buf->timecode.flags; 136 __entry->timecode_frames = buf->timecode.frames; 137 __entry->timecode_seconds = buf->timecode.seconds; 138 __entry->timecode_minutes = buf->timecode.minutes; 139 __entry->timecode_hours = buf->timecode.hours; 140 __entry->timecode_userbits0 = buf->timecode.userbits[0]; 141 __entry->timecode_userbits1 = buf->timecode.userbits[1]; 142 __entry->timecode_userbits2 = buf->timecode.userbits[2]; 143 __entry->timecode_userbits3 = buf->timecode [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | v4l2.h | 134 __entry->timecode_type = buf->timecode.type; 135 __entry->timecode_flags = buf->timecode.flags; 136 __entry->timecode_frames = buf->timecode.frames; 137 __entry->timecode_seconds = buf->timecode.seconds; 138 __entry->timecode_minutes = buf->timecode.minutes; 139 __entry->timecode_hours = buf->timecode.hours; 140 __entry->timecode_userbits0 = buf->timecode.userbits[0]; 141 __entry->timecode_userbits1 = buf->timecode.userbits[1]; 142 __entry->timecode_userbits2 = buf->timecode.userbits[2]; 143 __entry->timecode_userbits3 = buf->timecode [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 276 struct v4l2_timecode timecode, u32 flags) in dst_buf_done() 296 vbuf->timecode = timecode; in dst_buf_done() 329 struct v4l2_timecode timecode; in amvdec_dst_buf_done() local 346 timecode = tmp->tc; in amvdec_dst_buf_done() 352 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done() 364 struct v4l2_timecode timecode = { 0 }; in amvdec_dst_buf_done_offset() local 393 timecode = match->tc; in amvdec_dst_buf_done_offset() 400 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done_offset() 273 dst_buf_done(struct amvdec_session *sess, struct vb2_v4l2_buffer *vbuf, u32 field, u64 timestamp, struct v4l2_timecode timecode, u32 flags) dst_buf_done() argument
|
H A D | esparser.c | 331 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 276 struct v4l2_timecode timecode, u32 flags) in dst_buf_done() 296 vbuf->timecode = timecode; in dst_buf_done() 329 struct v4l2_timecode timecode; in amvdec_dst_buf_done() local 346 timecode = tmp->tc; in amvdec_dst_buf_done() 352 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done() 364 struct v4l2_timecode timecode = { 0 }; in amvdec_dst_buf_done_offset() local 393 timecode = match->tc; in amvdec_dst_buf_done_offset() 400 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done_offset() 273 dst_buf_done(struct amvdec_session *sess, struct vb2_v4l2_buffer *vbuf, u32 field, u64 timestamp, struct v4l2_timecode timecode, u32 flags) dst_buf_done() argument
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 285 struct v4l2_timecode timecode; member 309 struct v4l2_timecode timecode; member 409 .timecode = vb32.timecode, in get_v4l2_buffer32() 454 .timecode = vb32.timecode, in get_v4l2_buffer32_time32() 496 .timecode = vb->timecode, in put_v4l2_buffer32() 541 .timecode = vb->timecode, in put_v4l2_buffer32_time32() [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-v4l2.h | 35 * @timecode: frame timecode. 49 struct v4l2_timecode timecode; member
|
H A D | v4l2-ioctl.h | 759 struct v4l2_timecode timecode; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-v4l2.h | 35 * @timecode: frame timecode. 49 struct v4l2_timecode timecode; member
|
H A D | v4l2-ioctl.h | 769 struct v4l2_timecode timecode; member
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 485 struct v4l2_timecode timecode; member 508 struct v4l2_timecode timecode; member 863 copy_in_user(&p32->timecode, &p64->timecode, sizeof(p64->timecode)) || in put_v4l2_buffer32() 943 copy_in_user(&p32->timecode, &p64->timecode, sizeof(p64->timecode)) || in put_v4l2_buffer32_time32()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 150 * and the timecode field and flag if needed. in __copy_timestamp() 156 vbuf->timecode = b->timecode; in __copy_timestamp() 325 * For output buffers mask out the timecode flag: in vb2_fill_vb2_v4l2_buffer() 538 b->timecode = vbuf->timecode; in __fill_v4l2_buffer()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
H A D | mtk_vcodec_enc.c | 954 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header() 1085 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 150 * and the timecode field and flag if needed. in __copy_timestamp() 156 vbuf->timecode = b->timecode; in __copy_timestamp() 325 * For output buffers mask out the timecode flag: in vb2_fill_vb2_v4l2_buffer() 508 b->timecode = vbuf->timecode; in __fill_v4l2_buffer()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateful.c | 359 dst_buf->timecode = src_buf->timecode; in mtk_vdec_worker()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda.h | 158 struct v4l2_timecode timecode; member
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda.h | 167 struct v4l2_timecode timecode; member
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/ |
H A D | gsc-m2m.c | 101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
|
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
H A D | rga.c | 79 dst->timecode = src->timecode; in rga_isr()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | mx2_emmaprp.c | 362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
H A D | g2d.c | 559 dst->timecode = src->timecode; in g2d_isr()
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/ |
H A D | mx2_emmaprp.c | 362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.c | 559 dst->timecode = src->timecode; in g2d_isr()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | 101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 1070 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header() 1209 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()
|