Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h39 …RK_S32 overread; ///< the number of bytes which where irreversibly read from the nex… member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h57 …RK_S32 overread; ///< the number of bytes which where irreversibly read from the nex… member
H A Dh265d_parser.c102 if (sc->overread) { in mpp_combine_frame()
104 sc->overread, sc->state, next, sc->index, sc->overread_index); in mpp_combine_frame()
109 for (; sc->overread > 0; sc->overread--) { in mpp_combine_frame()
170 sc->overread++; in mpp_combine_frame()
173 if (sc->overread) { in mpp_combine_frame()
175 sc->overread, sc->state, next, sc->index, sc->overread_index); in mpp_combine_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h65 …RK_S32 overread; ///< the number of bytes which where irreversibly read from the nex… member
/rockchip-linux_mpp/
H A DCHANGELOG.md727 - [h264e_amend]: fix slice read overread issue