Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/common/
H A Dh2645d_sei.h17 RK_U32 first_frm_valid; // The frame associated with this SEI is valid or not member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c493 if (!recovery->first_frm_valid) { in process_slice()
495 recovery->first_frm_valid = 1; in process_slice()
H A Dh264d_init.c1514 … || p_Dec->dpb_info[pref[i].dpb_idx].frame_num < p_Dec->p_Vid->recovery.first_frm_valid in check_ref_dbp_err()
2056 if (!p_err->i_slice_no && p_Vid->recovery.valid_flag && p_Vid->recovery.first_frm_valid && in init_picture()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1287 s->recovery.first_frm_valid && s->recovery.first_frm_ref_missing && 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()
1454 if (!s->recovery.first_frm_valid) { in parser_nal_unit()
1456 s->recovery.first_frm_valid = 1; in parser_nal_unit()
1467 (s->recovery.valid_flag && s->recovery.first_frm_valid && in parser_nal_unit()