Searched refs:cur_offset (Results 1 – 5 of 5) sorted by relevance
45 RK_S64 cur_offset; /* current offset member
63 RK_S64 cur_offset; /* current offset member
208 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()
71 RK_S64 cur_offset; /* current offset member
998 RK_S32 cur_offset[MAX_REF_FRAMES_EX - 1]; in vdpu_av1d_set_reference_frames() local1003 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 …]