Home
last modified time | relevance | path

Searched refs:timecode (Results 1 – 25 of 31) sorted by relevance

12

/linux/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.userbits[3];
[all …]
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c276 struct v4l2_timecode timecode, u32 flags) in dst_buf_done() argument
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()
H A Desparser.c329 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c293 struct v4l2_timecode timecode; member
317 struct v4l2_timecode timecode; member
417 .timecode = vb32.timecode, in get_v4l2_buffer32()
462 .timecode = vb32.timecode, in get_v4l2_buffer32_time32()
504 .timecode = vb->timecode, in put_v4l2_buffer32()
549 .timecode = vb->timecode, in put_v4l2_buffer32_time32()
H A Dv4l2-mem2mem.c1317 cap_vb->timecode = out_vb->timecode; in v4l2_m2m_buf_copy_metadata()
H A Dv4l2-ioctl.c441 const struct v4l2_timecode *tc = &p->timecode; in v4l_print_buffer()
3328 .timecode = vb32.timecode, in video_get_user()
3401 vb32.timecode = vb->timecode; in video_put_user()
/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst215 - ``timecode``
217 structure contains a frame timecode. In
219 bottom field contain the same timecode. Timecodes are intended to
542 - The ``timecode`` field is valid. Drivers set or clear this flag
544 this bit and the corresponding ``timecode`` structure when
707 :ref:`smpte12m` or similar timecode.
725 - Frame rate the timecodes are based on, see :ref:`timecode-type`.
728 - Timecode flags, see :ref:`timecode-flags`.
732 timecode.
744 - The "user group" bits from the timecode.
/linux/include/media/
H A Dvideobuf2-v4l2.h35 * @timecode: frame timecode.
49 struct v4l2_timecode timecode; member
H A Dv4l2-ioctl.h777 struct v4l2_timecode timecode; member
/linux/drivers/media/platform/qcom/iris/
H A Diris_common.c42 inst->tss[inst->metadata_idx].tc = vbuf->timecode; in iris_set_ts_metadata()
H A Diris_buffer.c732 vbuf->timecode = inst->tss[i].tc; in iris_get_ts_metadata()
738 vbuf->timecode = inst->tss[inst->metadata_idx].tc; in iris_get_ts_metadata()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c359 dst_buf->timecode = src_buf->timecode; in mtk_vdec_worker()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda.h167 struct v4l2_timecode timecode; member
H A Dcoda-bit.c403 meta->timecode = src_buf->timecode; in coda_fill_bitstream()
2545 dst_buf->timecode = meta->timecode; in coda_finish_decode()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
/linux/drivers/media/platform/nxp/
H A Dmx2_emmaprp.c367 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
H A Dimx-pxp.c879 out_vb->timecode = in_vb->timecode; in pxp_start()
/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c555 dst->timecode = src->timecode; in g2d_isr()
/linux/drivers/media/platform/
H A Dm2m-deinterlace.c197 dst_vb->timecode = src_vb->timecode; in dma_callback()
/linux/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c312 dst->timecode = src->timecode; in ge2d_isr()
/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c2671 dst_buf->timecode = src_buf->timecode; in s5p_jpeg_irq()
2814 dst_buf->timecode = src_buf->timecode; in exynos3250_jpeg_irq()
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c198 dst_vb->timecode = src_vb->timecode; in bdisp_job_finish()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c485 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()
/linux/sound/pci/rme9652/
H A Dhdspm.c2333 int timecode; in hdspm_get_aes_sample_rate() local
2337 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in hdspm_get_aes_sample_rate()
2338 return (timecode >> (4*index)) & 0xF; in hdspm_get_aes_sample_rate()
4986 unsigned int timecode; in snd_hdspm_proc_read_aes32() local
4994 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in snd_hdspm_proc_read_aes32()
5090 HDSPM_bit2freq((timecode >> (4*x)) & 0xF)); in snd_hdspm_proc_read_aes32()
/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c1523 dst_buf->timecode = src_buf->timecode; in jpu_irq_handler()

12