Searched refs:size_parsed (Results 1 – 1 of 1) sorted by relevance
1415 int32_t size_parsed = 0; in vbp_parse_start_code_h264() local1441 NAL_length = vbp_get_NAL_length_h264(cubby->buf + size_parsed); in vbp_parse_start_code_h264()1443 size_parsed += NAL_length_size; in vbp_parse_start_code_h264()1444 cxt->list.data[cxt->list.num_items].stpos = size_parsed; in vbp_parse_start_code_h264()1445 size_parsed += NAL_length; /* skip NAL bytes */ in vbp_parse_start_code_h264()1447 cxt->list.data[cxt->list.num_items].edpos = size_parsed; in vbp_parse_start_code_h264()1455 size_left = cubby->size - size_parsed; in vbp_parse_start_code_h264()