Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.cc318 off_t annexb_start_code_size = 0; in LocateNALU() local
321 &nalu_start_off, &annexb_start_code_size)) { in LocateNALU()
330 const uint8_t* nalu_data = stream_ + annexb_start_code_size; in LocateNALU()
331 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size; in LocateNALU()
350 *nalu_size = nalu_size_without_start_code + annexb_start_code_size; in LocateNALU()
351 *start_code_size = annexb_start_code_size; in LocateNALU()