HomeSort by relevance Sort by last modified time
    Searched refs:cubby (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 205 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.sc_end_pos &
    [all...]
viddec_pm.c 178 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]);
vbp_h264_parser.c 1417 viddec_sc_parse_cubby_cxt_t* cubby = NULL; local
    [all...]

Completed in 664 milliseconds