Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_vc1_parser.c205 viddec_sc_parse_cubby_cxt_t cubby; in vbp_parse_start_code_helper_vc1() local
216 cubby = cxt->parse_cubby; in vbp_parse_start_code_helper_vc1()
236 ret = ops->parse_sc((void *)&cubby, (void *)&(cxt->codec_data[0]), &(cxt->sc_prefix_info)); in vbp_parse_start_code_helper_vc1()
239 cubby.phase = 0; in vbp_parse_start_code_helper_vc1()
240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos); in vbp_parse_start_code_helper_vc1()
243 PREFIX_SIZE != cubby.sc_end_pos && in vbp_parse_start_code_helper_vc1()
268 cxt->list.data[0].stpos = cubby.sc_end_pos - PREFIX_SIZE; in vbp_parse_start_code_helper_vc1()
277 cubby.sc_end_pos + cxt->list.data[cxt->list.num_items - 1].stpos; in vbp_parse_start_code_helper_vc1()
295 cubby.buf = cubby.buf + in vbp_parse_start_code_helper_vc1()
299 cubby.size = cxt->parse_cubby.size - in vbp_parse_start_code_helper_vc1()
Dviddec_pm.c178 viddec_sc_parse_cubby_cxt_t *cubby = &(cxt->parse_cubby); in viddec_pm_create_ibuf() local
254 cubby->size = data_left; in viddec_pm_create_ibuf()
257 cubby->buf = &(cxt->scbuf[ddr_mask]); in viddec_pm_create_ibuf()
Dvbp_h264_parser.c1417 viddec_sc_parse_cubby_cxt_t* cubby = NULL; in vbp_parse_start_code_h264() local
1430 cubby = &(cxt->parse_cubby); in vbp_parse_start_code_h264()
1437 size_left = cubby->size; in vbp_parse_start_code_h264()
1441 NAL_length = vbp_get_NAL_length_h264(cubby->buf + size_parsed); in vbp_parse_start_code_h264()
1455 size_left = cubby->size - size_parsed; in vbp_parse_start_code_h264()