Searched refs:INVALID_ENTRY (Results 1 – 3 of 3) sorted by relevance
115 while((i < MAX_IBUFS_PER_SC) && (cxt->pending_tags.pending_tags[i] != INVALID_ENTRY)) in viddec_pm_generate_missed_association_tags()118 cxt->pending_tags.pending_tags[i] = INVALID_ENTRY; in viddec_pm_generate_missed_association_tags()158 pend->pending_tags[index] = INVALID_ENTRY; in viddec_pm_emit_pending_tag_item()185 if(first_slice && pend->first_buf_aligned && (pend->pending_tags[index] != INVALID_ENTRY)) in viddec_mpeg2_add_association_tags()191 while((index < MAX_IBUFS_PER_SC) && (pend->pending_tags[index] != INVALID_ENTRY)) in viddec_mpeg2_add_association_tags()
108 cxt->pending_tags.pending_tags[i] = INVALID_ENTRY; in viddec_pm_init_context()
8 #define INVALID_ENTRY ((uint32_t) -1) macro