Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c16 #define MAX_NAME_LENGTH 256 macro
25 char input_file[MAX_NAME_LENGTH];
26 char output_file[MAX_NAME_LENGTH];
70 strncpy(cmd->input_file, next, MAX_NAME_LENGTH - 1); in rga_test_parse_options()
80 strncpy(cmd->output_file, next, MAX_NAME_LENGTH - 1); in rga_test_parse_options()