Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c481 if (!recovery->first_frm_valid) { in process_slice()
483 recovery->first_frm_valid = 1; in process_slice()
H A Dh264d_init.c2045 … (p_Vid->recovery.valid_flag && p_Vid->recovery.first_frm_valid && in init_picture()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1242 (s->recovery.valid_flag && s->recovery.first_frm_valid && in hevc_frame_start()
1395 if (!s->recovery.first_frm_valid) { in parser_nal_unit()
1397 s->recovery.first_frm_valid = 1; in parser_nal_unit()
1408 (s->recovery.valid_flag && s->recovery.first_frm_valid && in parser_nal_unit()
H A Dh265d_parser2_syntax.c145 h->recovery.first_frm_valid && in fill_picture_parameters()