| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 | 331 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 D | videodev2.h.rst.exceptions | 199 # 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 D | v4l2_buffer_proxy.h | 48 _buf.timecode = code; in set_timecode() 92 xcam_mem_clear (_buf.timecode); in reset()
|
| H A D | fake_v4l2_device.cpp | 252 buf->set_timecode (v4l2_buf.timecode); in dequeue_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 490 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 D | 0041-av1parser-Don-t-consider-unknown-metadata-OBUs-a-bit.patch | 21 &bit_reader, &(metadata->timecode));
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0041-av1parser-Don-t-consider-unknown-metadata-OBUs-a-bit.patch | 21 &bit_reader, &(metadata->timecode));
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H 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 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 D | videobuf2-v4l2.h | 50 struct v4l2_timecode timecode; member
|
| H A D | v4l2-ioctl.h | 759 struct v4l2_timecode timecode; member
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-v4l2.c | 156 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 D | mtk_vcodec_enc.c | 952 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 D | coda.h | 158 struct v4l2_timecode timecode; member
|
| H A D | coda-bit.c | 401 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 D | gsc-m2m.c | 101 dst_vb->timecode = src_vb->timecode; in gsc_m2m_job_finish()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/ |
| H A D | g2d.c | 559 dst->timecode = src->timecode; in g2d_isr()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | mx2_emmaprp.c | 362 dst_vb->timecode = src_vb->timecode; in emmaprp_irq()
|
| H A D | m2m-deinterlace.c | 192 dst_vb->timecode = src_vb->timecode; in dma_callback()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 79 dst->timecode = src->timecode; in rga_isr()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.h | 374 AV1RawMetadataTimecode timecode; member
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_v4l.c | 916 memset(&buf->timecode, 0, sizeof(buf->timecode)); in cpia2_dqbuf()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/ |
| H A D | mtk_mdp_m2m.c | 488 dst_vbuf->timecode = src_vbuf->timecode; in mtk_mdp_process_done()
|