Home
last modified time | relevance | path

Searched defs:req_comp (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1005 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1120 …ed char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__load_and_postprocess_8bit()
1144 …uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__load_and_postprocess_16bit()
1170 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1222 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1232 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1245 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1258 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1285 …_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_load_from_memory()
1292 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1005 static void *stbi__load_main(stbi__context *s, int *x, int *y, int *comp, int req_comp, stbi__resul… in stbi__load_main()
1120 …ed char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__load_and_postprocess_8bit()
1144 …uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x, int *y, int *comp, int req_comp) in stbi__load_and_postprocess_16bit()
1170 static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) in stbi__float_postprocess()
1222 STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load()
1232 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
1245 STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file_16()
1258 STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_load_16()
1285 …_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_load_from_memory()
1292 …_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int req_comp) in stbi_load_from_callbacks()
[all …]
/OK3568_Linux_fs/kernel/drivers/rapidio/devices/
H A Drio_mport_cdev.c548 struct completion req_comp; member