Searched refs:out_filename (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp47 char* out_filename; member in struct:h2p_parameters
108 if (state->params.out_filename != NULL)
109 state->out = fopen(state->params.out_filename, "wb");
115 state->params.out_filename);
295 result->out_filename = argv[i + 1];

Completed in 87 milliseconds