Home
last modified time | relevance | path

Searched defs:opts (Results 301 - 325 of 421) sorted by relevance

1...<<11121314151617

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.hpp167 void set_hlsl_options(const Options &opts) in set_hlsl_options() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp275 int32_t opts = RuleCharacterIterator::PARSE_VARIABLES | in applyPattern() local
[all...]
/third_party/toybox/toys/pending/
H A Dmodprobe.c51 char *cmdname, *name, *depent, *opts; member
73 static char *add_opts(char *opts, char *toadd) in add_opts() argument
[all...]
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp400 bool ApplyStroke(SkPath& path, StrokeOpts opts) { in ApplyStroke() argument
/third_party/rust/crates/regex/src/
H A Dexec.rs149 let mut opts = RegexOptions::default(); in new_many() variables
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp1031 static void GetOpts(string& opts, struct option(&longOptions)[OPT_ENTRY_CNT]) in GetOpts() argument
1078 string opts; in HilogEntry() local
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp355 OHOS::Media::InitializationOptions opts; in CreatePixelMap() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp77 OHOS::Media::SourceOptions opts; in CreateImageSource() local
84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOptions &opts, in CreateImageSource() argument
90 OHOS::Media::SourceOptions opts; in CreateImageSource() local
97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() argument
103 std::unique_ptr<ImageSource> ImageSource::CreateIncrementalImageSource(const IncrementalSourceOptions &opts, in CreateIncrementalImageSource() argument
112 std::unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint32_ argument
65 CreateImageSource(std::unique_ptr<std::istream> is, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
71 CreateImageSource(const uint8_t *data, uint32_t size, const SourceOptions &opts, uint32_t &errorCode) CreateImageSource() argument
122 CreatePixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreatePixelMap() argument
127 CreateIncrementalPixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) CreateIncrementalPixelMap() argument
133 PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, ImageDecodingState &state, uint8_t &decodeProgress) PromoteDecoding() argument
210 ImageSource(std::unique_ptr<SourceStream> &&stream, const SourceOptions &opts) ImageSource() argument
264 SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo) SetDecodeOptions() argument
270 UpdatePixelMapInfo(const DecodeOptions &opts, ImagePlugin::PlImageInfo &plInfo, PixelMap &pixelMap) UpdatePixelMapInfo() argument
276 CopyOptionsToPlugin(const DecodeOptions &opts, PixelDecodeOptions &plOpts) CopyOptionsToPlugin() argument
279 CopyOptionsToProcOpts(const DecodeOptions &opts, DecodeOptions &procOpts, PixelMap &pixelMap) CopyOptionsToProcOpts() argument
292 DoIncrementalDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, IncrementalDecodingContext &recordContext) DoIncrementalDecoding() argument
327 GetFinalOutputStep(const DecodeOptions &opts, PixelMap &pixelMap, bool hasNinePatch) GetFinalOutputStep() argument
332 HasDensityChange(const DecodeOptions &opts, ImageInfo &srcImageInfo, bool hasNinePatch) HasDensityChange() argument
[all...]
H A Dmock_pixel_map.cpp63 std::unique_ptr<PixelMap> PixelMap::Create(const InitializationOptions &opts) in Create() argument
72 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create() argument
77 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts) in Create() argument
94 void PixelMap::InitDstImageInfo(const InitializationOptions &opts, const ImageInfo &srcImageInfo, in InitDstImageInfo() argument
45 Create(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) Create() argument
51 Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) Create() argument
57 CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t stride, const InitializationOptions &opts) CheckParams() argument
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-usbdp.c779 static int rockchip_dp_phy_configure(struct phy *phy, union phy_configure_opts *opts) in rockchip_dp_phy_configure() argument
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c826 rockchip_dp_phy_configure(struct phy *phy, union phy_configure_opts *opts) rockchip_dp_phy_configure() argument
/third_party/ffmpeg/fftools/
H A Dopt_common.c1063 static const AVOption opts[] = { in opt_cpucount() local
1328 static int print_device_sources(const AVInputFormat *fmt, AVDictionary *opts) in print_device_sources() argument
1349 static int print_device_sinks(const AVOutputFormat *fmt, AVDictionary *opts) in print_device_sinks() argument
1370 static int show_sinks_sources_parse_arg(const char *arg, char **dev, AVDictionary **opts) in show_sinks_sources_parse_arg() argument
1396 AVDictionary *opts = NULL; show_sources() local
1434 AVDictionary *opts = NULL; show_sinks() local
[all...]
H A Dcmdutils.c894 AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id, in filter_codec_opts() argument
956 AVDictionary **opts; setup_find_stream_info_opts() local
[all...]
/third_party/exfatprogs/fsck/
H A Dfsck.c50 static struct option opts[] = { variable
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c72 static struct option opts[] = { variable
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c476 const char *opts; in query_formats() local
H A Dvf_scale.c110 AVDictionary *opts; member
271 static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts) in init_dict() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.c1620 vaapi_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) vaapi_device_create() argument
1775 vaapi_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) vaapi_device_derive() argument
H A Dhwcontext_qsv.c1567 qsv_device_derive(AVHWDeviceContext *ctx, AVHWDeviceContext *child_device_ctx, AVDictionary *opts, int flags) qsv_device_derive() argument
1577 qsv_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) qsv_device_create() argument
H A Dtx_template.c524 ff_tx_fft_sr_codelet_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_sr_codelet_init() argument
654 ff_tx_fft_sr_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_sr_init() argument
781 ff_tx_fft_pfa_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_fft_pfa_init() argument
854 ff_tx_mdct_naive_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_naive_init() argument
943 ff_tx_mdct_sr_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_sr_init() argument
1065 ff_tx_mdct_inv_full_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_inv_full_init() argument
1117 ff_tx_mdct_pfa_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_mdct_pfa_init() argument
1280 ff_tx_rdft_init(AVTXContext *s, const FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_rdft_init() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dftp.c567 AVDictionary *opts = NULL; in ftp_connect_control_connection() local
616 AVDictionary *opts = NULL; in ftp_connect_data_connection() local
/third_party/backends/backend/escl/
H A Descl.h191 ESCL_SCANOPTS opts; member
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.c160 int fuac_opts_set(struct uac_opts *opts) in fuac_opts_set() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java1375 public TestOptionsItem(String loc, String skel, String expectedPat, int opts) { in TestOptionsItem() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java1378 public TestOptionsItem(String loc, String skel, String expectedPat, int opts) { in TestOptionsItem() argument

Completed in 43 milliseconds

1...<<11121314151617