10#define LUA_MPIX_PIPELINE_SIZE 32
13int luaopen_mpix(lua_State *L);
16void lua_mpix_set_image(
struct mpix_image *img);
22int32_t *lua_mpix_get_pipeline(
void);
25int32_t *lua_mpix_get_ctrls(
void);
28void lua_mpix_set_stats(
struct mpix_stats *stats);
Represent the image currently being processed.
Definition types.h:164