Searched refs:timecode (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.hpp67 // timecode: Relative timecode of the Block. Only values in the
74 int64 timecode,
84 // timecode Timecode of frame, relative to cluster timecode. Only
86 // duration_timecode Duration of frame, using timecode units.
91 int64 timecode,
104 // timecode: Relative timecode of the Block. Only values in the
114 int64 timecode,
[all...]
H A Dmkvmuxerutil.cpp328 int64 timecode,
348 if (timecode < 0 || timecode > kMaxBlockTimecode)
361 if (SerializeInt(writer, timecode, 2))
398 int64 timecode,
442 if (SerializeInt(writer, timecode, 2))
497 int64 timecode,
539 if (SerializeInt(writer, timecode, 2))
579 int64 timecode,
607 if (SerializeInt(writer, timecode,
324 WriteSimpleBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 is_key) argument
394 WriteMetadataBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 duration) argument
490 WriteBlockWithAdditional(IMkvWriter* writer, const uint8* data, uint64 length, const uint8* additional, uint64 additional_length, uint64 add_id, uint64 track_number, int64 timecode, uint64 is_key) argument
574 WriteBlockWithDiscardPadding(IMkvWriter* writer, const uint8* data, uint64 length, int64 discard_padding, uint64 track_number, int64 timecode, uint64 is_key) argument
[all...]
H A Dmkvmuxer.hpp160 // Absolute timecode according to the segment time base.
546 // their corresponding timecode values, and stores them that way.
641 // Start timecode of the chapter.
644 // Stop timecode of the chapter.
709 Cluster(uint64 timecode, int64 cues_pos);
712 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
724 // timecode: Absolute (not relative to cluster) timestamp of the
725 // frame, expressed in timecode units.
730 uint64 timecode, // timecod
807 uint64 timecode() const { return timecode_; } function in class:mkvmuxer::Cluster
[all...]
H A Dmkvmuxer.cpp1468 Cluster::Cluster(uint64 timecode, int64 cues_pos) argument
1475 timecode_(timecode),
1609 const int64 cluster_timecode = this->Cluster::timecode();
1742 if (!WriteEbmlElement(writer_, kMkvTimecode, timecode()))
1744 AddPayloadSize(EbmlElementSize(kMkvTimecode, timecode()));
2845 const uint64 last_cluster_timecode = last_cluster->timecode();
2847 // For completeness we test for the case when the frame's timecode
2848 // is less than the cluster's timecode. Although in principle that
H A Dmkvparser.hpp611 static long long GetTime(const Chapters*, long long timecode);
795 // reftime = timecode of the referenced block
H A Dmkvparser.cpp3021 //os << "CuePoint::Load(begin): timecode=" << m_timecode << endl;
3090 // << " timecode=" << m_timecode
4707 long long timecode)
4727 if (timecode < 0)
4730 const long long result = timecode_scale * timecode;
7093 long long timecode = -1;
7198 timecode = UnserializeUInt(pReader, pos, size);
7200 if (timecode < 0) //error (or underflow)
7201 return static_cast<long>(timecode);
7225 if (timecode <
4705 GetTime( const Chapters* pChapters, long long timecode) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c204 struct ebml_type timecode; member in struct:cluster
312 uint64_t timecode; member in struct:nestegg_packet
383 E_FIELD(ID_TIMECODE, TYPE_UINT, struct cluster, timecode),
1247 int64_t timecode, abs_timecode; local
1272 r = ne_read_int(ctx->io, &timecode, 2);
1351 if (ne_get_uint(cluster->timecode, &cluster_tc) != 0)
1354 abs_timecode = timecode + cluster_tc;
1360 pkt->timecode = abs_timecode * tc_scale * track_scale;
1363 block_id == ID_BLOCK ? "" : "simple", pkt->track, pkt->timecode / 1e9, flags, frames);
2251 *tstamp = pkt->timecode;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2992 //os << "CuePoint::Load(begin): timecode=" << m_timecode << endl;
3063 // << " timecode=" << m_timecode
6150 long long timecode = -1;
6255 timecode = UnserializeUInt(pReader, pos, size);
6257 if (timecode < 0) //error (or underflow)
6258 return static_cast<long>(timecode);
6282 if (timecode < 0) //no timecode found
6288 m_pos = new_pos; //designates position just beyond timecode payload
6289 m_timecode = timecode; // m_timecod
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h474 struct v4l2_timecode timecode; member in struct:v4l2_buffer
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h640 * @timecode: frame timecode
668 struct v4l2_timecode timecode; member in struct:v4l2_buffer
693 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h466 struct v4l2_timecode timecode; member in struct:v4l2_buffer
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h644 * @timecode: frame timecode
669 struct v4l2_timecode timecode; member in struct:v4l2_buffer
693 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h466 struct v4l2_timecode timecode; member in struct:v4l2_buffer
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h644 * @timecode: frame timecode
669 struct v4l2_timecode timecode; member in struct:v4l2_buffer
693 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h623 * @timecode: frame timecode
650 struct v4l2_timecode timecode; member in struct:v4l2_buffer
675 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */

Completed in 554 milliseconds