Searched refs:first_frm_id (Results 1 – 4 of 4) sorted by relevance
16 RK_S32 first_frm_id; // The frame_num or poc of the frame associated with this SEI member
494 recovery->first_frm_id = currSlice->frame_num; in process_slice()496 recovery->recovery_pic_id = recovery->first_frm_id + recovery->recovery_frame_cnt; in process_slice()
2057 p_Vid->recovery.first_frm_id == currSlice->frame_num) { in init_picture()
1288 s->poc < s->recovery.recovery_pic_id && s->poc >= s->recovery.first_frm_id) { in hevc_frame_start()1295 … if (s->recovery.valid_flag && s->recovery.first_frm_valid && s->recovery.first_frm_id == s->poc) { in hevc_frame_start()1455 s->recovery.first_frm_id = s->poc; in parser_nal_unit()1457 … s->recovery.recovery_pic_id = s->recovery.first_frm_id + s->recovery.recovery_frame_cnt; in parser_nal_unit()1458 … h265d_dbg(H265D_DBG_SEI, "First recovery frame found, poc %d", s->recovery.first_frm_id); in parser_nal_unit()1468 s->recovery.first_frm_id == s->poc)) { in parser_nal_unit()