Home
last modified time | relevance | path

Searched defs:opts (Results 626 - 650 of 676) sorted by relevance

1...<<2122232425262728

/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp101 SourceOptions opts; member
1055 static bool ParseDecodeOptions2(napi_env env, napi_value root, DecodeOptions* opts, std::string &error) in ParseDecodeOptions2() argument
1100 ParseDecodeOptions(napi_env env, napi_value root, DecodeOptions* opts, uint32_t* pIndex, std::string &error) ParseDecodeOptions() argument
1162 parseSourceOptions(napi_env env, napi_value root, SourceOptions* opts) parseSourceOptions() argument
1242 CreateNativeImageSource(napi_env env, napi_value argValue, SourceOptions &opts, ImageSourceAsyncContext* context) CreateNativeImageSource() argument
1300 SourceOptions opts; CreateImageSource() local
2838 ParseDecodingOptionsForPicture(napi_env env, napi_value root, DecodingOptionsForPicture* opts) ParseDecodingOptionsForPicture() argument
[all...]
H A Dpixel_map_napi.cpp125 InitializationOptions opts; member
211 static bool parseInitializationOptions(napi_env env, napi_value root, InitializationOptions* opts) in parseInitializationOptions() argument
2445 InitializationOptions opts; CreateAlphaPixelmapSync() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp1168 Media::InitializationOptions opts; in SavePhotoProxyImage() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp1205 SourceOptions opts; in SetUserComment() local
H A Dmedialibrary_photo_operations.cpp1124 SourceOptions opts; in CreateImageSource() local
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c2594 static int rtmp_open(URLContext *s, const char *uri, int flags, AVDictionary **opts) in rtmp_open() argument
H A Ddashenc.c1144 AVDictionary *opts = NULL; in write_manifest() local
1493 AVDictionary *opts = NULL; in dash_init() local
2248 AVDictionary *opts = NULL; dash_write_packet() local
[all...]
H A Dhttp.c456 int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **opts) in ff_http_do_new_request2() argument
H A Ddashdec.c1205 AVDictionary *opts = NULL; in parse_manifest() local
1683 AVDictionary *opts = NULL; in open_input() local
401 open_url(AVFormatContext *s, AVIOContext **pb, const char *url, AVDictionary **opts, AVDictionary *opts2, int *is_http) open_url() argument
1832 nested_io_open(AVFormatContext *s, AVIOContext **pb, const char *url, int flags, AVDictionary **opts) nested_io_open() argument
[all...]
H A Dhls.c764 AVDictionary *opts = NULL; in parse_playlist() local
1277 AVDictionary *opts in open_input() local
639 open_url(AVFormatContext *s, AVIOContext **pb, const char *url, AVDictionary **opts, AVDictionary *opts2, int *is_http_out) open_url() argument
1789 nested_io_open(AVFormatContext *s, AVIOContext **pb, const char *url, int flags, AVDictionary **opts) nested_io_open() argument
[all...]
/third_party/backends/backend/
H A Dhp5590.c267 SANE_Option_Descriptor *opts; member
607 SANE_Option_Descriptor *opts; in sane_open() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c229 } opts; variable
[all...]
H A Dntfsrecover.c156 int opts; /* sync the file system */ variable
[all...]
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c240 static struct ntfs_options opts; variable
[all...]
/third_party/libinput/tools/
H A Dlibinput-record.c2683 struct option opts[] = { in main() local
/third_party/python/Python/
H A Dsysmodule.c2355 PyObject *opts = get_xoptions(tstate); in _PySys_AddXOptionWithError() local
3015 sys_add_xoption(PyObject *opts, const wchar_t *s) in sys_add_xoption() argument
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c340 print_opts(png_uint_32 opts) in print_opts() argument
576 png_uint_32 opts; global() member
651 initimage(Image *image, png_uint_32 opts, const char *file_name, int stride_extra) initimage() argument
3307 testimage(Image *image, png_uint_32 opts, format_list *pf) testimage() argument
3445 test_one_file(const char *file_name, format_list *formats, png_uint_32 opts, int stride_extra, int log_pass) test_one_file() argument
3490 png_uint_32 opts = FAST_WRITE | STRICT; main() local
[all...]
/third_party/toybox/toys/pending/
H A Dip.c2541 struct arglist opts[] = { {"mode", 0}, {"key", 1}, {"ikey", 2}, in parse_iptunnel_args() local
2768 struct arglist opts[] = {{"add", 0}, {"change", 0}, {"del", 0}, in iptunnel() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp157 SafeAreaExpandOpts opts = { .type = SAFE_AREA_TYPE_ALL, .edges = SAFE_AREA_EDGE_ALL }; in OnAttachToFrameNode() local
291 auto&& opts = layoutProperty->GetSafeAreaExpandOpts(); in OnModifyDone() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp244 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) in Create() argument
250 Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, const InitializationOptions &opts) Create() argument
257 Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, const InitializationOptions &opts, bool useCustomFormat) Create() argument
406 Create(const uint32_t *colors, uint32_t colorLength, BUILD_PARAM &info, const InitializationOptions &opts, int &errorCode) Create() argument
560 CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, const InitializationOptions &opts) CheckParams() argument
623 CheckPixelMap(unique_ptr<PixelMap>& dstPixelMap, const InitializationOptions &opts) CheckPixelMap() argument
641 Create(const InitializationOptions &opts) Create() argument
739 Create(PixelMap &source, const InitializationOptions &opts) Create() argument
746 Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts) Create() argument
752 Create(PixelMap &source, const Rect &srcRect, const InitializationOptions &opts, int32_t &errorCode) Create() argument
866 InitDstImageInfo(const InitializationOptions &opts, const ImageInfo &srcImageInfo, ImageInfo &dstImageInfo) InitDstImageInfo() argument
[all...]
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4468 Media::InitializationOptions opts; in UpdateDisplayInfo() local
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1642 SourceOptions opts; in GetPixelMap() local
1655 SourceOptions opts; in GetPixelMapSvg() local
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c352 static const AVOption opts[] = { in opt_abort_on() local
1284 AVDictionary **opts = setup_find_stream_info_opts(ic, o->g->codec_opts); in open_input_file() local
[all...]
H A Dffmpeg.c3496 int64_t opts = ost->last_mux_dts == AV_NOPTS_VALUE ? INT64_MIN : in choose_output() local
H A Dffmpeg.h592 AVDictionary *opts; member

Completed in 114 milliseconds

1...<<2122232425262728