Home
last modified time | relevance | path

Searched refs:old_cluster (Results 1 – 5 of 5) sorted by relevance

/external/libwebm/mkvmuxer/
Dmkvmuxer.cc3249 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in Finalize() local
3253 if (!old_cluster || !old_cluster->Finalize(false, 0)) in Finalize()
3887 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in MakeNewCluster() local
3889 if (!old_cluster || !old_cluster->Finalize(true, frame_timestamp_ns)) in MakeNewCluster()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3248 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in Finalize() local
3252 if (!old_cluster || !old_cluster->Finalize(false, 0)) in Finalize()
3886 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in MakeNewCluster() local
3888 if (!old_cluster || !old_cluster->Finalize(true, frame_timestamp_ns)) in MakeNewCluster()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3248 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in Finalize() local
3252 if (!old_cluster || !old_cluster->Finalize(false, 0)) in Finalize()
3886 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; in MakeNewCluster() local
3888 if (!old_cluster || !old_cluster->Finalize(true, frame_timestamp_ns)) in MakeNewCluster()
/external/harfbuzz_ng/src/
Dhb-buffer.cc594 unsigned int old_cluster = out_info[out_len - 1].cluster; in delete_glyph() local
595 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--) in delete_glyph()
Dhb-ot-layout.cc1425 unsigned int old_cluster = info[j - 1].cluster; in hb_ot_layout_delete_glyphs_inplace() local
1426 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--) in hb_ot_layout_delete_glyphs_inplace()