Home | History | Annotate | Download | only in liblegacy

Lines Matching refs:image

34  * @param image  the image pointer to work on
36 * close all samples files belonging to this image
38 void opd_close_image_samples_files(struct opd_image * image);
41 * opd_open_24_sample_file - open an image sample file
42 * @param image image to open file for
46 * Open image sample file for the image, counter
48 * image->kernel and image->name must have meaningful
53 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr);