The open imaging DSP library
Loading...
Searching...
No Matches
Functions
mpix/posix.h

POSIX-specific functions. More...

Functions

static int mpix_image_to_file (struct mpix_image *img, int file_descriptor, size_t buf_size)
 Write an image to an open file.
 

Detailed Description

POSIX-specific functions.

Function Documentation

◆ mpix_image_to_file()

static int mpix_image_to_file ( struct mpix_image img,
int  file_descriptor,
size_t  buf_size 
)
inlinestatic

Write an image to an open file.

Append a "posix_write" operation and write the output to an output file as it is processed.

Parameters
imgImage to process and write to an output file.
file_descriptorThe POSIX file descriptor number to write to.
buf_sizeThe size of the output write buffer.