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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c 21 frame_start_found: Indicates we saw the beggining of frame in current list of ES buffers(which represent current acces unit).
181 first_slice = cxt->frame_start_found && cxt->found_fm_st_in_current_au;
193 viddec_pm_emit_pending_tag_item(&(cxt->emitter), pend, index, cxt->frame_start_found);
220 first_slice = cxt->frame_start_found && cxt->found_fm_st_in_current_au;
225 viddec_emit_assoc_tag(&(cxt->emitter), list->sc_ibuf[index].id, cxt->frame_start_found && cxt->pending_tags.frame_done);
237 pend->using_next = (!cxt->pending_tags.frame_done && (cxt->frame_start_found == 1)) || (cxt->frame_start_found > 1);
254 not_first_slice = cxt->frame_start_found && !cxt->found_fm_st_in_current_au;
265 viddec_emit_assoc_tag(&(cxt->emitter), list->sc_ibuf[index].id, cxt->frame_start_found);
270 viddec_emit_assoc_tag(&(cxt->emitter), list->sc_ibuf[index].id, cxt->frame_start_found);
    [all...]
viddec_pm.c 110 cxt->frame_start_found = false;
482 cxt->frame_start_found += 1;
536 cxt->frame_start_found -= (cxt->frame_start_found)? 1: 0;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 67 uint8_t frame_start_found; member in struct:__anon23746

Completed in 80 milliseconds