Home
last modified time | relevance | path

Searched refs:timecode (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/include/trace/events/
H A Dv4l2.h134 __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 Dv4l2.h134 __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 Dvdec_helpers.c276 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 Desparser.c331 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 Dvdec_helpers.c276 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 Dv4l2-compat-ioctl32.c285 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 Dvideobuf2-v4l2.h35 * @timecode: frame timecode.
49 struct v4l2_timecode timecode; member
H A Dv4l2-ioctl.h759 struct v4l2_timecode timecode; member
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-v4l2.h35 * @timecode: frame timecode.
49 struct v4l2_timecode timecode; member
H A Dv4l2-ioctl.h769 struct v4l2_timecode timecode; member
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c485 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 Dvideobuf2-v4l2.c150 * 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 Dmtk_vcodec_enc.c954 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 Dvideobuf2-v4l2.c150 * 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 Dmtk_vcodec_dec_stateful.c359 dst_buf->timecode = src_buf->timecode; in mtk_vdec_worker()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda.h158 struct v4l2_timecode timecode; member
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda.h167 struct v4l2_timecode timecode; member
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
H A Drga.c79 dst->timecode = src->timecode; in rga_isr()
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dmx2_emmaprp.c362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
H A Dg2d.c559 dst->timecode = src->timecode; in g2d_isr()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H A Dmx2_emmaprp.c362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c559 dst->timecode = src->timecode; in g2d_isr()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c1070 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header()
1209 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()

Completed in 33 milliseconds

123