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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgxf.c40 * @brief parse gxf timecode and add it to metadata
42 static int add_timecode_metadata(AVDictionary **pm, const char *key, uint32_t timecode, int fields_per_frame) argument
45 int field = timecode & 0xff;
47 int second = (timecode >> 8) & 0xff;
48 int minute = (timecode >> 16) & 0xff;
49 int hour = (timecode >> 24) & 0x1f;
50 int drop = (timecode >> 29) & 1;
53 if (timecode >> 31)
174 // timecode tracks:
369 // check for timecode track
[all...]
H A Ddvenc.c42 #include "libavutil/timecode.h"
57 AVTimecode tc; /* timecode context */
85 uint32_t timecode; local
91 timecode = av_timecode_get_smpte_from_framenum(&c->tc, c->frames);
92 timecode |= 1<<23 | 1<<15 | 1<<7 | 1<<6; // biphase and binary group flags
93 AV_WB32(buf + 1, timecode);
360 AVDictionaryEntry *tcr = av_dict_get(s->metadata, "timecode", NULL, 0);
371 if (!tcr) { // no global timecode, look into the streams
374 tcr = av_dict_get(s->streams[i]->metadata, "timecode", NULL, 0);
H A Dmatroskadec.c249 uint64_t timecode; member in struct:__anon3549
592 { MATROSKA_ID_CLUSTERTIMECODE, EBML_UINT, 0, offsetof(MatroskaCluster, timecode) },
610 { MATROSKA_ID_CLUSTERTIMECODE, EBML_UINT, 0, offsetof(MatroskaCluster, timecode) },
624 { MATROSKA_ID_CLUSTERTIMECODE, EBML_UINT, 0, offsetof(MatroskaCluster, timecode) },
2336 uint8_t *data, int size, uint64_t timecode,
2349 track->audio.buf_timecode = timecode;
2490 uint64_t timecode,
2586 pkt->pts = timecode;
2589 // pkt->dts = timecode;
2603 uint64_t timecode, uint64_
2334 matroska_parse_rm_audio(MatroskaDemuxContext *matroska, MatroskaTrack *track, AVStream *st, uint8_t *data, int size, uint64_t timecode, int64_t pos) argument
2486 matroska_parse_webvtt(MatroskaDemuxContext *matroska, MatroskaTrack *track, AVStream *st, uint8_t *data, int data_len, uint64_t timecode, uint64_t duration, int64_t pos) argument
2600 matroska_parse_frame(MatroskaDemuxContext *matroska, MatroskaTrack *track, AVStream *st, uint8_t *data, int pkt_size, uint64_t timecode, uint64_t lace_duration, int64_t pos, int is_keyframe, uint8_t *additional, uint64_t additional_id, int additional_size, int64_t discard_padding) argument
2748 uint64_t timecode = AV_NOPTS_VALUE; local
[all...]
H A Ddv.c39 #include "libavutil/timecode.h"
315 // bit so its value should not be considered. Drop frame timecode
466 char timecode[AV_TIMECODE_STR_SIZE]; local
484 ret = dv_extract_timecode(c->dv_demux, partial_frame, timecode);
486 av_dict_set(&s->metadata, "timecode", timecode, 0);
488 av_log(s, AV_LOG_ERROR, "Detected timecode is invalid\n");
H A Dgxfenc.c26 #include "libavutil/timecode.h"
235 uint32_t timecode = GXF_TIMECODE(gxf->tc.color, gxf->tc.drop, local
241 avio_wl32(pb, timecode);
268 case 3: /* timecode */
441 uint32_t timecode_in; // timecode at mark in
442 uint32_t timecode_out; // timecode at mark out
468 avio_wl32(pb, timecode_in); /* timecode mark in */
469 avio_wl32(pb, timecode_out); /* timecode mark out */
475 avio_wl16(pb, 1); /* timecode track count */
690 av_log(s, AV_LOG_ERROR, "unable to parse timecode, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A DMakefile58 timecode.h \
126 timecode.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskadec.c260 uint64_t timecode; member in struct:__anon2200
500 { MATROSKA_ID_CLUSTERTIMECODE,EBML_UINT,0, offsetof(MatroskaCluster,timecode) },
1663 uint64_t timecode = AV_NOPTS_VALUE; local
1702 timecode = cluster_time + block_time;
1704 && timecode < track->end_timecode)
1707 av_add_index_entry(st, cluster_pos, timecode, 0,0,AVINDEX_KEYFRAME);
1708 track->end_timecode = FFMAX(track->end_timecode, timecode+duration);
1712 if (!is_keyframe || timecode < matroska->skip_to_timecode)
1810 track->audio.buf_timecode = timecode;
1890 pkt->dts = timecode;
[all...]
H A Dgxfenc.c400 uint32_t timecode; local
411 timecode =
422 avio_wl32(pb, 0); /* timecode mark in */
423 avio_wl32(pb, timecode); /* timecode mark out */
429 avio_wl16(pb, 1); /* timecode track count */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-compat-ioctl32.c454 struct v4l2_timecode timecode; member in struct:v4l2_buffer32
532 copy_to_user(&up->timecode, &kp->timecode, sizeof(struct v4l2_timecode)) ||
H A Dv4l2-ioctl.c475 struct v4l2_timecode *tc = &p->timecode;
490 dbgarg2("timecode=%02d:%02d:%02d type=%d, "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.cpp95 virtual HRESULT STDMETHODCALLTYPE GetTimecode (BMDTimecodeFormat format, IDeckLinkTimecode **timecode) { return S_FALSE; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdspm.c343 For AES32, bits for status, status2 and timecode are different
647 unsigned int timecode = local
660 return HDSPM_bit2freq((timecode >>
3142 unsigned int timecode; local
3151 timecode = hdspm_read(hdspm, HDSPM_timecodeRegister);
3187 "timecode=0x%x\n",
3189 status, status2, timecode);
3285 HDSPM_bit2freq((timecode >> (4*x)) & 0xF));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_v4l.c1558 memset(&buf->timecode, 0, sizeof(buf->timecode));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideodev2.h521 struct v4l2_timecode timecode; member in struct:v4l2_buffer
544 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */

Completed in 274 milliseconds