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

/external/chromium_org/media/filters/
H A Dh264_parser.cc213 off_t annexb_start_code_size = 0; local
216 &nalu_start_off, &annexb_start_code_size)) {
225 const uint8* nalu_data = stream_ + annexb_start_code_size;
226 off_t max_nalu_data_size = bytes_left_ - annexb_start_code_size;
245 *nalu_size = nalu_size_without_start_code + annexb_start_code_size;
246 *start_code_size = annexb_start_code_size;

Completed in 1214 milliseconds