Home
last modified time | relevance | path

Searched refs:have_slice_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c435 if (p_Cur->p_Dec->have_slice_data) { in judge_is_new_frame()
438 p_Cur->p_Dec->have_slice_data = 0; in judge_is_new_frame()
451 if (p_Cur->p_Dec->have_slice_data) { in judge_is_new_frame()
454 p_Cur->p_Dec->have_slice_data = 1; in judge_is_new_frame()
806 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
820 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
848 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
H A Dh264d_api.c272 p_Dec->have_slice_data = 0; in init_dec_ctx()
441 p_Dec->have_slice_data = 0; in h264d_reset()
H A Dh264d_global.h1132 RK_U8 have_slice_data; member