Searched refs:NO_VAL (Results 1 – 2 of 2) sorted by relevance
108 f->slot_idx = NO_VAL; in new_frame()109 f->doi = NO_VAL; in new_frame()110 f->poi = NO_VAL; in new_frame()121 mgr->prev_doi = NO_VAL; in dpb_init_management()122 mgr->output_poi = NO_VAL; in dpb_init_management()190 if (p->slot_idx == NO_VAL) { in recompute_cycle_order_index()198 if (mgr->output_poi != NO_VAL) { in recompute_cycle_order_index()217 if (p->slot_idx == NO_VAL) { in compute_frame_order_index()246 if (mgr->output_poi == NO_VAL && ph->picture_type == I_PICTURE) { in compute_frame_order_index()256 if (p && p->slot_idx != NO_VAL && !p->invisible && !p->is_output) { in is_outputable_frame()[all …]
140 #define NO_VAL -1 macro