Searched refs:timecode (Results 1 - 25 of 29) sorted by last modified time

12

/linux-master/include/uapi/linux/
H A Dvideodev2.h1084 * @timecode: frame timecode
1120 struct v4l2_timecode timecode; member in struct:v4l2_buffer
1170 /* timecode field is valid */
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c1315 cap_vb->timecode = out_vb->timecode;
H A Dv4l2-ioctl.c440 const struct v4l2_timecode *tc = &p->timecode;
468 printk(KERN_DEBUG "timecode=%02d:%02d:%02d type=%d, flags=0x%08x, frames=%d, userbits=0x%08x\n",
3243 .timecode = vb32.timecode,
3316 vb32.timecode = vb->timecode;
H A Dv4l2-compat-ioctl32.c293 struct v4l2_timecode timecode; member in struct:v4l2_buffer32
317 struct v4l2_timecode timecode; member in struct:v4l2_buffer32_time32
417 .timecode = vb32.timecode,
462 .timecode = vb32.timecode,
504 .timecode = vb->timecode,
549 .timecode = vb->timecode,
[all...]
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c270 * Copy timestamp / timecode from decoded src to dst and set
278 dst_buf->b->timecode = src_buf->b->timecode;
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c150 * and the timecode field and flag if needed.
156 vbuf->timecode = b->timecode;
325 * For output buffers mask out the timecode flag:
495 b->timecode = vbuf->timecode;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c172 struct v4l2_timecode *tc = &vbuf->timecode;
180 * Set the timecode. Rarely used, so it is interesting to
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c1055 dst_buf->timecode = src_buf->timecode;
1194 dst_buf->timecode = src_buf->timecode;
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h167 struct v4l2_timecode timecode; member in struct:coda_buffer_meta
H A Dcoda-bit.c403 meta->timecode = src_buf->timecode;
2545 dst_buf->timecode = meta->timecode;
/linux-master/drivers/staging/media/meson/vdec/
H A Desparser.c329 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags);
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c2676 dst_buf->timecode = src_buf->timecode;
2819 dst_buf->timecode = src_buf->timecode;
/linux-master/drivers/media/platform/renesas/
H A Drcar_jpu.c1534 dst_buf->timecode = src_buf->timecode;
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c471 inst->tss[slot].tc = vbuf->timecode;
491 vbuf->timecode = inst->tss[i].tc;
/linux-master/drivers/media/platform/nxp/
H A Dimx-pxp.c879 out_vb->timecode = in_vb->timecode;
H A Dmx2_emmaprp.c362 dst_vb->timecode = src_vb->timecode;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c359 dst_buf->timecode = src_buf->timecode;
/linux-master/sound/pci/rme9652/
H A Dhdspm.c543 For AES32, bits for status, status2 and timecode are different
2351 int timecode; local
2355 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
2356 return (timecode >> (4*index)) & 0xF;
5023 unsigned int timecode; local
5031 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
5130 HDSPM_bit2freq((timecode >> (4*x)) & 0xF));
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpe.c1443 d_vb->timecode = s_vb->timecode;
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c195 dst_vb->timecode = src_vb->timecode;
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c559 dst->timecode = src->timecode;
/linux-master/drivers/media/platform/
H A Dm2m-deinterlace.c192 dst_vb->timecode = src_vb->timecode;
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c307 dst->timecode = src->timecode;
/linux-master/include/media/
H A Dvideobuf2-v4l2.h35 * @timecode: frame timecode.
49 struct v4l2_timecode timecode; member in struct:vb2_v4l2_buffer
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c101 dst_vb->timecode = src_vb->timecode;

Completed in 644 milliseconds

12