Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxerutil.hpp74 int64 timecode,
91 int64 timecode,
114 int64 timecode,
133 int64 timecode,
Dmkvmuxerutil.cpp328 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()
Dmkvmuxer.hpp709 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,
Dmkvmuxer.cpp1468 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()
Dmkvparser.hpp611 static long long GetTime(const Chapters*, long long timecode);
Dmkvparser.cpp4707 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/
Dnestegg.c204 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/
Dmkvparser.cpp6150 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/
Dvideodev2.h474 struct v4l2_timecode timecode; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h671 struct v4l2_timecode timecode; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h475 struct v4l2_timecode timecode; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h668 struct v4l2_timecode timecode; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h702 struct v4l2_timecode timecode; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h500 struct v4l2_timecode timecode; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h669 struct v4l2_timecode timecode; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h466 struct v4l2_timecode timecode; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG400 Fixed bug first cluster timecode of webm file is wrong.