Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c532 first_mb_in_slice != p_Cur->strm.first_mb_in_slice) { in judge_is_new_frame()
536 p_Cur->strm.first_mb_in_slice = first_mb_in_slice; in judge_is_new_frame()
652 H264dCurStream_t *p_strm = &p_Cur->strm; in parse_prepare()
749 H264dCurStream_t *p_strm = &p_Cur->strm; in parse_prepare_fast()
837 H264dCurStream_t *p_strm = &p_Cur->strm; in parse_prepare_avcC_header()
893 H264dCurStream_t *p_strm = &p_Cur->strm; in parse_prepare_avcC_data()
1008 p_curdata = p_Dec->p_Cur->strm.head_buf; in parse_loop()
H A Dh264d_api.c89 MPP_FREE(p_Cur->strm.nalu_buf); in free_cur_ctx()
90 MPP_FREE(p_Cur->strm.head_buf); in free_cur_ctx()
91 MPP_FREE(p_Cur->strm.tmp_buf); in free_cur_ctx()
112 p_strm = &p_Cur->strm; in init_cur_ctx()
442 p_strm = &p_Dec->p_Cur->strm; in h264d_reset()
H A Dh264d_global.h954 struct h264d_curstrm_t strm; member