Searched refs:nalu_size_with_start_code (Results 1 – 1 of 1) sorted by relevance
276 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local277 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()