| /third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
| D | encoding-profile.c | 22 * SECTION:encoding-profile 24 * @short_description: Encoding profile library 42 * output stream conforming to the specifications of the profile. 51 * ## The encoding profile serialization format 58 * enough to describe any possible encoding profile. There are several ways to 59 * describe the profile depending on the context but the general idea is that it 77 * ### Define the encoding profile in a generic way using caps: 95 * You can also set the preset name of the encoding profile using the 102 * ### Setting properties on muxers or on the encoding profile itself 125 * will be used in the profile (See #gst_encoding_profile_get_restriction). The [all …]
|
| D | encoding-profile.h | 113 * @profile: a #GstEncodingProfile 115 * Decreases the reference count of the @profile, possibly freeing the @profile. 117 #define gst_encoding_profile_unref(profile) (g_object_unref ((GObject*) profile)) argument 121 * @profile: a #GstEncodingProfile 123 * Increases the reference count of the @profile. 125 #define gst_encoding_profile_ref(profile) (g_object_ref ((GObject*) profile)) argument 128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile); 131 void gst_encoding_profile_set_name (GstEncodingProfile *profile, 135 const gchar * gst_encoding_profile_get_description (GstEncodingProfile *profile); 138 void gst_encoding_profile_set_description (GstEncodingProfile *profile, [all …]
|
| /third_party/cef/patch/patches/ |
| D | chrome_browser_profiles.patch | 5 @@ -616,7 +616,9 @@ std::unique_ptr<Profile> Profile::CreateOffTheRecordProfile( 7 if (!profile) 8 profile = std::make_unique<OffTheRecordProfileImpl>(parent, otr_profile_id); 9 - profile->Init(); 12 + profile->Init(); 13 return std::move(profile); 16 diff --git chrome/browser/profiles/profile.cc chrome/browser/profiles/profile.cc 18 --- chrome/browser/profiles/profile.cc 19 +++ chrome/browser/profiles/profile.cc 28 @@ -98,6 +99,8 @@ bool Profile::OTRProfileID::AllowsBrowserWindows() const { [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/va/ |
| D | gstvaprofile.c | 30 VAProfile profile; member 41 "mpegversion = (int) 2, profile = (string) simple"), 43 "mpegversion = (int) 2, profile = (string) main"), 45 "mpegversion = (int) 4, profile = (string) simple"), 47 "mpegversion = (int) 4, profile = (string) advanced-simple"), 49 "mpegversion = (int) 4, profile = (string) main, "), 50 P (H264, Main, "video/x-h264", "profile = (string) { main, baseline }"), 52 "profile = (string) { progressive-high, constrained-high, high }"), 54 "wmvversion = (int) 3, profile = (string) simple"), 56 "wmvversion = (int) 3, profile = (string) main"), [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Profile.h | 1 //===- Profile.h - XRay Profile Abstraction -------------------------------===// 9 // Defines the XRay Profile class representing the latency profile generated by 27 class Profile; variable 29 // We forward declare the Trace type for turning a Trace into a Profile. 32 /// This function will attempt to load an XRay Profiling Mode profile from the 35 /// For any errors encountered in the loading of the profile data from 37 Expected<Profile> loadProfile(StringRef Filename); 39 /// This algorithm will merge two Profile instances into a single Profile 41 Profile mergeProfilesByThread(const Profile &L, const Profile &R); 43 /// This algorithm will merge two Profile instances into a single Profile [all …]
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_camera_profile.h | 15 * Support for DNG camera color profile information. 17 * two sets of color profile information for a camera in the DNG file from that 22 * a profile for a reference camera. (ColorMatrix1 and ColorMatrix2 here.) The 54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint. 67 /// Construct an invalid camera profile ID (empty name and fingerprint). 77 /// Construct a camera profile ID with the specified name and no fingerprint. 78 /// \param name The name of the camera profile ID. 89 /// Construct a camera profile ID with the specified name and no fingerprint. 90 /// \param name The name of the camera profile ID. 100 /// Construct a camera profile ID with the specified name and fingerprint. [all …]
|
| /third_party/cef/libcef/browser/chrome/ |
| D | chrome_browser_context.cc | 26 Profile* ChromeBrowserContext::AsProfile() { in AsProfile() 57 // Use the default disk-based profile. in InitializeAsync() 58 auto profile = profile_manager->GetPrimaryUserProfile(); in InitializeAsync() local 59 ProfileCreated(profile, Profile::CreateStatus::CREATE_STATUS_INITIALIZED); in InitializeAsync() 62 // Create or load a specific disk-based profile. May continue in InitializeAsync() 70 // All profile directories must be relative to |user_data_dir|. in InitializeAsync() 71 LOG(ERROR) << "Cannot create profile at path " in InitializeAsync() 76 // Default to creating a new/unique OffTheRecord profile. in InitializeAsync() 77 ProfileCreated(nullptr, Profile::CreateStatus::CREATE_STATUS_LOCAL_FAIL); in InitializeAsync() 83 // Allow potential deletion of the Profile at some future point (controlled in Shutdown() [all …]
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglsl.c | 91 GstGLSLProfile profile; member 155 * @profile: a #GstGLSLProfile 157 * Returns: (nullable): the name for @profile or %NULL on error 160 gst_glsl_profile_to_string (GstGLSLProfile profile) in gst_glsl_profile_to_string() argument 164 if (profile == GST_GLSL_PROFILE_NONE) in gst_glsl_profile_to_string() 168 if ((profile & (profile - 1)) != 0) in gst_glsl_profile_to_string() 172 if (profile == glsl_profiles[i].profile) in gst_glsl_profile_to_string() 200 return glsl_profiles[i].profile; in gst_glsl_profile_from_string() 209 _is_valid_version_profile (GstGLSLVersion version, GstGLSLProfile profile) in _is_valid_version_profile() argument 214 /* versions that may not need an explicit profile */ in _is_valid_version_profile() [all …]
|
| /third_party/gstreamer/gstplugins_bad/tools/ |
| D | utils.c | 113 GstEncodingProfile *profile = tmpprof->data; local 116 gst_encoding_profile_set_presence (profile, 1); 117 if (GST_IS_ENCODING_CONTAINER_PROFILE (profile)) { 121 (GST_ENCODING_CONTAINER_PROFILE (profile)); tmpsubprof; 126 g_object_set (tmpencodebin, "profile", gst_object_ref (profile), NULL); 128 GST_DEBUG_GRAPH_SHOW_ALL, gst_encoding_profile_get_name (profile)); 130 /* The profile could be expended */ 132 usable_profiles = g_list_prepend (usable_profiles, profile); 143 GstEncodingProfile *profile; local 154 profile = g_value_dup_object (&value); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | Profile.cpp | 1 //===- Profile.cpp - XRay Profile Abstraction -----------------------------===// 9 // Defines the XRay Profile class representing the latency profile generated by 13 #include "llvm/XRay/Profile.h" 25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile 27 // Profile being initialized, through the Block instances we see. in Profile() 37 Profile &Profile::operator=(const Profile &O) { in operator =() 38 Profile P = O; in operator =() 78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath() 81 std::vector<Profile::FuncID> Path; in readPath() 96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData() [all …]
|
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | pbutils.c | 314 "video/mpeg, mpegversion=(int)4, systemstream=(boolean)FALSE, profile=main", 315 "video/mpeg, mpegversion=(int)4, systemstream=(boolean)FALSE, profile=adsfad", 331 "video/x-dirac, profile=(string)vc2-low-delay", 332 "video/x-dirac, profile=(string)vc2-simple", 333 "video/x-dirac, profile=(string)vc2-main", 334 "video/x-dirac, profile=(string)main", 335 "video/x-dirac, profile=(string)czvja", 345 "video/x-h265, profile=(string)main", 346 "video/x-h265, profile=(string)xafasdf", 352 "video/x-h264, profile=(string)foobar", [all …]
|
| D | gstglsl.c | 60 static const struct {GstGLSLProfile profile; const gchar * name;} glsl_profiles[] = { member 69 GstGLSLProfile profile; member 154 static const struct {GstGLSLVersion version; GstGLSLProfile profile;} invalid_serialize_glsl[] = { member 184 …st gchar *name; gboolean succeed; GstGLSLVersion version; GstGLSLProfile profile;} glsl_str_map[] … member 219 GstGLSLProfile profile; in GST_START_TEST() local 222 profile_s = gst_glsl_profile_to_string (glsl_profiles[i].profile); in GST_START_TEST() 225 profile = gst_glsl_profile_from_string (glsl_profiles[i].name); in GST_START_TEST() 226 fail_unless (profile == glsl_profiles[i].profile, "%s != %s", in GST_START_TEST() 227 gst_glsl_profile_to_string (glsl_profiles[i].profile), in GST_START_TEST() 228 gst_glsl_profile_to_string (profile)); in GST_START_TEST() [all …]
|
| /third_party/pulseaudio/src/modules/ |
| D | module-card-restore.c | 48 PA_MODULE_DESCRIPTION("Automatically restore profile of cards"); 75 char *profile; member 79 char *profile; member 110 pa_xfree(p_info->profile); in port_info_free() 129 p_info->profile = pa_xstrdup(port->preferred_profile); in port_info_new() 141 pa_xfree(e->profile); in entry_free() 157 entry->profile = pa_xstrdup(card->active_profile->name); in entry_from_card() 174 if (!pa_streq(a->profile, b->profile) || in entrys_equal() 208 pa_tagstruct_puts(t, e->profile); in entry_write() 214 pa_tagstruct_puts(t, p_info->profile); in entry_write() [all …]
|
| D | module-switch-on-port-available.c | 39 /* We need to cache the active profile, because we want to compare the old 41 * have access to the new profile. */ 65 static bool profile_good_for_output(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_output() argument 70 pa_assert(profile); in profile_good_for_output() 72 card = profile->card; in profile_good_for_output() 74 if (!pa_safe_streq(card->active_profile->input_name, profile->input_name)) in profile_good_for_output() 77 if (card->active_profile->n_sources != profile->n_sources) in profile_good_for_output() 80 if (card->active_profile->max_source_channels != profile->max_source_channels) in profile_good_for_output() 97 static bool profile_good_for_input(pa_card_profile *profile, pa_device_port *port) { in profile_good_for_input() argument 102 pa_assert(profile); in profile_good_for_input() [all …]
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| D | module-bluetooth-policy.c | 39 …"auto_switch=<Switch between hsp and a2dp profile? (0 - never, 1 - media.role=phone, 2 - heuristic… 40 "a2dp_source=<Handle a2dp_source card profile (sink role)?> " 41 "ag=<Handle headset_audio_gateway card profile (headset role)?> "); 92 pa_log_debug("Profile %s cannot be selected for loopback", s); in source_put_hook_callback() 131 pa_log_debug("Profile %s cannot be selected for loopback", s); in sink_put_hook_callback() 146 pa_card_profile *profile; in card_set_profile() local 149 /* Find available profile and activate it */ in card_set_profile() 150 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in card_set_profile() 151 if (profile->available == PA_AVAILABLE_NO) in card_set_profile() 154 /* Check for correct profile based on revert_to_a2dp */ in card_set_profile() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | SampleProfWriter.h | 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===// 31 /// Sample-based profile writer. Base class. 48 /// Profile writer factory. 65 /// Write a file header for the profile file. 69 // Write function profiles to the profile file. 73 /// Output stream where to emit the profile to. 76 /// Profile summary. 79 /// Compute summary for this profile. 82 /// Profile format. 86 /// Sample-based profile writer (text format). [all …]
|
| /third_party/python/Tools/scripts/ |
| D | analyze_dxp.py | 12 If you're running a script you want to profile, a simple way to get 39 def has_pairs(profile): argument 40 """Returns True if the Python that produced the argument profile 43 return len(profile) > 0 and isinstance(profile[0], list) 47 """Forgets any execution profile that has been gathered so far.""" 49 sys.getdxp() # Resets the internal profile 72 """Returns the cumulative execution profile until this call.""" 78 def common_instructions(profile): argument 85 if has_pairs(profile) and profile: 86 inst_list = profile[-1] [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | profiles.c | 112 { FF_PROFILE_MPEG4_SIMPLE, "Simple Profile" }, 113 { FF_PROFILE_MPEG4_SIMPLE_SCALABLE, "Simple Scalable Profile" }, 114 { FF_PROFILE_MPEG4_CORE, "Core Profile" }, 115 { FF_PROFILE_MPEG4_MAIN, "Main Profile" }, 116 { FF_PROFILE_MPEG4_N_BIT, "N-bit Profile" }, 117 { FF_PROFILE_MPEG4_SCALABLE_TEXTURE, "Scalable Texture Profile" }, 118 { FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION, "Simple Face Animation Profile" }, 119 { FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE, "Basic Animated Texture Profile" }, 120 { FF_PROFILE_MPEG4_HYBRID, "Hybrid Profile" }, 121 { FF_PROFILE_MPEG4_ADVANCED_REAL_TIME, "Advanced Real Time Simple Profile" }, [all …]
|
| /third_party/node/deps/npm/node_modules/npm-profile/ |
| D | package.json | 2 "_from": "npm-profile@4.0.4", 3 "_id": "npm-profile@4.0.4", 6 "_location": "/npm-profile", 11 "raw": "npm-profile@4.0.4", 12 "name": "npm-profile", 13 "escapedName": "npm-profile", 23 "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-4.0.4.tgz", 25 "_spec": "npm-profile@4.0.4", 33 "url": "https://github.com/npm/npm-profile/issues" 42 "description": "Library for updating an npmjs.com profile", [all …]
|
| /third_party/ltp/testcases/realtime/testcases/realtime/doc/ |
| D | AUTOMATED_RUN | 1 This explains how the automatic testing works with profile support. 4 Each profile is defined in a file. 5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory. 13 run_auto.sh can be invoked with an argument which is the profile to use. 14 profile/ dir holds a file for each defined profile. 15 A profile has a number of lines for which each test executable can be run 17 Invoking run_auto.sh with no arg uses the default profile. 18 Currently, the default profile does not alter the default values defined 24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt 26 run_c_files.sh will look into profile/prf1 for lines like this: [all …]
|
| /third_party/ltp/testcases/realtime/doc/ |
| D | AUTOMATED_RUN | 1 This explains how the automatic testing works with profile support. 4 Each profile is defined in a file. 5 All profiles are stored in the <RT_TESTS_ROOT>/profile/ directory. 13 run_auto.sh can be invoked with an argument which is the profile to use. 14 profile/ dir holds a file for each defined profile. 15 A profile has a number of lines for which each test executable can be run 17 Invoking run_auto.sh with no arg uses the default profile. 18 Currently, the default profile does not alter the default values defined 24 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt 26 run_c_files.sh will look into profile/prf1 for lines like this: [all …]
|
| /third_party/cef/libcef/browser/alloy/ |
| D | chrome_profile_alloy.h | 6 // This class gathers state related to a single user profile. 11 #include "chrome/browser/profiles/profile.h" 13 // This file provides a stub implementation of Chrome's Profile object for use 16 class ChromeProfileAlloy : public Profile { 26 // Profile methods. 33 Profile* GetOffTheRecordProfile(const Profile::OTRProfileID& otr_profile_id, 35 std::vector<Profile*> GetAllOffTheRecordProfiles() override; 36 void DestroyOffTheRecordProfile(Profile* otr_profile) override; 38 const Profile::OTRProfileID& otr_profile_id) override; 40 Profile* GetOriginalProfile() override; [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/msdk/ |
| D | gstmsdkmpeg2enc.c | 64 "profile = (string) { high, main, simple }") 77 thiz->profile = 0; in gst_msdkmpeg2enc_set_format() 82 /* If downstream has ANY caps let encoder decide profile and level */ in gst_msdkmpeg2enc_set_format() 85 "downstream has ANY caps, profile/level set to auto"); in gst_msdkmpeg2enc_set_format() 88 const gchar *profile; in gst_msdkmpeg2enc_set_format() local 100 profile = gst_structure_get_string (s, "profile"); in gst_msdkmpeg2enc_set_format() 101 if (profile) { in gst_msdkmpeg2enc_set_format() 102 if (!strcmp (profile, "high")) { in gst_msdkmpeg2enc_set_format() 103 thiz->profile = MFX_PROFILE_MPEG2_HIGH; in gst_msdkmpeg2enc_set_format() 104 } else if (!strcmp (profile, "main")) { in gst_msdkmpeg2enc_set_format() [all …]
|
| /third_party/python/Doc/library/ |
| D | profile.rst | 7 **Source code:** :source:`Lib/profile.py` and :source:`Lib/pstats.py` 20 :mod:`cProfile` and :mod:`profile` provide :dfn:`deterministic profiling` of 21 Python programs. A :dfn:`profile` is a set of statistics that describes how 33 2. :mod:`profile`, a pure Python module whose interface is imitated by 40 The profiler modules are designed to provide an execution profile for a given 57 To profile a function that takes a single argument, you can do:: 63 (Use :mod:`profile` instead of :mod:`cProfile` if the latter is not available on 66 The above action would run :func:`re.compile` and print profile results like 113 Instead of printing the output at the end of the profile run, you can save the 120 The :class:`pstats.Stats` class reads profile results from a file and formats [all …]
|
| /third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
| D | gstjpeg2000parse.h | 50 …* For broadcast profiles, the GST_JPEG2000_PARSE_PROFILE_BC_XXXX profile value must be combined wi… 55 …* For IMF profiles, the GST_JPEG2000_PARSE_PROFILE_IMF_XXXX profile value must be combined with th… 81 #define GST_JPEG2000_PARSE_PROFILE_NONE 0x0000 /** no profile - defined in 15444-1 */ 82 #define GST_JPEG2000_PARSE_PROFILE_0 0x0001 /** Profile 0 - defined in 15444-1,Table A.4… 83 #define GST_JPEG2000_PARSE_PROFILE_1 0x0002 /** Profile 1 - defined in 15444-1,Table A.45… 84 #define GST_JPEG2000_PARSE_PROFILE_CINEMA_2K 0x0003 /** 2K Cinema profile - defined in 15444-1 AM… 85 #define GST_JPEG2000_PARSE_PROFILE_CINEMA_4K 0x0004 /** 4K Cinema profile - defined in 15444-1 AM… 86 #define GST_JPEG2000_PARSE_PROFILE_CINEMA_S2K 0x0005 /** Scalable 2K Cinema profile - defined in 1… 87 #define GST_JPEG2000_PARSE_PROFILE_CINEMA_S4K 0x0006 /** Scalable 4K Cinema profile - defined in 1… 88 #define GST_JPEG2000_PARSE_PROFILE_CINEMA_LTS 0x0007/** Long Term Storage Cinema profile - defined… [all …]
|