Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h47 RK_S64 next_frame_offset; /* offset of the next frame */ member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h65 RK_S64 next_frame_offset; /* offset of the next frame */ member
H A Dh265d_parser.c202 s->cur_offset, i, s->cur_frame_offset[i], s->frame_offset, s->next_frame_offset); in mpp_fetch_timestamp()
205 (!s->frame_offset && !s->next_frame_offset)) // first field/frame in mpp_fetch_timestamp()
210 s->offset = s->next_frame_offset - s->cur_frame_offset[i]; in mpp_fetch_timestamp()
271 s->frame_offset = s->next_frame_offset; in h265d_split_frame()
274 s->next_frame_offset = s->cur_offset + next; in h265d_split_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h73 RK_S64 next_frame_offset; /* offset of the next frame */ member