Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp66 static char g_dst_file_name[MAX_LEN]; variable
992 read_value_string(g_config_file_fd, "DST_FILE_NAME", g_dst_file_name); in parse_basic_parameters()
1077 if (NULL == (g_dst_file_fd = fopen(g_dst_file_name, "w"))){ in main()
1079 g_dst_file_name, g_config_file_name); in main()