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

1 2 3

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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...]
  /external/libvpx/libvpx/third_party/libwebm/
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...]
mkvparser.cpp 5772 long long timecode = -1; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 5992 long long timecode = -1; local
    [all...]
  /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...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /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
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
videodev2.h 271 struct v4l2_timecode timecode; member in struct:v4l2_buffer

Completed in 1796 milliseconds

1 2 3