Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dbit_reader.cc35 int BitReader::GetBytes(int max_nbytes, const uint8_t** out) { in GetBytes() argument
36 DCHECK_GE(max_nbytes, 0); in GetBytes()
39 int nbytes = max_nbytes; in GetBytes()
Dbit_reader_core.cc148 int max_nbytes = sizeof(reg_next_); in Refill() local
153 byte_stream_provider_->GetBytes(max_nbytes, &byte_stream_window); in Refill()
155 DCHECK_LE(window_size, max_nbytes); in Refill()