Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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.c331 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions199 # V4L2 timecode types
200 replace define V4L2_TC_TYPE_24FPS timecode-type
201 replace define V4L2_TC_TYPE_25FPS timecode-type
202 replace define V4L2_TC_TYPE_30FPS timecode-type
203 replace define V4L2_TC_TYPE_50FPS timecode-type
204 replace define V4L2_TC_TYPE_60FPS timecode-type
206 # V4L2 timecode flags
207 replace define V4L2_TC_FLAG_DROPFRAME timecode-flags
208 replace define V4L2_TC_FLAG_COLORFRAME timecode-flags
209 replace define V4L2_TC_USERBITS_field timecode-flags
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_buffer_proxy.h48 _buf.timecode = code; in set_timecode()
92 xcam_mem_clear (_buf.timecode); in reset()
H A Dfake_v4l2_device.cpp252 buf->set_timecode (v4l2_buf.timecode); in dequeue_buffer()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c490 struct v4l2_timecode timecode; member
513 struct v4l2_timecode timecode; member
872 copy_in_user(&p32->timecode, &p64->timecode, sizeof(p64->timecode)) || in put_v4l2_buffer32()
952 copy_in_user(&p32->timecode, &p64->timecode, sizeof(p64->timecode)) || in put_v4l2_buffer32_time32()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0041-av1parser-Don-t-consider-unknown-metadata-OBUs-a-bit.patch21 &bit_reader, &(metadata->timecode));
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0041-av1parser-Don-t-consider-unknown-metadata-OBUs-a-bit.patch21 &bit_reader, &(metadata->timecode));
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst217 - ``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
709 :ref:`smpte12m` or similar timecode.
727 - Frame rate the timecodes are based on, see :ref:`timecode-type`.
730 - Timecode flags, see :ref:`timecode-flags`.
734 timecode.
746 - The "user group" bits from the timecode.
/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf2-v4l2.h50 struct v4l2_timecode timecode; member
H A Dv4l2-ioctl.h759 struct v4l2_timecode timecode; member
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c156 vbuf->timecode = b->timecode; in __copy_timestamp()
544 b->timecode = vbuf->timecode; in __fill_v4l2_buffer()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_enc.c952 dst_buf->timecode = src_buf->timecode; in mtk_venc_encode_header()
1083 dst_buf->timecode = src_buf->timecode; in mtk_venc_worker()
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda.h158 struct v4l2_timecode timecode; member
H A Dcoda-bit.c401 meta->timecode = src_buf->timecode; in coda_fill_bitstream()
2510 dst_buf->timecode = meta->timecode; in coda_finish_decode()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d.c559 dst->timecode = src->timecode; in g2d_isr()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dmx2_emmaprp.c362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
H A Dm2m-deinterlace.c192 dst_vb->timecode = src_vb->timecode; in dma_callback()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga.c79 dst->timecode = src->timecode; in rga_isr()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h374 AV1RawMetadataTimecode timecode; member
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c916 memset(&buf->timecode, 0, sizeof(buf->timecode)); in cpia2_dqbuf()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c2678 dst_buf->timecode = src_buf->timecode; in s5p_jpeg_irq()
2821 dst_buf->timecode = src_buf->timecode; in exynos3250_jpeg_irq()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c488 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()

12