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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.h 59 uint32_t cluster_timecode; member in struct:EbmlGlobal
webmenc.c 233 if (pts_ms - glob->cluster_timecode > SHRT_MAX)
236 block_timecode = (uint16_t)pts_ms - glob->cluster_timecode;
246 glob->cluster_timecode = (uint32_t)pts_ms;
249 Ebml_SerializeUnsigned(glob, Timecode, glob->cluster_timecode);
263 cue->time = glob->cluster_timecode;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1880 const int64 cluster_timecode = this->Cluster::timecode(); local
2996 uint64 cluster_timecode = frame_timecode; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1609 const int64 cluster_timecode = this->Cluster::timecode(); local
2946 uint64 cluster_timecode = frame_timecode; local
    [all...]

Completed in 66 milliseconds