Home
last modified time | relevance | path

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

/frameworks/av/drm/mediacas/plugins/clearkey/
Decm.h259 static constexpr size_t kMinDescriptorCount = 1; variable
322 return count <= kMaxDescriptorCount && count >= kMinDescriptorCount; in CountLegal()