Home
last modified time | relevance | path

Searched refs:last_frame_idx (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h195 RK_U8 last_frame_idx; member
H A Dav1d_cbs.c751 ref_frame_idx[AV1_REF_FRAME_LAST - AV1_REF_FRAME_LAST] = current->last_frame_idx; in mpp_av1_set_frame_refs()
760 used_frame[current->last_frame_idx] = 1; in mpp_av1_set_frame_refs()
773 latest_order_hint = shifted_order_hints[current->last_frame_idx]; in mpp_av1_set_frame_refs()
1957 fb(3, last_frame_idx); in mpp_av1_uncompressed_header()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h540 int last_frame_idx; member
H A Dcapture.c1986 stream->last_frame_idx = stream->frame_idx; in rkcif_assign_new_buffer_update_toisp()
2019 stream->last_frame_idx = stream->frame_idx; in rkcif_assign_new_buffer_update_toisp()
2072 stream->last_frame_idx = stream->frame_idx; in rkcif_assign_new_buffer_update_toisp()
2170 stream->frame_idx > stream->last_frame_idx) { in rkcif_assign_check_buffer_update_toisp()
2265 stream->last_frame_idx = stream->frame_idx; in rkcif_assign_check_buffer_update_toisp()
8795 stream->last_frame_idx = stream->frame_idx; in rkcif_line_wake_up_rdbk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c2953 mvm->drv_rx_stats.last_rates[mvm->drv_rx_stats.last_frame_idx] = rate; in iwl_mvm_update_frame_stats()
2954 mvm->drv_rx_stats.last_frame_idx = in iwl_mvm_update_frame_stats()
2955 (mvm->drv_rx_stats.last_frame_idx + 1) % in iwl_mvm_update_frame_stats()
H A Dmvm.h588 int last_frame_idx; member
H A Ddebugfs.c1012 idx = stats->last_frame_idx - 1; in iwl_dbgfs_frame_stats_read()