/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.hpp | 74 int64 timecode, 91 int64 timecode, 114 int64 timecode, 133 int64 timecode,
|
D | mkvmuxerutil.cpp | 328 int64 timecode, in WriteSimpleBlock() argument 348 if (timecode < 0 || timecode > kMaxBlockTimecode) in WriteSimpleBlock() 361 if (SerializeInt(writer, timecode, 2)) in WriteSimpleBlock() 398 int64 timecode, in WriteMetadataBlock() argument 442 if (SerializeInt(writer, timecode, 2)) in WriteMetadataBlock() 497 int64 timecode, in WriteBlockWithAdditional() argument 539 if (SerializeInt(writer, timecode, 2)) in WriteBlockWithAdditional() 579 int64 timecode, in WriteBlockWithDiscardPadding() argument 607 if (SerializeInt(writer, timecode, 2)) in WriteBlockWithDiscardPadding()
|
D | mkvmuxer.hpp | 709 Cluster(uint64 timecode, int64 cues_pos); 730 uint64 timecode, // timecode units (absolute) 790 uint64 timecode, // timecode units (absolute) 807 uint64 timecode() const { return timecode_; } in timecode() function in mkvmuxer::Cluster 816 int64 timecode, 828 int64 timecode, 838 int64 timecode,
|
D | mkvmuxer.cpp | 1468 Cluster::Cluster(uint64 timecode, int64 cues_pos) in Cluster() argument 1475 timecode_(timecode), in Cluster() 1609 const int64 cluster_timecode = this->Cluster::timecode(); in GetRelativeTimecode() 1742 if (!WriteEbmlElement(writer_, kMkvTimecode, timecode())) in WriteClusterHeader() 1744 AddPayloadSize(EbmlElementSize(kMkvTimecode, timecode())); in WriteClusterHeader() 2845 const uint64 last_cluster_timecode = last_cluster->timecode(); in TestFrame()
|
D | mkvparser.hpp | 611 static long long GetTime(const Chapters*, long long timecode);
|
D | mkvparser.cpp | 4707 long long timecode) in GetTime() argument 4727 if (timecode < 0) in GetTime() 4730 const long long result = timecode_scale * timecode; in GetTime() 7093 long long timecode = -1; in Load() local 7198 timecode = UnserializeUInt(pReader, pos, size); in Load() 7200 if (timecode < 0) //error (or underflow) in Load() 7201 return static_cast<long>(timecode); in Load() 7225 if (timecode < 0) //no timecode found in Load() 7232 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 204 struct ebml_type timecode; member 312 uint64_t timecode; member 383 E_FIELD(ID_TIMECODE, TYPE_UINT, struct cluster, timecode), 1247 int64_t timecode, abs_timecode; in ne_read_block() local 1272 r = ne_read_int(ctx->io, &timecode, 2); in ne_read_block() 1351 if (ne_get_uint(cluster->timecode, &cluster_tc) != 0) in ne_read_block() 1354 abs_timecode = timecode + cluster_tc; in ne_read_block() 1360 pkt->timecode = abs_timecode * tc_scale * track_scale; in ne_read_block() 1363 block_id == ID_BLOCK ? "" : "simple", pkt->track, pkt->timecode / 1e9, flags, frames); in ne_read_block() 2251 *tstamp = pkt->timecode; in nestegg_packet_tstamp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 6150 long long timecode = -1; in Load() local 6255 timecode = UnserializeUInt(pReader, pos, size); in Load() 6257 if (timecode < 0) //error (or underflow) in Load() 6258 return static_cast<long>(timecode); in Load() 6282 if (timecode < 0) //no timecode found in Load() 6289 m_timecode = timecode; // m_timecode >= 0 means we're partially loaded in Load()
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | videodev2.h | 474 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | videodev2.h | 671 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | videodev2.h | 475 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 668 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | videodev2.h | 702 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | videodev2.h | 500 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | videodev2.h | 669 struct v4l2_timecode timecode; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | videodev2.h | 466 struct v4l2_timecode timecode; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 400 Fixed bug first cluster timecode of webm file is wrong.
|