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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 1074 long long cluster_off = -1; //offset relative to start of segment local
1207 cluster_off = idpos - m_start; //relative pos
1215 assert(cluster_off >= 0); //have cluster
1220 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1272 if (off == cluster_off) //preloaded already
1327 cluster_off);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 1050 long long cluster_off = -1; // offset relative to start of segment local
1165 cluster_off = idpos - m_start; // relative pos
1173 if (cluster_off < 0) {
1181 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1233 if (off == cluster_off) { // preloaded already
1280 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 1049 long long cluster_off = -1; // offset relative to start of segment local
1164 cluster_off = idpos - m_start; // relative pos
1172 if (cluster_off < 0) {
1180 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1232 if (off == cluster_off) { // preloaded already
1279 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 1104 long long cluster_off = -1; //offset relative to start of segment local
1237 cluster_off = idpos - m_start; //relative pos
1245 assert(cluster_off >= 0); //have cluster
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1302 if (off == cluster_off) //preloaded already
1357 cluster_off);
    [all...]

Completed in 369 milliseconds