Home
last modified time | relevance | path

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

/frameworks/av/drm/mediacas/plugins/clearkey/
Decm.cpp156 const uint8_t *count_bytes = count_buffer->data(); in Parse() local
157 size_t count = (count_bytes[0] << 8) | count_bytes[1]; in Parse()