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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c205 viddec_sc_parse_cubby_cxt_t cubby; local
207 /* make copy of cubby */
210 /* SCs at the beginning of the buffer pointed to by the cubby, so in our */
211 /* cubby copy we increment the pointer as we move through the buffer. If */
216 cubby = cxt->parse_cubby;
236 ret = ops->parse_sc((void *)&cubby, (void *)&(cxt->codec_data[0]), &(cxt->sc_prefix_info));
239 cubby.phase = 0;
240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos);
243 PREFIX_SIZE != cubby
[all...]
H A Dviddec_pm.c178 viddec_sc_parse_cubby_cxt_t *cubby = &(cxt->parse_cubby); local
222 /* Step4: Fill the cubby with data to send to parser sc code function */
254 cubby->size = data_left;
257 cubby->buf = &(cxt->scbuf[ddr_mask]);
H A Dvbp_h264_parser.c1417 viddec_sc_parse_cubby_cxt_t* cubby = NULL; local
1430 cubby = &(cxt->parse_cubby);
1437 size_left = cubby->size;
1441 NAL_length = vbp_get_NAL_length_h264(cubby->buf + size_parsed);
1455 size_left = cubby->size - size_parsed;

Completed in 49 milliseconds