/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | v4l2_show.c | 75 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/strace/mpers-m32/ |
D | struct_v4l2_buffer.h | 22 } ATTRIBUTE_PACKED timecode; member
|
D | struct_v4l2_buffer.d2 | 431 DW_AT_name : (indirect string, offset: 0x1fa): timecode
|
D | struct_v4l2_buffer.d1 | 379 <33f> DW_AT_name : (indirect string, offset: 0x1fa): timecode
|
/external/strace/mpers-mx32/ |
D | struct_v4l2_buffer.h | 23 } ATTRIBUTE_PACKED timecode; member
|
D | struct_v4l2_buffer.d2 | 437 DW_AT_name : (indirect string, offset: 0x19c): timecode
|
D | struct_v4l2_buffer.d1 | 384 <34a> DW_AT_name : (indirect string, offset: 0x19c): timecode
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.cc | 34 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode, in WriteBlock() argument 102 if (SerializeInt(writer, timecode, 2)) in WriteBlock() 154 int64 timecode) { in WriteSimpleBlock() argument 165 if (SerializeInt(writer, timecode, 2)) in WriteSimpleBlock()
|
D | mkvmuxer.h | 1203 Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale, 1225 uint64_t timecode, // timecode units (absolute) 1278 uint64_t timecode, uint64_t duration); 1311 uint64_t timecode() const { return timecode_; } in timecode() function
|
D | mkvmuxer.cc | 2428 Cluster::Cluster(uint64_t timecode, int64_t cues_pos, uint64_t timecode_scale, in Cluster() argument 2437 timecode_(timecode), in Cluster() 2618 const int64_t cluster_timecode = this->Cluster::timecode(); in GetRelativeTimecode() 2714 if (!WriteEbmlElement(writer_, libwebm::kMkvTimecode, timecode(), in WriteClusterHeader() 2718 AddPayloadSize(EbmlElementSize(libwebm::kMkvTimecode, timecode(), in WriteClusterHeader() 3752 const uint64_t last_cluster_timecode = last_cluster->timecode(); in TestFrame()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 3547 long long timecode) { in GetTime() argument 3566 if (timecode < 0) in GetTime() 3569 const long long result = timecode_scale * timecode; in GetTime() 6072 long long timecode = -1; in Load() local 6173 timecode = UnserializeUInt(pReader, pos, size); in Load() 6175 if (timecode < 0) // error (or underflow) in Load() 6176 return static_cast<long>(timecode); in Load() 6198 if (timecode < 0) // no timecode found in Load() 6205 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
|
D | mkvparser.h | 665 static long long GetTime(const Chapters*, long long timecode);
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 3555 long long timecode) { in GetTime() argument 3574 if (timecode < 0) in GetTime() 3577 const long long result = timecode_scale * timecode; in GetTime() 5992 long long timecode = -1; in Load() local 6093 timecode = UnserializeUInt(pReader, pos, size); in Load() 6095 if (timecode < 0) // error (or underflow) in Load() 6096 return static_cast<long>(timecode); in Load() 6118 if (timecode < 0) // no timecode found in Load() 6125 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
|
D | mkvparser.h | 634 static long long GetTime(const Chapters*, long long timecode);
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 902 struct v4l2_timecode timecode; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 7578 PRE_FIELD_WRITE("ioctl(VKI_V4L2_QUERYBUF).timecode", data->timecode); in PRE() 7652 PRE_FIELD_READ("ioctl(VKI_V4L2_QBUF).timecode", data->timecode); in PRE() 7695 PRE_FIELD_WRITE("ioctl(VKI_V4L2_DQBUF).timecode", data->timecode); in PRE() 9844 POST_FIELD_WRITE(data->timecode); in POST() 9908 POST_FIELD_WRITE(data->timecode); in POST()
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 486 Fixed bug first cluster timecode of webm file is wrong.
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3846 struct vki_v4l2_timecode timecode; member
|