Home
last modified time | relevance | path

Searched refs:cur_frame_start_index (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h55 RK_S32 cur_frame_start_index; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h71 RK_S32 cur_frame_start_index; member
H A Dh265d_parser.c232 s->cur_frame_end[s->cur_frame_start_index]) { /* skip remainder packets */ in h265d_split_frame()
234 i = (s->cur_frame_start_index + 1) & (MPP_PARSER_PTS_NB - 1); in h265d_split_frame()
235 s->cur_frame_start_index = i; in h265d_split_frame()
241 s->cur_frame_start_index, s->cur_frame_offset[i], s->cur_frame_end[i], pts); in h265d_split_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h81 RK_S32 cur_frame_start_index; member