Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h61 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h77 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member
H A Dh265d_parser.c213 && /*s->next_frame_offset + off <*/ s->cur_frame_end[i]) { in mpp_fetch_timestamp()
217 if (s->cur_offset + off < s->cur_frame_end[i]) in mpp_fetch_timestamp()
232 s->cur_frame_end[s->cur_frame_start_index]) { /* skip remainder packets */ in h265d_split_frame()
237 s->cur_frame_end[i] = s->cur_offset + buf_size; 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.h87 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member