Searched refs:count_ (Results 1 – 3 of 3) sorted by relevance
295 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
119 EcmContainer::EcmContainer() : count_(0), count_set_(false) {} in EcmContainer()124 switch (count_) { in Add()127 count_ = 1; in Add()131 count_ = 2; in Add()177 for (size_t i = 0; i < count_; ++i) { in Parse()
1675 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct()1676 : type_(type), count(count_) { } in C2GopLayerStruct()