Home
last modified time | relevance | path

Searched refs:out_max (Results 1 - 19 of 19) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genrsa.c199 size_t in_len, uint8_t *out, size_t out_max)
218 out_max);
227 &olen, in, out, out_max);
243 size_t in_len, uint8_t *out, size_t out_max)
262 out_max);
271 &olen, in, out, out_max);
198 lws_genrsa_public_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
242 lws_genrsa_private_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c38 double out_min, out_max; member
73 { "romax", "set output red white point", OFFSET(range[R].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS },
74 { "gomax", "set output green white point", OFFSET(range[G].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS },
75 { "bomax", "set output blue white point", OFFSET(range[B].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS },
76 { "aomax", "set output alpha white point", OFFSET(range[A].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS },
410 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame()
450 int omax = lrint(r->out_max * UINT16_MAX); in filter_frame()
H A Dvf_misc_vaapi.c50 static float map(int x, int in_min, int in_max, float out_min, float out_max) in map() argument
54 slope = 1.0 * (out_max - out_min) / (in_max - in_min); in map()
H A Dvf_procamp_vaapi.c54 static float map(float x, float in_min, float in_max, float out_min, float out_max) in map() argument
58 slope = 1.0 * (out_max - out_min) / (in_max - in_min); in map()
H A Dvf_lut3d.c882 float out_max[3] = {1.0, 1.0, 1.0}; in parse_cinespace() local
948 out_max[i] = -FLT_MAX; in parse_cinespace()
966 out_max[i] = FFMAX(out_max[i], v); in parse_cinespace()
977 if (av_sscanf(line, "%f %f", &out_min[i], &out_max[i]) != 2) { in parse_cinespace()
1022 vec->r *= out_max[0] - out_min[0]; in parse_cinespace()
1023 vec->g *= out_max[1] - out_min[1]; in parse_cinespace()
1024 vec->b *= out_max[2] - out_min[2]; in parse_cinespace()
1645 float out_max[3] = {1.0, 1.0, 1.0}; in parse_cinespace_1d() local
1684 if (av_sscanf(line, "%f %f", &out_min[i], &out_max[ in parse_cinespace_1d()
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genrsa.h159 * \param out_max: size of output buffer
169 size_t in_len, uint8_t *out, size_t out_max);
177 * \param out_max: size of output buffer
187 size_t in_len, uint8_t *out, size_t out_max);
H A Dlws-jws.h383 * \param out_max: the length of \p out in bytes
388 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max);
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genrsa.c256 size_t in_len, uint8_t *out, size_t out_max)
270 size_t in_len, uint8_t *out, size_t out_max)
255 lws_genrsa_public_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
269 lws_genrsa_private_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
/third_party/backends/backend/pixma/
H A Dpixma_common.c546 int out_min, int out_max, in load_lut()
580 else if(j>out_max){ in load_lut()
581 j=out_max; in load_lut()
544 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
/third_party/backends/backend/
H A Depjitsu.h392 int out_min, int out_max, int slope, int offset);
H A Dcanon_dr.h691 int out_min, int out_max, int slope, int offset);
H A Depjitsu.c2288 int out_min, int out_max, in load_lut()
2321 j = MIN(j, out_max); in load_lut()
2286 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
H A Dcanon_dr.c9241 int out_min, int out_max, in load_lut()
9276 else if(j>out_max){ in load_lut()
9277 j=out_max; in load_lut()
9239 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
/third_party/libwebsockets/lib/jose/jws/
H A Djws.c275 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max) in lws_jws_base64_enc() argument
279 n = lws_b64_encode_string_url(in, (int)in_len, out, (int)out_max - 1); in lws_jws_base64_enc()
282 __func__, (int)in_len, (int)out_max); in lws_jws_base64_enc()
/third_party/backends/backend/genesys/
H A Dlow.h396 int out_min, int out_max,
H A Dlow.cpp1908 * @param out_max maximal out value
1914 int out_min, int out_max, in sanei_genesys_load_lut()
1952 else if (j > out_max) in sanei_genesys_load_lut()
1954 j = out_max; in sanei_genesys_load_lut()
1912 sanei_genesys_load_lut(unsigned char* lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) sanei_genesys_load_lut() argument
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h772 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max);
/third_party/toybox/toys/pending/
H A Dxzcat.c1448 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument
1450 if (dict->end - dict->pos <= out_max) in dict_limit()
1453 dict->limit = dict->pos + out_max; in dict_limit()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2666 pub fn sceAtracGetMaxSample(atrac_id: i32, out_max: *mut i32) -> i32; in sceAtracGetMaxSample()

Completed in 43 milliseconds