Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.cc469 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
470 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
479 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
480 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
493 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
494 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()