Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c482 recovery->first_frm_id = currSlice->frame_num; in process_slice()
484 recovery->recovery_pic_id = recovery->first_frm_id + recovery->recovery_frame_cnt; in process_slice()
H A Dh264d_init.c2046 … p_Vid->recovery.first_frm_id == currSlice->frame_num))) ? 1 : 0; in init_picture()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1243 s->recovery.first_frm_id != s->poc))) { in hevc_frame_start()
1396 s->recovery.first_frm_id = s->poc; in parser_nal_unit()
1398 … s->recovery.recovery_pic_id = s->recovery.first_frm_id + s->recovery.recovery_frame_cnt; in parser_nal_unit()
1399 … h265d_dbg(H265D_DBG_SEI, "First recovery frame found, poc %d", s->recovery.first_frm_id); in parser_nal_unit()
1409 s->recovery.first_frm_id == s->poc)) { in parser_nal_unit()
H A Dh265d_parser2_syntax.c146 … h->recovery.first_frm_id == current_picture->poc)); in fill_picture_parameters()