Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/video/
H A Dh265_parser.cc121 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
122 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
129 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
130 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
140 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
141 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()
H A Dh264_parser.cc600 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
601 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
610 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
611 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
624 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
625 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/video/
H A Dh264_parser.cc601 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
602 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
611 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
612 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
625 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
626 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()
H A Dh265_parser.cc436 off_t nalu_size_with_start_code; in AdvanceToNextNALU() local
437 if (!LocateNALU(&nalu_size_with_start_code, &start_code_size)) { in AdvanceToNextNALU()
445 nalu->size = nalu_size_with_start_code - start_code_size; in AdvanceToNextNALU()
446 DVLOG(4) << "NALU found: size=" << nalu_size_with_start_code; in AdvanceToNextNALU()
456 stream_ += nalu_size_with_start_code; in AdvanceToNextNALU()
457 bytes_left_ -= nalu_size_with_start_code; in AdvanceToNextNALU()