Home
last modified time | relevance | path

Searched refs:first_frm_id (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/common/
H A Dh2645d_sei.h16 RK_S32 first_frm_id; // The frame_num or poc of the frame associated with this SEI member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c494 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()
H A Dh264d_init.c2057 p_Vid->recovery.first_frm_id == currSlice->frame_num) { in init_picture()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1288 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()