Searched refs:output_image (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | canon_pp-dev.c | 604 image_segment *output_image = NULL; in sanei_canon_pp_read_segment() local 619 /* Allocate output_image struct */ in sanei_canon_pp_read_segment() 620 if ((output_image = malloc(sizeof(*output_image))) == NULL) in sanei_canon_pp_read_segment() 635 output_image->width = scanp->width; in sanei_canon_pp_read_segment() 636 output_image->height = scanline_number; in sanei_canon_pp_read_segment() 640 output_image->image_data = in sanei_canon_pp_read_segment() 641 malloc(output_image->width * output_image->height * in sanei_canon_pp_read_segment() 644 if (output_image in sanei_canon_pp_read_segment() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_flip_vulkan.c | 63 .name = "output_image", in init_filter() 98 GLSLF(1, size = imageSize(output_image[%i]); ,i); in init_filter() 115 GLSLF(2, imageStore(output_image[%i], pos, res); ,i); in init_filter()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 2337 bool (*storer_func)(const astcenc_image *output_image, const char *filename, int y_flip); 2406 const astcenc_image* output_image, in store_ncimage() 2421 return storer_descs[i].storer_func(output_image, filename, y_flip); in store_ncimage() 2405 store_ncimage( const astcenc_image* output_image, const char* filename, int y_flip ) store_ncimage() argument
|
Completed in 6 milliseconds