Searched refs:timecode (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
H A D | mkvmuxerutil.cpp | 38 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, argument 101 if (SerializeInt(writer, timecode, 2)) 148 int64 timecode) { 159 if (SerializeInt(writer, timecode, 2)) 536 // Technically the timecode for a block can be less than the 537 // timecode for the cluster itself (remember that block timecode 147 WriteSimpleBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode) argument
|
H A D | mkvmuxer.hpp | 189 // Absolute timecode according to the segment time base. 587 // their corresponding timecode values, and stores them that way. 679 // Start timecode of the chapter. 682 // Stop timecode of the chapter. 853 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the 855 // the cues element. |timecode_scale| is the timecode scale of the segment. 856 Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale); 872 // timecode: Absolute (not relative to cluster) timestamp of the 873 // frame, expressed in timecode unit 947 uint64 timecode() const { return timecode_; } function in class:mkvmuxer::Cluster [all...] |
H A D | mkvmuxer.cpp | 1753 Cluster::Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale) argument 1760 timecode_(timecode), 1880 const int64 cluster_timecode = this->Cluster::timecode(); 1920 if (!WriteEbmlElement(writer_, kMkvTimecode, timecode())) 1922 AddPayloadSize(EbmlElementSize(kMkvTimecode, timecode())); 2895 const uint64 last_cluster_timecode = last_cluster->timecode(); 2897 // For completeness we test for the case when the frame's timecode 2898 // is less than the cluster's timecode. Although in principle that
|
H A D | mkvparser.cpp | 2272 // os << "CuePoint::Load(begin): timecode=" << m_timecode << endl; 2343 // << " timecode=" << m_timecode 3556 long long timecode) { 3575 if (timecode < 0) 3578 const long long result = timecode_scale * timecode; 5772 long long timecode = -1; local 5873 timecode = UnserializeUInt(pReader, pos, size); 5875 if (timecode < 0) // error (or underflow) 5876 return static_cast<long>(timecode); 5898 if (timecode < 3555 GetTime(const Chapters* pChapters, long long timecode) argument [all...] |
H A D | mkvparser.hpp | 547 static long long GetTime(const Chapters*, long long timecode); 791 // reftime = timecode of the referenced block
|
/external/libvpx/libwebm/mkvparser/ |
H A D | mkvparser.cc | 2271 // os << "CuePoint::Load(begin): timecode=" << m_timecode << endl; 2342 // << " timecode=" << m_timecode 3555 long long timecode) { 3574 if (timecode < 0) 3577 const long long result = timecode_scale * timecode; 5992 long long timecode = -1; local 6093 timecode = UnserializeUInt(pReader, pos, size); 6095 if (timecode < 0) // error (or underflow) 6096 return static_cast<long>(timecode); 6118 if (timecode < 3554 GetTime(const Chapters* pChapters, long long timecode) argument [all...] |
H A D | mkvparser.h | 634 static long long GetTime(const Chapters*, long long timecode); 878 // reftime = timecode of the referenced block
|
/external/kernel-headers/original/uapi/linux/ |
H A D | videodev2.h | 831 * @timecode: frame timecode 858 struct v4l2_timecode timecode; member in struct:v4l2_buffer 889 /* timecode field is valid */
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-linux.c | 7578 PRE_FIELD_WRITE("ioctl(VKI_V4L2_QUERYBUF).timecode", data->timecode); 7652 PRE_FIELD_READ("ioctl(VKI_V4L2_QBUF).timecode", data->timecode); 7695 PRE_FIELD_WRITE("ioctl(VKI_V4L2_DQBUF).timecode", data->timecode); 9844 POST_FIELD_WRITE(data->timecode); 9908 POST_FIELD_WRITE(data->timecode);
|
/external/valgrind/include/vki/ |
H A D | vki-linux.h | 3846 struct vki_v4l2_timecode timecode; member in struct:vki_v4l2_buffer
|
/external/opencv3/3rdparty/include/dshow/ |
H A D | strmif.h | 5109 TIMECODE timecode; member in struct:tagTIMECODE_SAMPLE
|
Completed in 709 milliseconds