/linux/include/trace/events/ |
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; 211 __entry->timecode_type = vbuf->timecode.type; 212 __entry->timecode_flags = vbuf->timecode.flags; 213 __entry->timecode_frames = vbuf->timecode.frames; 214 __entry->timecode_seconds = vbuf->timecode.seconds; [all …]
|
/linux/drivers/staging/media/meson/vdec/ |
A D | vdec_helpers.c | 272 struct v4l2_timecode timecode, u32 flags) in dst_buf_done() argument 292 vbuf->timecode = timecode; in dst_buf_done() 325 struct v4l2_timecode timecode; in amvdec_dst_buf_done() local 342 timecode = tmp->tc; in amvdec_dst_buf_done() 348 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done() 360 struct v4l2_timecode timecode = { 0 }; in amvdec_dst_buf_done_offset() local 389 timecode = match->tc; in amvdec_dst_buf_done_offset() 396 dst_buf_done(sess, vbuf, field, timestamp, timecode, vbuf_flags); in amvdec_dst_buf_done_offset()
|
A D | esparser.c | 331 amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-compat-ioctl32.c | 298 struct v4l2_timecode timecode; member 322 struct v4l2_timecode timecode; member 422 .timecode = vb32.timecode, in get_v4l2_buffer32() 467 .timecode = vb32.timecode, in get_v4l2_buffer32_time32() 509 .timecode = vb->timecode, in put_v4l2_buffer32() 554 .timecode = vb->timecode, in put_v4l2_buffer32_time32()
|
A D | v4l2-mem2mem.c | 1255 cap_vb->timecode = out_vb->timecode; in v4l2_m2m_buf_copy_metadata()
|
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 205 # V4L2 timecode types 206 replace define V4L2_TC_TYPE_24FPS timecode-type 207 replace define V4L2_TC_TYPE_25FPS timecode-type 208 replace define V4L2_TC_TYPE_30FPS timecode-type 209 replace define V4L2_TC_TYPE_50FPS timecode-type 210 replace define V4L2_TC_TYPE_60FPS timecode-type 212 # V4L2 timecode flags 213 replace define V4L2_TC_FLAG_DROPFRAME timecode-flags 214 replace define V4L2_TC_FLAG_COLORFRAME timecode-flags 215 replace define V4L2_TC_USERBITS_field timecode-flags [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | buffer.rst | 217 - ``timecode`` 219 structure contains a frame timecode. In 221 bottom field contain the same timecode. Timecodes are intended to 547 - The ``timecode`` field is valid. Drivers set or clear this flag 549 this bit and the corresponding ``timecode`` structure when 745 :ref:`smpte12m` or similar timecode. 763 - Frame rate the timecodes are based on, see :ref:`timecode-type`. 766 - Timecode flags, see :ref:`timecode-flags`. 770 timecode. 782 - The "user group" bits from the timecode.
|
/linux/include/media/ |
A D | videobuf2-v4l2.h | 49 struct v4l2_timecode timecode; member
|
A D | v4l2-ioctl.h | 769 struct v4l2_timecode timecode; member
|
/linux/drivers/media/common/videobuf2/ |
A D | videobuf2-v4l2.c | 156 vbuf->timecode = b->timecode; in __copy_timestamp() 508 b->timecode = vbuf->timecode; in __fill_v4l2_buffer()
|
/linux/drivers/media/platform/mtk-vcodec/ |
A D | mtk_vcodec_dec_stateful.c | 377 dst_buf->timecode = src_buf->timecode; in mtk_vdec_worker()
|
A D | mtk_vcodec_enc.c | 1080 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header() 1228 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()
|
/linux/drivers/media/platform/coda/ |
A D | coda.h | 167 struct v4l2_timecode timecode; member
|
A D | coda-bit.c | 401 meta->timecode = src_buf->timecode; in coda_fill_bitstream() 2539 dst_buf->timecode = meta->timecode; in coda_finish_decode()
|
/linux/drivers/media/platform/exynos-gsc/ |
A D | gsc-m2m.c | 101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
|
/linux/drivers/media/platform/ |
A D | mx2_emmaprp.c | 362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
|
A D | m2m-deinterlace.c | 192 dst_vb->timecode = src_vb->timecode; in dma_callback()
|
/linux/drivers/media/platform/s5p-g2d/ |
A D | g2d.c | 559 dst->timecode = src->timecode; in g2d_isr()
|
/linux/drivers/media/platform/rockchip/rga/ |
A D | rga.c | 79 dst->timecode = src->timecode; in rga_isr()
|
/linux/drivers/media/usb/cpia2/ |
A D | cpia2_v4l.c | 913 memset(&buf->timecode, 0, sizeof(buf->timecode)); in cpia2_dqbuf()
|
/linux/drivers/media/platform/meson/ge2d/ |
A D | ge2d.c | 307 dst->timecode = src->timecode; in ge2d_isr()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-timecard | 80 Description: (RW) An integer from 0-7 indicating the timecode format
|
/linux/drivers/media/platform/s5p-jpeg/ |
A D | jpeg-core.c | 2678 dst_buf->timecode = src_buf->timecode; in s5p_jpeg_irq() 2821 dst_buf->timecode = src_buf->timecode; in exynos3250_jpeg_irq()
|
/linux/drivers/media/platform/mtk-mdp/ |
A D | mtk_mdp_m2m.c | 485 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()
|
/linux/drivers/media/platform/sti/bdisp/ |
A D | bdisp-v4l2.c | 195 dst_vb->timecode = src_vb->timecode; in bdisp_job_finish()
|