HomeSort by relevance Sort by last modified time
    Searched refs:timecode_scale (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 39 uint64 timecode_scale) {
70 frame->reference_block_timestamp() / timecode_scale;
77 const uint64 duration = frame->duration() / timecode_scale;
533 !cluster->timecode_scale())
541 frame->timestamp() / cluster->timecode_scale());
548 cluster->timecode_scale());
mkvmuxer.cpp 1200 const uint64 timecode_scale = info->timecode_scale(); local
2891 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2993 const uint64 timecode_scale = segment_info_.timecode_scale(); local
    [all...]
mkvmuxer.hpp 855 // the cues element. |timecode_scale| is the timecode scale of the segment.
856 Cluster(uint64 timecode, int64 cues_pos, uint64 timecode_scale);
948 uint64 timecode_scale() const { return timecode_scale_; } function in class:mkvmuxer::Cluster
1071 uint64 timecode_scale() const { return timecode_scale_; } function in class:mkvmuxer::SegmentInfo
    [all...]
mkvparser.cpp 3570 const long long timecode_scale = pInfo->GetTimeCodeScale(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1136 const uint64 timecode_scale = info->timecode_scale(); local
1137 start_timecode_ = start_ns / timecode_scale;
1138 end_timecode_ = end_ns / timecode_scale;
2426 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2492 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2560 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2608 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2841 const uint64 timecode_scale = segment_info_.timecode_scale(); local
2943 const uint64 timecode_scale = segment_info_.timecode_scale(); local
3126 const uint64 timecode_scale = segment_info_.timecode_scale(); local
3182 const uint64 timecode_scale = segment_info_.timecode_scale(); local
    [all...]
mkvmuxer.hpp 993 uint64 timecode_scale() const { return timecode_scale_; } function in class:mkvmuxer::SegmentInfo
    [all...]
mkvparser.cpp 4722 const long long timecode_scale = pInfo->GetTimeCodeScale(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 193 struct ebml_type timecode_scale; member in struct:info
369 E_FIELD(ID_TIMECODE_SCALE, TYPE_UINT, struct info, timecode_scale),
1188 if (ne_get_uint(ctx->segment.info.timecode_scale, &scale) != 0)
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 3569 const long long timecode_scale = pInfo->GetTimeCodeScale(); local
    [all...]

Completed in 1091 milliseconds