Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c509 p_Cur->curr_dts = p_Cur->p_Inp->in_dts; in judge_is_new_frame()
525 p_Cur->curr_dts = p_Cur->p_Inp->in_dts; in judge_is_new_frame()
803 p_Cur->last_dts = p_Cur->p_Inp->in_dts; in parse_prepare_fast()
976 p_Cur->last_dts = p_Inp->in_dts; in parse_prepare_avcC_data()
983 p_Cur->last_dts = p_Inp->in_dts; in parse_prepare_avcC_data()
H A Dh264d_api.c424 p_Dec->p_Inp->in_dts = 0; in h264d_reset()
549 p_Inp->in_dts = mpp_packet_get_dts(pkt); in h264d_prepare()
H A Dh264d_global.h892 RK_S64 in_dts; member