Home | History | Annotate | Download | only in videoprocess

Lines Matching full:fopen

1053     if (NULL == (g_config_file_fd = fopen(g_config_file_name, "r"))){
1071 if (NULL == (g_src_file_fd = fopen(g_src_file_name, "r"))){
1077 if (NULL == (g_dst_file_fd = fopen(g_dst_file_name, "w"))){