/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12enc.c | 1164 OFFSET(tc_opt_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, VE },\
|
H A D | qsvdec.c | 1042 OFFSET(qsv.load_plugins), AV_OPT_TYPE_STRING, { .str = "" }, 0, 0, VD },
|
H A D | proresenc_anatoliy.c | 927 { "vendor", "vendor ID", OFFSET(vendor), AV_OPT_TYPE_STRING, { .str = "fmpg" }, 0, 0, VE },
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1832 const unsigned char *str, size_t len,
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_tf.c | 86 { "sess_config", "config for SessionOptions", OFFSET(options.sess_config), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, FLAGS },
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fillborders.c | 694 { "color", "set the color for the fixed/fade mode", OFFSET(rgba_color), AV_OPT_TYPE_COLOR, {.str = "black"}, .flags = FLAGS },
|
H A D | vf_nnedi.c | 121 {"weights", "set weights file", OFFSET(weights_file), AV_OPT_TYPE_STRING, {.str="nnedi3_weights.bin"}, 0, 0, FLAGS },
|
/third_party/ffmpeg/libavformat/ |
H A D | concatdec.c | 478 cursor = bp.str; in concat_parse_script()
|
/third_party/curl/lib/ |
H A D | urldata.h | 1788 char *str[STRING_LAST]; /* array of strings, pointing to allocated memory */ member
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 1246 easy->set.str[STRING_COPYPOSTFIELDS] = s; /* Give to library. */ in curl_easy_setopt_ccsid()
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 455 f.write(header.str.encode('utf-8'))
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1705 // building the final name using 'str()'. 1718 std::string str() const;
|
/third_party/curl/include/curl/ |
H A D | curl.h | 461 typedef char *(*curl_strdup_callback)(const char *str);
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 537 param.pageLabel = cookedlabel.str (); in getParameters()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 795 public int setVariableTop(String str) in TestSubClass()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 603 << " Expected: " << stream.str() << "\n" in Passed()
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 984 hints += str(self.best_indent)
|
H A D | scanner.py | 1413 raise ScannerError("while scanning a %s" % name, start_mark, str(exc), mark)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 798 public int setVariableTop(String str) in TestSubClass()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_pars.cpp | 925 UnicodeString str; // scratch in parseRules() local
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 1041 // the function returns true, if it can find exact word (str) in (list).
1042 bool FindWord_In_LowCaseAsciiList_NoCase(const char *list, const wchar_t *str);
|
/third_party/json/tests/src/ |
H A D | unit-bson.cpp | 625 json j3 = json::from_bson(ss.str());
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 96 elif isinstance(v, str):
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 888 return result.str(); in GetWorkerLabel()
|
/third_party/nghttp2/src/ |
H A D | shrpx_https_upstream.cc | 382 ULOG(INFO, upstream) << "HTTP request headers\n" << ss.str(); in htp_hdrs_completecb()
|