Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c1120 slc_data->buffer_addr = cxt->parse_cubby.buf; in vbp_add_slice_data_h264()
1253 uint8* cur_data = cxt->parse_cubby.buf; in vbp_parse_init_data_h264()
1256 if (cxt->parse_cubby.size < 6) in vbp_parse_init_data_h264()
1299 if (cur_data - cxt->parse_cubby.buf + 2 > cxt->parse_cubby.size) in vbp_parse_init_data_h264()
1311 if (cur_data - cxt->parse_cubby.buf + sequence_parameter_set_length > cxt->parse_cubby.size) in vbp_parse_init_data_h264()
1317 cxt->list.data[cxt->list.num_items].stpos = cur_data - cxt->parse_cubby.buf; in vbp_parse_init_data_h264()
1328 if (cur_data - cxt->parse_cubby.buf + 1 > cxt->parse_cubby.size) in vbp_parse_init_data_h264()
1342 if (cur_data - cxt->parse_cubby.buf + 2 > cxt->parse_cubby.size) in vbp_parse_init_data_h264()
1353 if (cur_data - cxt->parse_cubby.buf + picture_parameter_set_length > cxt->parse_cubby.size) in vbp_parse_init_data_h264()
1359 cxt->list.data[cxt->list.num_items].stpos = cur_data - cxt->parse_cubby.buf; in vbp_parse_init_data_h264()
[all …]
Dviddec_pm.c117 cxt->parse_cubby.phase=0; in viddec_pm_init_context()
178 viddec_sc_parse_cubby_cxt_t *cubby = &(cxt->parse_cubby); in viddec_pm_create_ibuf()
303 cxt->parse_cubby.phase = 0; in viddec_pm_parse_for_sccode()
321 …ret = func->parse_sc((void *)&(cxt->parse_cubby), (void *)&(cxt->codec_data[0]), &(cxt->sc_prefix_… in viddec_pm_parse_for_sccode()
324 cxt->list.end_offset = cxt->parse_cubby.sc_end_pos + cxt->cur_buf.cur_offset; in viddec_pm_parse_for_sccode()
325 cxt->parse_cubby.phase = 0; in viddec_pm_parse_for_sccode()
326 cxt->list.total_bytes+=cxt->parse_cubby.sc_end_pos; in viddec_pm_parse_for_sccode()
Dvbp_utils.c320 cxt->getbits.bstrm_buf.buf = cxt->parse_cubby.buf; in vbp_utils_parse_es_buffer()
429 pcontext->parser_cxt->parse_cubby.phase = 0; in vbp_utils_create_context()
503 pcontext->parser_cxt->parse_cubby.buf = data; in vbp_utils_parse_buffer()
504 pcontext->parser_cxt->parse_cubby.size = size; in vbp_utils_parse_buffer()
505 pcontext->parser_cxt->parse_cubby.phase = 0; in vbp_utils_parse_buffer()
Dvbp_mp42_parser.c192 cxt->list.data[0].edpos = cxt->parse_cubby.size; in vbp_parse_start_code_mp42()
194 buf = cxt->parse_cubby.buf; in vbp_parse_start_code_mp42()
195 size = cxt->parse_cubby.size; in vbp_parse_start_code_mp42()
231 = cxt->parse_cubby.size; in vbp_parse_start_code_mp42()
240 cxt->list.data[0].edpos = cxt->parse_cubby.size; in vbp_parse_start_code_mp42()
782 slice_data->buffer_addr = parent->parse_cubby.buf; in vbp_process_slices_svh_mp42()
852 slice_data->buffer_addr = parent->parse_cubby.buf; in vbp_process_slices_mp42()
928 slice_data->buffer_addr = parent->parse_cubby.buf; in vbp_process_slices_mp42()
Dvbp_vc1_parser.c216 cubby = cxt->parse_cubby; in vbp_parse_start_code_helper_vc1()
299 cubby.size = cxt->parse_cubby.size - in vbp_parse_start_code_helper_vc1()
339 cxt->list.data[cxt->list.num_items - 1].edpos = cxt->parse_cubby.size; in vbp_parse_start_code_helper_vc1()
409 cxt->list.data[0].edpos = cxt->parse_cubby.size; in vbp_parse_start_code_vc1()
941 slc_data->buffer_addr = cxt->parse_cubby.buf + cxt->list.data[index].stpos; in vbp_pack_slice_data_vc1()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_pm.h57 viddec_sc_parse_cubby_cxt_t parse_cubby; member