Searched refs:count_ (Results 1 – 2 of 2) 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
1888 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct()1889 : type_(type), count(count_) { } in C2GopLayerStruct()