Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h61 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h77 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member
H A Dh265d_parser.c207 && /*s->next_frame_offset + off <*/ s->cur_frame_end[i]) { in mpp_fetch_timestamp()
211 if (s->cur_offset + off < s->cur_frame_end[i]) in mpp_fetch_timestamp()
226 s->cur_frame_end[s->cur_frame_start_index]) { /* skip remainder packets */ in h265d_split_frame()
231 s->cur_frame_end[i] = s->cur_offset + buf_size; in h265d_split_frame()
235 s->cur_frame_start_index, s->cur_frame_offset[i], s->cur_frame_end[i], pts); in h265d_split_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h87 RK_S64 cur_frame_end[MPP_PARSER_PTS_NB]; member