HomeSort by relevance Sort by last modified time
    Searched refs:timecode (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 67 // 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 th
    [all...]
mkvmuxerutil.cpp 328 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, 2)
    [all...]
mkvmuxer.hpp 160 // 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, // timecode units (absolute
807 uint64 timecode() const { return timecode_; } function in class:mkvmuxer::Cluster
    [all...]
mkvmuxer.cpp     [all...]
mkvparser.hpp 611 static long long GetTime(const Chapters*, long long timecode);
795 // reftime = timecode of the referenced block
mkvparser.cpp     [all...]
  /frameworks/av/media/libstagefright/webm/
WebmElement.h 74 int16_t timecode,
111 WebmSimpleBlock(int trackNum, int16_t timecode, bool key, const sp<ABuffer>& orig);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 38 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode,
101 if (SerializeInt(writer, timecode, 2))
148 int64 timecode) {
159 if (SerializeInt(writer, timecode, 2))
536 // Technically the timecode for a block can be less than the
537 // timecode for the cluster itself (remember that block timecode
mkvmuxer.hpp 189 // Absolute timecode according to the segment time base.
587 // their corresponding timecode values, and stores them that way.
679 // Start timecode of the chapter.
682 // Stop timecode of the chapter.
853 // |timecode| is the absolute timecode of the cluster. |cues_pos| is the
855 // the cues element. |timecode_scale| is the timecode scale of the segment.
856 Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale);
872 // timecode: Absolute (not relative to cluster) timestamp of the
873 // frame, expressed in timecode units
947 uint64 timecode() const { return timecode_; } function in class:mkvmuxer::Cluster
    [all...]
mkvmuxer.cpp     [all...]
mkvparser.cpp 5772 long long timecode = -1; local
    [all...]
mkvparser.hpp 547 static long long GetTime(const Chapters*, long long timecode);
791 // reftime = timecode of the referenced block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 204 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);
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 5992 long long timecode = -1; local
    [all...]
mkvparser.h 634 static long long GetTime(const Chapters*, long long timecode);
878 // reftime = timecode of the referenced block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /development/ndk/platforms/android-21/include/linux/
videodev2.h 459 struct v4l2_timecode timecode; member in struct:v4l2_buffer
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev2.h 517 struct v4l2_timecode timecode; member in struct:v4l2_buffer
538 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer

Completed in 377 milliseconds

1 2 3 4