Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_show.c75 buf->timecode.type, in show_v4l2_buffer()
76 buf->timecode.flags, in show_v4l2_buffer()
77 buf->timecode.frames, in show_v4l2_buffer()
78 buf->timecode.seconds, in show_v4l2_buffer()
79 buf->timecode.minutes, in show_v4l2_buffer()
80 buf->timecode.hours, in show_v4l2_buffer()
81 buf->timecode.userbits[0], in show_v4l2_buffer()
82 buf->timecode.userbits[1], in show_v4l2_buffer()
83 buf->timecode.userbits[2], in show_v4l2_buffer()
84 buf->timecode.userbits[3], buf->sequence, buf->memory); in show_v4l2_buffer()
/external/libxcam/xcore/
Dv4l2_buffer_proxy.h48 _buf.timecode = code; in set_timecode()
61 xcam_mem_clear (_buf.timecode); in reset()
Dv4l2_device.cpp612 buf->set_timecode (v4l2_buf.timecode); in dequeue_buffer()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc35 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() argument
103 if (SerializeInt(writer, timecode, 2)) in WriteBlock()
154 int64 timecode) { in WriteSimpleBlock() argument
165 if (SerializeInt(writer, timecode, 2)) in WriteSimpleBlock()
Dmkvmuxer.h1206 Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale,
1228 uint64_t timecode, // timecode units (absolute)
1281 uint64_t timecode, uint64_t duration);
1314 uint64_t timecode() const { return timecode_; } in timecode() function
Dmkvmuxer.cc2458 Cluster::Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale, in Cluster() argument
2467 timecode_(timecode), in Cluster()
2648 const int64_t cluster_timecode = this->Cluster::timecode(); in GetRelativeTimecode()
2744 if (!WriteEbmlElement(writer_, libwebm::kMkvTimecode, timecode(), in WriteClusterHeader()
2748 AddPayloadSize(EbmlElementSize(libwebm::kMkvTimecode, timecode(), in WriteClusterHeader()
3536 const uint64_t last_cluster_timecode = last_cluster->timecode(); in AddGenericFrame()
3809 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc35 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() argument
103 if (SerializeInt(writer, timecode, 2)) in WriteBlock()
154 int64 timecode) { in WriteSimpleBlock() argument
165 if (SerializeInt(writer, timecode, 2)) in WriteSimpleBlock()
Dmkvmuxer.h1206 Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale,
1228 uint64_t timecode, // timecode units (absolute)
1281 uint64_t timecode, uint64_t duration);
1314 uint64_t timecode() const { return timecode_; } in timecode() function
Dmkvmuxer.cc2458 Cluster::Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale, in Cluster() argument
2467 timecode_(timecode), in Cluster()
2648 const int64_t cluster_timecode = this->Cluster::timecode(); in GetRelativeTimecode()
2744 if (!WriteEbmlElement(writer_, libwebm::kMkvTimecode, timecode(), in WriteClusterHeader()
2748 AddPayloadSize(EbmlElementSize(libwebm::kMkvTimecode, timecode(), in WriteClusterHeader()
3536 const uint64_t last_cluster_timecode = last_cluster->timecode(); in AddGenericFrame()
3809 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/vb2_v4l2_qbuf/
Dformat25 print fmt: "minor=%d flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, flags = %s, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/vb2_v4l2_buf_queue/
Dformat25 print fmt: "minor=%d flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, flags = %s, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/vb2_v4l2_dqbuf/
Dformat25 print fmt: "minor=%d flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, flags = %s, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/vb2_v4l2_buf_done/
Dformat25 print fmt: "minor=%d flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, flags = %s, …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/v4l2_qbuf/
Dformat28 …u, type = %s, bytesused = %u, flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, fl…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/v4l2/v4l2_dqbuf/
Dformat28 …u, type = %s, bytesused = %u, flags = %s, field = %s, timestamp = %llu, timecode = { type = %s, fl…
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc3552 long long timecode) { in GetTime() argument
3571 if (timecode < 0) in GetTime()
3574 const long long result = timecode_scale * timecode; in GetTime()
6096 long long timecode = -1; in Load() local
6197 timecode = UnserializeUInt(pReader, pos, size); in Load()
6199 if (timecode < 0) // error (or underflow) in Load()
6200 return static_cast<long>(timecode); in Load()
6222 if (timecode < 0) // no timecode found in Load()
6229 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
Dmkvparser.h667 static long long GetTime(const Chapters*, long long timecode);
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc3552 long long timecode) { in GetTime() argument
3571 if (timecode < 0) in GetTime()
3574 const long long result = timecode_scale * timecode; in GetTime()
6109 long long timecode = -1; in Load() local
6210 timecode = UnserializeUInt(pReader, pos, size); in Load()
6212 if (timecode < 0) // error (or underflow) in Load()
6213 return static_cast<long>(timecode); in Load()
6235 if (timecode < 0) // no timecode found in Load()
6242 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
Dmkvparser.h667 static long long GetTime(const Chapters*, long long timecode);
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc3552 long long timecode) { in GetTime() argument
3571 if (timecode < 0) in GetTime()
3574 const long long result = timecode_scale * timecode; in GetTime()
6096 long long timecode = -1; in Load() local
6197 timecode = UnserializeUInt(pReader, pos, size); in Load()
6199 if (timecode < 0) // error (or underflow) in Load()
6200 return static_cast<long>(timecode); in Load()
6222 if (timecode < 0) // no timecode found in Load()
6229 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
Dmkvparser.h667 static long long GetTime(const Chapters*, long long timecode);
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h957 struct v4l2_timecode timecode; member
/external/syzkaller/sys/linux/
Dvideo4linux.txt257 timecode v4l2_timecode
/external/libvpx/libvpx/
DCHANGELOG552 Fixed bug first cluster timecode of webm file is wrong.