Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu2.c486 char file_name[128]; in set_vlc_regs() local
598 char file_name[128]; \ in set_ref_regs() local
642 char file_name[128]; \ in set_asic_regs() local
964 char file_name[128]; in vdpu2_h264d_start() local
/rockchip-linux_mpp/test/
H A DCMakeLists.txt8 set(file_name ${test_name}.${ext}) variable
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c1430 char file_name[128]; in hal_vp9d_prob_default() local
1904 char file_name[128]; in hal_vp9d_prob_flag_delta() local
H A Dhal_vp9d_vdpu34x.c563 char file_name[128]; in hal_vp9d_vdpu34x_gen_regs() local
871 char file_name[128]; in hal_vp9d_vdpu34x_start() local
H A Dhal_vp9d_vdpu382.c577 char file_name[128]; in hal_vp9d_vdpu382_gen_regs() local
905 char file_name[128]; in hal_vp9d_vdpu382_start() local
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1576 char file_name[20] = ""; in hal_h265e_v540c_wait() local
H A Dhal_h265e_vepu510.c2426 char file_name[20] = ""; in hal_h265e_v510_wait() local
/rockchip-linux_mpp/utils/
H A Dutils.c1372 static void get_extension(const char *file_name, char *extension) in get_extension()