Searched refs:timecode (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskadec.c248 uint64_t timecode; member in struct:__anon679
486 { MATROSKA_ID_CLUSTERTIMECODE,EBML_UINT,0, offsetof(MatroskaCluster,timecode) },
1504 uint64_t timecode = AV_NOPTS_VALUE; local
1542 timecode = cluster_time + block_time;
1544 && timecode < track->end_timecode)
1547 av_add_index_entry(st, cluster_pos, timecode, 0,0,AVINDEX_KEYFRAME);
1548 track->end_timecode = FFMAX(track->end_timecode, timecode+duration);
1552 if (!is_keyframe || timecode < matroska->skip_to_timecode)
1699 pkt->pts = timecode;
1710 timecode !
[all...]
H A Dgxfenc.c367 uint32_t timecode = local
378 put_le32(pb, 0); /* timecode mark in */
379 put_le32(pb, timecode); /* timecode mark out */
385 put_le16(pb, 0); /* timecode track count */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcompat_ioctl32.c352 struct v4l2_timecode timecode; member in struct:v4l2_buffer32
427 copy_to_user(&up->timecode, &kp->timecode, sizeof(struct v4l2_timecode)) ||
H A Dvideodev.c336 struct v4l2_timecode *tc=&p->timecode;
351 dbgarg2 ("timecode= %02d:%02d:%02d type=%d, "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c328 For AES32, bits for status, status2 and timecode are different
619 unsigned int timecode = hdspm_read(hdspm, HDSPM_timecodeRegister); local
630 return HDSPM_bit2freq((timecode >>
3147 unsigned int timecode; local
3156 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
3191 "Register: ctrl1=0x%x, status1=0x%x, status2=0x%x, timecode=0x%x\n",
3193 status, status2, timecode);
3290 HDSPM_bit2freq((timecode >> (4*x)) & 0xF));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c1571 memset(&buf->timecode, 0, sizeof(buf->timecode));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev2.h571 struct v4l2_timecode timecode; member in struct:v4l2_buffer
592 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */

Completed in 94 milliseconds