Home | History | Annotate | Download | only in webm

Lines Matching refs:timecode

15   0xE7,  // Timecode ID
16 0x88, // timecode(size=8)
17 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // timecode value
60 // Write the timecode into the header.
68 void ClusterBuilder::AddSimpleBlock(int track_num, int64 timecode, int flags,
81 WriteBlock(buf, track_num, timecode, flags, data, size);
86 void ClusterBuilder::AddBlockGroup(int track_num, int64 timecode, int duration,
107 WriteBlock(buf, track_num, timecode, flags, data, size);
112 void ClusterBuilder::WriteBlock(uint8* buf, int track_num, int64 timecode,
122 int64 timecode_delta = timecode - cluster_timecode_;