Searched refs:out_flag (Results 1 – 3 of 3) sorted by relevance
643 && p_mark->out_flag == 0 && (p_mark->slot_idx >= 0)) { in free_dpb_mark()854 && p->structure == FRAME && p_mark->out_flag) { in write_picture()889 … if (!match_mark || !match_mark->pic || !match_mark->out_flag || match_mark->slot_idx < 0) in write_picture()930 out_mark_list[i]->out_flag = 0; in write_picture()940 p_mark->out_flag = 0; in write_picture()1405 if (p_mark->out_flag && (p_mark->slot_idx >= 0)) { in flush_one_dpb_mark()1421 H264D_DBG(H264D_DBG_WARNNING, "out_flag %d slot_idx %d\n", p_mark->out_flag, p_mark->slot_idx); in flush_one_dpb_mark()
402 while (p_mark[idx].out_flag || p_mark[idx].top_used in dpb_mark_malloc()416 cur_mark->out_flag = 1; in dpb_mark_malloc()1963 if (p_mark->out_flag && (p_mark->slot_idx >= 0)) { in check_refer_dpb_buf_slots()1974 p_mark->out_flag, fd, p_mark->pic->poc, p_mark->pic->layer_id); in check_refer_dpb_buf_slots()2004 if (p_mark && p_mark->out_flag && (p_mark->slot_idx >= 0)) { in flush_dpb_buf_slot()2033 p_mark->out_flag = 0; in reset_dpb_mark()
265 RK_U8 out_flag; member