Home
last modified time | relevance | path

Searched refs:count_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
Decm.h295 count_ = count; in set_count()
299 inline size_t count() const { return count_; } in count()
303 inline size_t descriptor_size() const { return count_; } in descriptor_size()
331 return index < count_; in IndexValid()
333 size_t count_; variable
Decm.cpp117 EcmContainer::EcmContainer() : count_(0), count_set_(false) {} in EcmContainer()
122 switch (count_) { in Add()
125 count_ = 1; in Add()
129 count_ = 2; in Add()
175 for (size_t i = 0; i < count_; ++i) { in Parse()