/linux/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.userbits[3]; [all …]
|
/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 276 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 D | esparser.c | 329 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 293 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 D | v4l2-mem2mem.c | 1315 cap_vb->timecode = out_vb->timecode; in v4l2_m2m_buf_copy_metadata()
|
H A D | v4l2-ioctl.c | 441 const struct v4l2_timecode *tc = &p->timecode; in v4l_print_buffer() 3313 .timecode = vb32.timecode, in video_get_user() 3386 vb32.timecode = vb->timecode; in video_put_user()
|
/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 221 # V4L2 timecode types 222 replace define V4L2_TC_TYPE_24FPS timecode-type 223 replace define V4L2_TC_TYPE_25FPS timecode-type 224 replace define V4L2_TC_TYPE_30FPS timecode-type 225 replace define V4L2_TC_TYPE_50FPS timecode-type 226 replace define V4L2_TC_TYPE_60FPS timecode-type 228 # V4L2 timecode flags 229 replace define V4L2_TC_FLAG_DROPFRAME timecode-flags 230 replace define V4L2_TC_FLAG_COLORFRAME timecode-flags 231 replace define V4L2_TC_USERBITS_field timecode-flags [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | buffer.rst | 215 - ``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 705 :ref:`smpte12m` or similar timecode. 723 - Frame rate the timecodes are based on, see :ref:`timecode-type`. 726 - Timecode flags, see :ref:`timecode-flags`. 730 timecode. 742 - The "user group" bits from the timecode.
|
/linux/include/media/ |
H A D | videobuf2-v4l2.h | 49 struct v4l2_timecode timecode; member
|
H A D | v4l2-ioctl.h | 773 struct v4l2_timecode timecode; member
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 156 vbuf->timecode = b->timecode; in __copy_timestamp() 495 b->timecode = vbuf->timecode; in __fill_v4l2_buffer()
|
/linux/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()
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 1055 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header() 1194 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda.h | 167 struct v4l2_timecode timecode; member
|
H A D | coda-bit.c | 403 meta->timecode = src_buf->timecode; in coda_fill_bitstream() 2545 dst_buf->timecode = meta->timecode; in coda_finish_decode()
|
/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.c | 559 dst->timecode = src->timecode; in g2d_isr()
|
/linux/drivers/media/platform/nxp/ |
H A D | mx2_emmaprp.c | 362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
|
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | 101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
|
/linux/drivers/media/platform/ |
H A D | m2m-deinterlace.c | 192 dst_vb->timecode = src_vb->timecode; in dma_callback()
|
/linux/drivers/media/platform/amlogic/meson-ge2d/ |
H A D | ge2d.c | 307 dst->timecode = src->timecode; in ge2d_isr()
|
/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | 485 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()
|
/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-v4l2.c | 195 dst_vb->timecode = src_vb->timecode; in bdisp_job_finish()
|
/linux/sound/pci/rme9652/ |
H A D | hdspm.c | 2353 int timecode; in hdspm_get_aes_sample_rate() local 2357 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in hdspm_get_aes_sample_rate() 2358 return (timecode >> (4*index)) & 0xF; in hdspm_get_aes_sample_rate() 5025 unsigned int timecode; in snd_hdspm_proc_read_aes32() local 5033 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in snd_hdspm_proc_read_aes32() 5132 HDSPM_bit2freq((timecode >> (4*x)) & 0xF)); in snd_hdspm_proc_read_aes32()
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 1534 dst_buf->timecode = src_buf->timecode; in jpu_irq_handler()
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc.c | 278 dst_buf->b->timecode = src_buf->b->timecode; in s5p_mfc_handle_frame_copy_time()
|