Home
last modified time | relevance | path

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

/external/chromium_org/media/filters/
Dh264_parser.cc276 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
277 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
284 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
285 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
295 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
296 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()