Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm_tags.c135 pend->first_buf_aligned = true; in viddec_pm_add_tags_to_pendinglist()
140 pend->first_buf_aligned = false; in viddec_pm_add_tags_to_pendinglist()
185 if(first_slice && pend->first_buf_aligned && (pend->pending_tags[index] != INVALID_ENTRY)) in viddec_mpeg2_add_association_tags()
Dviddec_pm.c113 …cxt->pending_tags.first_buf_aligned = cxt->pending_tags.using_next = cxt->pending_tags.frame_done … in viddec_pm_init_context()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_pm.h47 uint8_t first_buf_aligned; member