HomeSort by relevance Sort by last modified time
    Searched refs:cluster_off (Results 1 - 5 of 5) 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 950 long long cluster_off = -1; // offset relative to start of segment local
1070 cluster_off = idpos - m_start; // relative pos
1078 assert(cluster_off >= 0); // have cluster
1083 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1133 if (off == cluster_off) { // preloaded already
1181 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1337 if (off == cluster_off) //preloaded already
    [all...]
  /external/libvpx/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...]
  /external/libvpx/libwebm/
mkvparser.cpp 952 long long cluster_off = -1; // offset relative to start of segment local
1072 cluster_off = idpos - m_start; // relative pos
1080 assert(cluster_off >= 0); // have cluster
1085 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1135 if (off == cluster_off) { // preloaded already
1183 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1339 if (off == cluster_off) //preloaded already
    [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 193 milliseconds