Home
last modified time | relevance | path

Searched refs:frm_num (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_vp9_if.c164 unsigned int frm_num; member
586 vsi->frm_num); in vp9_decode_end_proc()
594 mtk_vcodec_debug(inst, "Decode Ok @%d (%d/%d)", vsi->frm_num, in vp9_decode_end_proc()
598 vsi->frm_num); in vp9_decode_end_proc()
602 vsi->frm_num++; in vp9_decode_end_proc()
929 mtk_vcodec_debug(inst, "[#pic %d]", vsi->frm_num); in vdec_vp9_decode()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c77 RK_S64 frm_num; member
247 ctx->frm_num = 0; in bits_model_smt_init()
755 if (p->frm_num == 0) { in rc_model_v2_smt_start()
772 if (p->frm_num > 0) { in rc_model_v2_smt_start()
975 if (p->frm_num >= 1) { in rc_model_v2_smt_start()
983 p->frm_num++; in rc_model_v2_smt_start()
H A Drc_ctx.h83 RK_U32 frm_num; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1535 static RK_U32 frm_num = 0; in hal_h265e_v540c_wait() local
1545 sprintf(&file_name[0], "fbd%d.bin", frm_num); in hal_h265e_v540c_wait()
1557 sprintf(&file_name[0], "fbh%d.bin", frm_num); in hal_h265e_v540c_wait()
1572 sprintf(&file_name[0], "dws%d.bin", frm_num); in hal_h265e_v540c_wait()
1585 frm_num++; in hal_h265e_v540c_wait()
H A Dhal_h265e_vepu580.c2933 RK_U32 frm_num = ctx->frame_num; in dump_files() local
2938 snprintf(name, name_len, "/data/refr_fbd_%d_frm%d.bin", pid, frm_num); in dump_files()
2941 snprintf(name, name_len, "/data/refr_fbh_%d_frm%d.bin", pid, frm_num); in dump_files()
2944 snprintf(name, name_len, "/data/refr_dsp_%d_frm%d.bin", pid, frm_num); in dump_files()
2953 snprintf(name, name_len, "/data/recn_fbd_%d_frm%d.bin", pid, frm_num); in dump_files()
2956 snprintf(name, name_len, "/data/recn_fbh_%d_frm%d.bin", pid, frm_num); in dump_files()
2959 snprintf(name, name_len, "/data/recn_dsp_%d_frm%d.bin", pid, frm_num); in dump_files()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h1670 RK_U32 frm_num : 16; member
H A Dhal_h264e_vepu540c_reg.h637 RK_U32 frm_num : 16; member
H A Dhal_h264e_vepu580_reg.h623 RK_U32 frm_num : 16; member
H A Dhal_h264e_vepu541.c579 regs->reg106.frm_num = slice->frame_num; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c563 regs->reg_base.synt_sli0.frm_num = slice->frame_num; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c908 regs->reg_base.synt_sli0.frm_num = slice->frame_num; in setup_vepu580_codec()