Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dsubsample_entry.h23 SubsampleEntry() : clear_bytes(0), cypher_bytes(0) {} in SubsampleEntry()
24 SubsampleEntry(uint32_t clear_bytes, uint32_t cypher_bytes) in SubsampleEntry()
25 : clear_bytes(clear_bytes), cypher_bytes(cypher_bytes) {} in SubsampleEntry()
26 uint32_t clear_bytes; member
Dh264_parser.cc231 start += subsamples[i].clear_bytes; in SetEncryptedStream()