Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c416 if (p_Cur->p_Dec->have_slice_data && p_strm->nalu_type != H264_NALU_TYPE_IDR && in store_cur_nalu()
511 if (p_Cur->p_Dec->have_slice_data) { in judge_is_new_frame()
514 p_Cur->p_Dec->have_slice_data = 0; in judge_is_new_frame()
527 if (p_Cur->p_Dec->have_slice_data) { in judge_is_new_frame()
530 p_Cur->p_Dec->have_slice_data = 1; in judge_is_new_frame()
911 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
925 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
953 p_Cur->p_Dec->have_slice_data = 0; in parse_prepare_avcC_data()
H A Dh264d_api.c282 p_Dec->have_slice_data = 0; in init_dec_ctx()
455 p_Dec->have_slice_data = 0; in h264d_reset()
H A Dh264d_global.h1139 RK_U8 have_slice_data; member