Searched refs:size_str (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 541 string& size_str, 572 case 3: size_str.append(1, s[i]); break; 587 string size_str; 591 split_register_string(s, index_str, size_str, 637 if (size_str.length()) { 641 if (size_str[0] == 'S' || size_str[0] == 'R') { 642 addr = src_from_string(size_str); 644 istringstream num_str(size_str); 673 string size_str; [all...] |
/third_party/toybox/toys/posix/ |
H A D | df.c | 149 char *size_str = toybuf, *used_str = toybuf+64, *avail_str = toybuf+128; in show_mt() local 153 human_readable(size_str, size, hr_flags); in show_mt() 158 w, size_str, w, used_str, w, avail_str, w-1, percent, mt->dir); in show_mt()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale.c | 119 char *size_str; member 276 if (scale->size_str && (scale->w_expr || scale->h_expr)) { in init_dict() 283 FFSWAP(char *, scale->w_expr, scale->size_str); in init_dict() 285 if (scale->size_str) { in init_dict() 287 if ((ret = av_parse_video_size(&scale->w, &scale->h, scale->size_str)) < 0) { in init_dict() 289 "Invalid size '%s'\n", scale->size_str); in init_dict() 941 { "size", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, FLAGS }, 942 { "s", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, FLAGS },
|
H A D | vf_scale_npp.c | 157 char* size_str; member 298 if (scale->size_str && (scale->w_expr || scale->h_expr)) { in nppscale_init() 305 FFSWAP(char*, scale->w_expr, scale->size_str); in nppscale_init() 307 if (scale->size_str) { in nppscale_init() 309 ret = av_parse_video_size(&scale->w, &scale->h, scale->size_str); in nppscale_init() 311 av_log(ctx, AV_LOG_ERROR, "Invalid size '%s'\n", scale->size_str); in nppscale_init() 957 { "s", "Output video size", OFFSET(size_str), AV_OPT_TYPE_STRING, { .str = NULL }, .flags = FLAGS },
|
H A D | vf_zscale.c | 103 char *size_str; member 167 if (s->size_str && (s->w_expr || s->h_expr)) { in init() 174 FFSWAP(char *, s->w_expr, s->size_str); in init() 176 if (s->size_str) { in init() 178 if ((ret = av_parse_video_size(&s->w, &s->h, s->size_str)) < 0) { in init() 180 "Invalid size '%s'\n", s->size_str); in init() 977 { "size", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS }, 978 { "s", "set video size", OFFSET(size_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS },
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 650 def make_file(name, hash=None, size_str=None): 653 result.size = int(size_str) if size_str else None
|
/third_party/node/src/ |
H A D | node_snapshotable.cc | 1239 std::string size_str = FormatSize(item.data.size()); in Generate() local 1243 size_str.c_str()); in Generate()
|
Completed in 10 milliseconds