Home
last modified time | relevance | path

Searched refs:min_pos (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c735 RK_S32 min_pos = -1; in get_smallest_poc() local
743 min_pos = i; in get_smallest_poc()
753 *pos = min_pos; in get_smallest_poc()
1312 RK_S32 min_pos = 0; in output_dpb_normal() local
1316 && (get_smallest_poc(p_Dpb, &min_poc, &min_pos))) { in output_dpb_normal()
1321 FUN_CHECK(ret = write_stored_frame(p_Dpb->p_Vid, p_Dpb, p_Dpb->fs[min_pos])); in output_dpb_normal()
1482 RK_S32 min_poc = 0, min_pos = 0; in store_picture_in_dpb() local
1486 find_flag = get_smallest_poc(p_Dpb, &min_poc, &min_pos); in store_picture_in_dpb()
1495 min_pos = 0; in store_picture_in_dpb()
1496 unmark_for_reference(p_Vid->p_Dec, p_Dpb->fs[min_pos]); in store_picture_in_dpb()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c267 RK_S32 min_pos = -1; in get_outputable_smallest_poi() local
280 min_pos = i; in get_outputable_smallest_poi()
290 *pos = min_pos; in get_outputable_smallest_poi()