Home
last modified time | relevance | path

Searched refs:annexb_start_code_size (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.cc81 off_t annexb_start_code_size = 0; in LocateNALU() local
85 &annexb_start_code_size)) { in LocateNALU()
94 const uint8_t* nalu_data = stream_ + annexb_start_code_size; in LocateNALU()
95 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size; in LocateNALU()
114 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
115 *start_code_size = annexb_start_code_size; in LocateNALU()
H A Dh264_parser.cc421 off_t annexb_start_code_size = 0; in LocateNALU() local
424 &nalu_start_off, &annexb_start_code_size)) { in LocateNALU()
433 const uint8_t* nalu_data = stream_ + annexb_start_code_size; in LocateNALU()
434 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size; in LocateNALU()
453 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
454 *start_code_size = annexb_start_code_size; in LocateNALU()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/video/
H A Dh264_parser.cc422 off_t annexb_start_code_size = 0; in LocateNALU() local
425 &nalu_start_off, &annexb_start_code_size)) { in LocateNALU()
434 const uint8_t* nalu_data = stream_ + annexb_start_code_size; in LocateNALU()
435 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size; in LocateNALU()
454 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
455 *start_code_size = annexb_start_code_size; in LocateNALU()
H A Dh265_parser.cc348 off_t annexb_start_code_size = 0; in LocateNALU() local
352 &annexb_start_code_size)) { in LocateNALU()
361 const uint8_t* nalu_data = stream_ + annexb_start_code_size; in LocateNALU()
362 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size; in LocateNALU()
381 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
382 *start_code_size = annexb_start_code_size; in LocateNALU()