Home
last modified time | relevance | path

Searched defs:opts (Results 526 - 550 of 677) sorted by relevance

1...<<2122232425262728

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_test.cpp108 InitializationOptions opts; in ConstructPixelMap() local
489 InitializationOptions opts; in HWTEST_F() local
569 InitializationOptions opts; HWTEST_F() local
1290 InitializationOptions opts; HWTEST_F() local
1317 InitializationOptions opts; HWTEST_F() local
1344 InitializationOptions opts; HWTEST_F() local
1371 InitializationOptions opts; HWTEST_F() local
1418 InitializationOptions opts; CreatePixelMapCommon() local
1791 InitializationOptions opts; HWTEST_F() local
1837 InitializationOptions opts; HWTEST_F() local
1936 SourceOptions opts; HWTEST_F() local
1965 InitializationOptions opts; ConstructSLRPixelMap() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp75 SourceOptions opts; in RgbConvertToYuv() local
105 SourceOptions opts; in RgbConvertToYuvP010() local
137 SourceOptions opts; in RgbConvertToYuvP010ByPixelMap() local
198 InitializationOptions opts; in PixelMapFormatConvert() local
218 SourceOptions opts; YuvConvertToRgb() local
283 InitializationOptions opts; YuvP010ConvertToRgb() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_napi.cpp719 InitializationOptions opts; in DoCallBackTest() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp77 uint32_t PostProc::DecodePostProc(const DecodeOptions &opts, PixelMap &pixelMap, FinalOutputStep finalOutputStep) in DecodePostProc() argument
122 GetDstImageInfo(const DecodeOptions &opts, PixelMap &pixelMap, ImageInfo srcImageInfo, ImageInfo &dstImageInfo) GetDstImageInfo() argument
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp190 InitializationOptions opts; in CreatePixelMap() local
354 const InitializationOptions opts = { .size = { .width = pixelMap->GetWidth(), in CreatePixelMapFromAVShareMemory() local
716 const InitializationOptions opts = { .size = { .width = pixelMap->GetWidth(), .height = pixelMap->GetHeight() }, in FetchFrameAtTime() local
[all...]
/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
/third_party/libbpf/src/
H A Dgen_loader.c398 struct gen_loader_opts *opts = gen->opts; in bpf_gen__finish() local
H A Dbpf.c165 bpf_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, const struct bpf_map_create_opts *opts) bpf_map_create() argument
230 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) bpf_prog_load() argument
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
544 bpf_map_delete_batch(int fd, const void *keys, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_delete_batch() argument
551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
568 bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_update_batch() argument
575 bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) bpf_obj_pin_opts() argument
604 bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) bpf_obj_get_opts() argument
632 bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_attach_opts *opts) bpf_prog_attach_opts() argument
670 bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, const struct bpf_prog_detach_opts *opts) bpf_prog_detach_opts() argument
717 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument
882 bpf_link_update(int link_fd, int new_prog_fd, const struct bpf_link_update_opts *opts) bpf_link_update() argument
921 bpf_prog_query_opts(int target, enum bpf_attach_type type, struct bpf_prog_query_opts *opts) bpf_prog_query_opts() argument
969 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) bpf_prog_test_run_opts() argument
1040 bpf_prog_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_prog_get_fd_by_id_opts() argument
1063 bpf_map_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_map_get_fd_by_id_opts() argument
1086 bpf_btf_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_btf_get_fd_by_id_opts() argument
1109 bpf_link_get_fd_by_id_opts(__u32 id, const struct bpf_get_fd_by_id_opts *opts) bpf_link_get_fd_by_id_opts() argument
1183 bpf_btf_load(const void *btf_data, size_t btf_size, struct bpf_btf_load_opts *opts) bpf_btf_load() argument
1272 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-expr.c726 parser_class_literal_opts_t opts = PARSER_CLASS_LITERAL_NO_OPTS; in parser_parse_class() local
488 parser_parse_class_literal(parser_context_t *context_p, parser_class_literal_opts_t opts) parser_parse_class_literal() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c1594 ecma_op_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_function_list_lazy_property_names() argument
1655 ecma_op_external_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_external_function_list_lazy_property_names() argument
1685 ecma_op_bound_function_list_lazy_property_names(ecma_object_t *object_p, uint32_t opts, ecma_collection_t *main_collection_p, ecma_collection_t *non_enum_collection_p) ecma_op_bound_function_list_lazy_property_names() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_deref.c157 nir_deref_instr_has_complex_use(nir_deref_instr *deref, nir_deref_instr_has_complex_use_options opts) nir_deref_instr_has_complex_use() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c1374 int parse_cmdline(int argc, char **argv, char *opts) in parse_cmdline() argument

Completed in 49 milliseconds

1...<<2122232425262728