Home
last modified time | relevance | path

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

/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/Documentation/userspace-api/media/v4l/
H A Dvideodev2.h.rst.exceptions227 # V4L2 timecode types
228 replace define V4L2_TC_TYPE_24FPS timecode-type
229 replace define V4L2_TC_TYPE_25FPS timecode-type
230 replace define V4L2_TC_TYPE_30FPS timecode-type
231 replace define V4L2_TC_TYPE_50FPS timecode-type
232 replace define V4L2_TC_TYPE_60FPS timecode-type
234 # V4L2 timecode flags
235 replace define V4L2_TC_FLAG_DROPFRAME timecode-flags
236 replace define V4L2_TC_FLAG_COLORFRAME timecode-flags
237 replace define V4L2_TC_USERBITS_field timecode-flags
[all …]
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.h49 struct v4l2_timecode timecode; member
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c156 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 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
/linux/Documentation/ABI/testing/
H A Dsysfs-timecard184 Description: (RW) An integer from 0-7 indicating the timecode format
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c176 struct v4l2_timecode *tc = &vbuf->timecode; in vid_cap_buf_finish()