Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dv4l2.h131 __entry->timecode_type = buf->timecode.type; \
132 __entry->timecode_flags = buf->timecode.flags; \
134 buf->timecode.frames; \
136 buf->timecode.seconds; \
138 buf->timecode.minutes; \
139 __entry->timecode_hours = buf->timecode.hours; \
141 buf->timecode.userbits[0]; \
143 buf->timecode.userbits[1]; \
145 buf->timecode.userbits[2]; \
147 buf->timecode.userbits[3]; \
/linux-4.1.27/drivers/media/platform/coda/
Dcoda.h138 struct v4l2_timecode timecode; member
Dcoda-bit.c269 meta->timecode = src_buf->v4l2_buf.timecode; in coda_fill_bitstream()
1303 dst_buf->v4l2_buf.timecode = src_buf->v4l2_buf.timecode; in coda_finish_encode()
1960 dst_buf->v4l2_buf.timecode = meta->timecode; in coda_finish_decode()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c318 struct v4l2_timecode timecode; member
489 copy_to_user(&up->timecode, &kp->timecode, sizeof(struct v4l2_timecode)) || in put_v4l2_buffer32()
Dvideobuf2-core.c1873 vb->v4l2_buf.timecode = b->timecode; in vb2_internal_qbuf()
Dv4l2-ioctl.c437 const struct v4l2_timecode *tc = &p->timecode; in v4l_print_buffer()
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c90 dst_vb->v4l2_buf.timecode = src_vb->v4l2_buf.timecode; in gsc_m2m_job_finish()
/linux-4.1.27/drivers/media/platform/s5p-g2d/
Dg2d.c553 dst->v4l2_buf.timecode = src->v4l2_buf.timecode; in g2d_isr()
/linux-4.1.27/drivers/media/platform/
Dmx2_emmaprp.c384 dst_vb->v4l2_buf.timecode = src_vb->v4l2_buf.timecode; in emmaprp_irq()
Dvim2m.c243 memcpy(&out_vb->v4l2_buf.timecode, &in_vb->v4l2_buf.timecode, in device_process()
Dm2m-deinterlace.c214 dst_vb->v4l2_buf.timecode = src_vb->v4l2_buf.timecode; in dma_callback()
/linux-4.1.27/drivers/media/usb/cpia2/
Dcpia2_v4l.c957 memset(&buf->timecode, 0, sizeof(buf->timecode)); in cpia2_dqbuf()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c2301 dst_buf->v4l2_buf.timecode = src_buf->v4l2_buf.timecode; in s5p_jpeg_irq()
2430 dst_buf->v4l2_buf.timecode = src_buf->v4l2_buf.timecode; in exynos3250_jpeg_irq()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c238 dst_buf->b->v4l2_buf.timecode = in s5p_mfc_handle_frame_copy_time()
239 src_buf->b->v4l2_buf.timecode; in s5p_mfc_handle_frame_copy_time()
/linux-4.1.27/sound/pci/rme9652/
Dhdspm.c2355 int timecode; in hdspm_get_aes_sample_rate() local
2359 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in hdspm_get_aes_sample_rate()
2360 return (timecode >> (4*index)) & 0xF; in hdspm_get_aes_sample_rate()
5032 unsigned int timecode; in snd_hdspm_proc_read_aes32() local
5040 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); in snd_hdspm_proc_read_aes32()
5139 HDSPM_bit2freq((timecode >> (4*x)) & 0xF)); in snd_hdspm_proc_read_aes32()
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1296 d_buf->timecode = s_buf->timecode; in vpe_irq()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h766 struct v4l2_timecode timecode; member
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-cap.c210 struct v4l2_timecode *tc = &vb->v4l2_buf.timecode; in vid_cap_buf_finish()