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
/frameworks/av/media/codec2/core/include/
DC2Config.h1888 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct()
1889 : type_(type), count(count_) { } in C2GopLayerStruct()