Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c1415 int32_t size_parsed = 0; in vbp_parse_start_code_h264() local
1441 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()