Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h45 RK_S64 cur_offset; /* current offset member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h63 RK_S64 cur_offset; /* current offset member
H A Dh265d_parser.c208 s->cur_offset, i, s->cur_frame_offset[i], s->frame_offset, s->next_frame_offset); in mpp_fetch_timestamp()
209 if ( s->cur_offset + off >= s->cur_frame_offset[i] in mpp_fetch_timestamp()
217 if (s->cur_offset + off < s->cur_frame_end[i]) in mpp_fetch_timestamp()
231 if (s->cur_offset + buf_size != in h265d_split_frame()
236 s->cur_frame_offset[i] = s->cur_offset; in h265d_split_frame()
237 s->cur_frame_end[i] = s->cur_offset + buf_size; in h265d_split_frame()
265 s->cur_offset += buf_size; in h265d_split_frame()
280 s->next_frame_offset = s->cur_offset + next; in h265d_split_frame()
284 s->cur_offset += next; in h265d_split_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h71 RK_S64 cur_offset; /* current offset member
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c998 RK_S32 cur_offset[MAX_REF_FRAMES_EX - 1]; in vdpu_av1d_set_reference_frames() local
1003 cur_offset[rf] = in vdpu_av1d_set_reference_frames()
1009 …(AV1D_DBG_LOG, "buf_idx[%d]=%d offset[%d : %d] hin %d\n", rf, buf_idx, cur_offset[rf], cur_roffset… in vdpu_av1d_set_reference_frames()
1011 cur_offset[rf] = 0; in vdpu_av1d_set_reference_frames()
1022 cur_offset[mf_types[0] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1023 cur_offset[mf_types[0] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
1029 cur_offset[mf_types[1] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1030 cur_offset[mf_types[1] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
1036 cur_offset[mf_types[2] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1037 cur_offset[mf_types[2] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
[all …]