Home
last modified time | relevance | path

Searched full:profile (Results 1 – 25 of 13270) sorted by relevance

12345678910>>...531

/aosp_15_r20/cts/tests/tests/mediastress/
H A DDynamicConfig.xml18 …80,height=720,frame-rate=24,profile=1,level=512;mime=audio/mp4a-latm,sample-rate=44100,channel-cou…
21 …80,height=720,frame-rate=24,profile=1,level=512;mime=audio/mp4a-latm,sample-rate=48000,channel-cou…
24 …ht=720,frame-rate=30,profile=1,level=256;mime=audio/mp4a-latm,bitrate=127968,sample-rate=48000,cha…
27 …ht=720,frame-rate=24,profile=1,level=256;mime=audio/mp4a-latm,bitrate=127976,sample-rate=48000,cha…
30 …176,height=144,frame-rate=12,profile=1,level=1;mime=audio/mp4a-latm,sample-rate=11025,channel-coun…
33 …0,height=1080,frame-rate=24,profile=1,level=4096;mime=audio/mp4a-latm,sample-rate=48000,channel-co…
36 …=1080,frame-rate=30,profile=1,level=1024;mime=audio/mp4a-latm,bitrate=128006,sample-rate=48000,cha…
42 …20,height=480,frame-rate=24,profile=1,level=256;mime=audio/mp4a-latm,sample-rate=44100,channel-cou…
45 …ht=480,frame-rate=24,profile=1,level=64;mime=audio/mp4a-latm,bitrate=127976,sample-rate=48000,chan…
48 …80,height=720,frame-rate=24,profile=1,level=512;mime=audio/mp4a-latm,sample-rate=44100,channel-cou…
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.profiles.html82 <p class="firstline">Deletes a view (profile).</p>
85 <p class="firstline">Gets a view (profile) to which the user has access.</p>
88 <p class="firstline">Create a new view (profile).</p>
94 <p class="firstline">Updates an existing view (profile). This method supports patch semantics.</p>
97 <p class="firstline">Updates an existing view (profile).</p>
106 <pre>Deletes a view (profile).
109 accountId: string, Account ID to delete the view (profile) for. (required)
110 webPropertyId: string, Web property ID to delete the view (profile) for. (required)
111 profileId: string, ID of the view (profile) to be deleted. (required)
117 <pre>Gets a view (profile) to which the user has access.
[all …]
Danalytics_v3.management.profileFilterLinks.html82 <p class="firstline">Delete a profile filter link.</p>
85 <p class="firstline">Returns a single profile filter link.</p>
88 <p class="firstline">Create a new profile filter link.</p>
91 <p class="firstline">Lists all profile filter links for a profile.</p>
94 <p class="firstline">Update an existing profile filter link. This method supports patch semantics.<…
97 <p class="firstline">Update an existing profile filter link.</p>
106 <pre>Delete a profile filter link.
109 accountId: string, Account ID to which the profile filter link belongs. (required)
110 webPropertyId: string, Web property Id to which the profile filter link belongs. (required)
111 profileId: string, Profile ID to which the filter link belongs. (required)
[all …]
Ddfareporting_v3_5.accountUserProfiles.html82 <p class="firstline">Gets one account user profile by ID.</p>
85 <p class="firstline">Inserts a new account user profile.</p>
94 <p class="firstline">Updates an existing account user profile. This method supports patch semantics…
97 <p class="firstline">Updates an existing account user profile.</p>
106 <pre>Gets one account user profile by ID.
109 profileId: string, User profile ID associated with this request. (required)
110 id: string, User profile ID. (required)
119 …{ # AccountUserProfiles contains properties of a Campaign Manager user profile. This resource is s…
120 …&quot;accountId&quot;: &quot;A String&quot;, # Account ID of the user profile. This is a read-only…
121 …r False, # Whether this user profile is active. This defaults to false, and must be set true on in…
[all …]
/aosp_15_r20/system/media/alsa_utils/
H A Dalsa_device_profile.c61 static void profile_reset(alsa_device_profile* profile) in profile_reset() argument
63 profile->card = profile->device = -1; in profile_reset()
64 profile->extra_latency_ms = 0; in profile_reset()
67 profile->formats[0] = PCM_FORMAT_INVALID; in profile_reset()
68 profile->sample_rates[0] = 0; in profile_reset()
69 profile->channel_counts[0] = 0; in profile_reset()
71 profile->min_period_size = profile->max_period_size = 0; in profile_reset()
72 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT; in profile_reset()
74 profile->is_valid = false; in profile_reset()
77 void profile_init(alsa_device_profile* profile, int direction) in profile_init() argument
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/
H A DProfileFileTest.java40 assertThat(configFileProfiles("[profile foo]")) in emptyProfilesHaveNoProperties()
41 .isEqualTo(profiles(profile("foo"))); in emptyProfilesHaveNoProperties()
46 assertThatThrownBy(() -> configFileProfiles("[profile foo")) in profileDefinitionsMustEndWithBrackets()
47 .hasMessageContaining("Profile definition must end with ']'"); in profileDefinitionsMustEndWithBrackets()
52 assertThat(configFileProfiles("[profile \tfoo \t]")) in profileNamesShouldBeTrimmed()
53 .isEqualTo(profiles(profile("foo"))); in profileNamesShouldBeTrimmed()
58 assertThat(configFileProfiles("[profile\tfoo]")) in tabsCanSeparateProfileNamesFromProfilePrefix()
59 .isEqualTo(profiles(profile("foo"))); in tabsCanSeparateProfileNamesFromProfilePrefix()
65 .hasMessageContaining("Expected a profile definition"); in propertiesMustBeDefinedInAProfile()
70 assertThat(configFileProfiles("[profile foo]\n" + in profilesCanContainProperties()
[all …]
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dhermes_utils.py39 @return a dict of profiles objects. Returns None if no profile is found
55 Install a profile on the euicc at euicc_path.
60 @return iccid: iccid of the installed profile or None
93 # also skips iccid 89010000001234567882 - R&S as its TESTING profile
94 for profile in installed_profiles.keys():
96 installed_profiles[profile].state) == 'INACTIVE') and
98 installed_profiles[profile].profileclass) !=
101 logging.info('Uninstalling profile - iccid:%s',
102 installed_profiles[profile].iccid)
103 euicc.uninstall_profile(profile)
[all …]
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DCamcorderProfileTest.java104 LAST_QUALITY + 1, // Unknown normal profile quality
105 LAST_TIMELAPSE_QUALITY + 1, // Unknown timelapse profile quality
106 LAST_HIGH_SPEED_QUALITY + 1 // Unknown high speed timelapse profile quality
118 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { in checkProfile() argument
119 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " + in checkProfile()
123 profile.duration, in checkProfile()
124 profile.quality, in checkProfile()
125 profile.fileFormat, in checkProfile()
126 profile.videoCodec, in checkProfile()
127 profile.videoBitRate, in checkProfile()
[all …]
/aosp_15_r20/cts/hostsidetests/media/bitstreams/
H A DDynamicConfig.xml21 …<value>mime=video/avc,size=7930107,width=1280,height=720,frame-rate=24,profile=1,level=512,bitrate…
24 …<value>mime=video/avc,size=7616364,width=1280,height=720,frame-rate=25,profile=1,level=512,bitrate…
27 …<value>mime=video/avc,size=6352067,width=1280,height=720,frame-rate=30,profile=1,level=512,bitrate…
30 …<value>mime=video/avc,size=5959005,width=1280,height=720,frame-rate=48,profile=1,level=1024,bitrat…
33 …<value>mime=video/avc,size=5723124,width=1280,height=720,frame-rate=50,profile=1,level=1024,bitrat…
36 …<value>mime=video/avc,size=4769984,width=1280,height=720,frame-rate=60,profile=1,level=1024,bitrat…
39 …<value>mime=video/avc,size=12709277,width=1920,height=1080,frame-rate=24,profile=1,level=2048,bitr…
42 …<value>mime=video/avc,size=12204747,width=1920,height=1080,frame-rate=25,profile=1,level=2048,bitr…
45 …<value>mime=video/avc,size=10177513,width=1920,height=1080,frame-rate=30,profile=1,level=2048,bitr…
48 …<value>mime=video/avc,size=9550748,width=1920,height=1080,frame-rate=48,profile=1,level=8192,bitra…
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
H A DProfileCredentialsUtilsTest.java67 String configSource = "[profile source]\n" + sourceProperties; in roleProfileCanInheritFromAnotherFile()
69 String configChild = "[profile child]\n" + childProperties; in roleProfileCanInheritFromAnotherFile()
77 … profileFile::profile)::credentialsProvider) in roleProfileCanInheritFromAnotherFile()
86 ProfileFile profileFile = configFile("[profile test]\n" + in roleProfileWithMissingSourceThrowsException()
89 assertThatThrownBy(new ProfileCredentialsUtils(profileFile, profileFile.profile("test") in roleProfileWithMissingSourceThrowsException()
90 … .get(), profileFile::profile)::credentialsProvider) in roleProfileWithMissingSourceThrowsException()
91 .hasMessageContaining("source profile has no credentials configured."); in roleProfileWithMissingSourceThrowsException()
96 ProfileFile profiles = configFile("[profile source]\n" + in roleProfileWithSourceThatHasNoCredentialsThrowsExceptionWhenLoadingCredentials()
97 "[profile test]\n" + in roleProfileWithSourceThatHasNoCredentialsThrowsExceptionWhenLoadingCredentials()
101 assertThat(profiles.profile("test")).hasValueSatisfying(profile -> { in roleProfileWithSourceThatHasNoCredentialsThrowsExceptionWhenLoadingCredentials()
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java145 * Creates a switch preference for the particular profile.
148 * @param profile The profile for which the preference controls.
149 * @return A preference that allows the user to choose whether this profile
153 LocalBluetoothProfile profile) { in createProfilePreference() argument
155 pref.setKey(profile.toString()); in createProfilePreference()
156 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice())); in createProfilePreference()
158 pref.setOrder(profile.getOrdinal()); in createProfilePreference()
163 if (profile instanceof LeAudioProfile && (!isLeEnabledByDefault || !isModelNameInAllowList( in createProfilePreference()
186 * Refreshes the state for an existing TwoStatePreference for a profile.
189 LocalBluetoothProfile profile) { in refreshProfilePreference() argument
[all …]
/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dcall_stack_profile_builder_unittest.cc53 // The start time and completed profile.
134 const CallStackProfile& profile = proto.call_stack_profile(); in TEST() local
136 ASSERT_EQ(2, profile.stack_size()); in TEST()
137 ASSERT_EQ(2, profile.stack(0).frame_size()); in TEST()
138 ASSERT_TRUE(profile.stack(0).frame(0).has_module_id_index()); in TEST()
139 EXPECT_EQ(0, profile.stack(0).frame(0).module_id_index()); in TEST()
140 ASSERT_TRUE(profile.stack(0).frame(1).has_module_id_index()); in TEST()
141 EXPECT_EQ(1, profile.stack(0).frame(1).module_id_index()); in TEST()
142 ASSERT_EQ(1, profile.stack(1).frame_size()); in TEST()
143 ASSERT_TRUE(profile.stack(1).frame(0).has_module_id_index()); in TEST()
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayColorProfileTest.cpp170 auto profile = ProfileFactory().setHasWideColorGamut(false).build(); in TEST_F() local
172 EXPECT_FALSE(profile.hasWideColorGamut()); in TEST_F()
176 auto profile = ProfileFactory().setHasWideColorGamut(true).build(); in TEST_F() local
178 EXPECT_TRUE(profile.hasWideColorGamut()); in TEST_F()
184 auto profile = ProfileFactory().setPerFrameMetadata(0).build(); in TEST_F() local
186 EXPECT_EQ(0, profile.getSupportedPerFrameMetadata()); in TEST_F()
190 impl::DisplayColorProfile profile = ProfileFactory().setPerFrameMetadata(123).build(); in TEST_F() local
192 EXPECT_EQ(123, profile.getSupportedPerFrameMetadata()); in TEST_F()
199 // profile for HDR modes if none are profileed. in TEST_F()
200 auto profile = ProfileFactory().build(); in TEST_F() local
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/Xe_M_plus/ddi/
H A Dmedia_libva_caps_mtl_base.cpp128 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local
145 … for (int32_t profileIdx = 0; profileIdx < sizeof(profile) / sizeof(profile[0]); profileIdx++) in LoadAvcEncLpProfileEntrypoints()
152 AddProfileEntry(profile[profileIdx], VAEntrypointEncSliceLP, attributeList, in LoadAvcEncLpProfileEntrypoints()
225 VAProfile profile, in CheckDecodeResolution() argument
270 CODECHAL_MODE MediaLibvaCapsMtlBase::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode() argument
272 int8_t vaProfile = (int8_t)profile; in GetDecodeCodecMode()
313 std::string MediaLibvaCapsMtlBase::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey() argument
315 int8_t vaProfile = (int8_t)profile; in GetDecodeCodecKey()
358 VAProfile profile, in GetEncodeCodecKey() argument
362 switch (profile) in GetEncodeCodecKey()
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DDataProfileResult.java26 * table will have field type specific profile result.
71 … // @@protoc_insertion_point(interface_extends:google.cloud.dataplex.v1.DataProfileResult.Profile)
78 * List of fields with structural and profile information for each field.
81 * <code>repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;</code>
83 java.util.List<com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field> getFieldsList(); in getFieldsList()
88 * List of fields with structural and profile information for each field.
91 * <code>repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;</code>
93 com.google.cloud.dataplex.v1.DataProfileResult.Profile.Field getFields(int index); in getFields()
98 * List of fields with structural and profile information for each field.
101 * <code>repeated .google.cloud.dataplex.v1.DataProfileResult.Profile.Field fields = 2;</code>
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/
H A D.all-contributorsrc9 "profile": "https://github.com/sullis",
18 "profile": "https://github.com/abrooksv",
27 "profile": "https://github.com/ktoso",
36 "profile": "https://github.com/andrewhop",
45 "profile": "https://github.com/adamthom-amzn",
54 "profile": "https://github.com/sworisbreathing",
63 "profile": "https://github.com/Carey-AWS",
72 "profile": "https://github.com/anuraaga",
81 "profile": "https://github.com/jeffalder",
90 "profile": "https://github.com/dotbg",
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/linux/Xe_M/ddi/
H A Dmedia_libva_caps_dg2.cpp111 VAProfile profile[3] = { in LoadAvcEncLpProfileEntrypoints() local
128 … for (int32_t profileIdx = 0; profileIdx < sizeof(profile) / sizeof(profile[0]); profileIdx++) in LoadAvcEncLpProfileEntrypoints()
135 AddProfileEntry(profile[profileIdx], VAEntrypointEncSliceLP, attributeList, in LoadAvcEncLpProfileEntrypoints()
156 std::string MediaLibvaCapsDG2::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey() argument
158 switch (profile) in GetEncodeCodecKey()
203 CODECHAL_MODE MediaLibvaCapsDG2::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode() argument
210 switch (profile) in GetEncodeCodecMode()
249 VAProfile profile, in CheckEncodeResolution() argument
253 switch (profile) in CheckEncodeResolution()
328 VAProfile profile, in CheckEncRTFormat() argument
[all …]
/aosp_15_r20/frameworks/base/services/tests/VpnTests/java/android/net/
H A DIkev2VpnProfileTest.java102 final Ikev2VpnProfile profile = builder.build(); in testBuildValidProfileWithOptions() local
103 assertNotNull(profile); in testBuildValidProfileWithOptions()
106 assertEquals(SERVER_ADDR_STRING, profile.getServerAddr()); in testBuildValidProfileWithOptions()
107 assertEquals(IDENTITY_STRING, profile.getUserIdentity()); in testBuildValidProfileWithOptions()
108 assertEquals(mProxy, profile.getProxyInfo()); in testBuildValidProfileWithOptions()
109 assertTrue(profile.isBypassable()); in testBuildValidProfileWithOptions()
110 assertTrue(profile.isMetered()); in testBuildValidProfileWithOptions()
111 assertEquals(TEST_MTU, profile.getMaxMtu()); in testBuildValidProfileWithOptions()
112 assertEquals(Ikev2VpnProfile.DEFAULT_ALGORITHMS, profile.getAllowedAlgorithms()); in testBuildValidProfileWithOptions()
120 final Ikev2VpnProfile profile = builder.build(); in testBuildUsernamePasswordProfile() local
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva_caps.h63 //! \brief Get attributes for a given profile/entrypoint pair
67 //! not supported for the given profile/entrypoint pair will have their
70 //! \param [in] profile
71 //! VA profile
87 VAProfile profile,
93 //! \brief Check a profile valid or not
95 //! \param [in] profile
96 //! VA profile
101 VAStatus CheckProfile(VAProfile profile);
108 //! \param [in] profile
[all …]
H A Dmedia_libva_caps.cpp213 VAProfile *profile, in GetProfileEntrypointFromConfigId() argument
217 DDI_CHK_NULL(profile, "Null pointer", VA_STATUS_ERROR_INVALID_PARAMETER); in GetProfileEntrypointFromConfigId()
269 *profile = m_profileEntryTbl[i].m_profile; in GetProfileEntrypointFromConfigId()
276 VAProfile profile, in AddProfileEntry() argument
284 DDI_ASSERTMESSAGE("Invalid profile entrypoint number"); in AddProfileEntry()
287 m_profileEntryTbl[m_profileEntryCount].m_profile = profile; in AddProfileEntry()
297 int32_t MediaLibvaCaps::GetProfileTableIdx(VAProfile profile, VAEntrypoint entrypoint) in GetProfileTableIdx() argument
299 // initialize ret value to "invalid profile" in GetProfileTableIdx()
303 if (m_profileEntryTbl[i].m_profile == profile) in GetProfileTableIdx()
305 //there are such profile , but no such entrypoint in GetProfileTableIdx()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/linux/gen12/ddi/
H A Dmedia_libva_caps_g12.cpp164 CODECHAL_MODE MediaLibvaCapsG12::GetEncodeCodecMode(VAProfile profile, VAEntrypoint entrypoint) in GetEncodeCodecMode() argument
171 switch (profile) in GetEncodeCodecMode()
207 CODECHAL_MODE MediaLibvaCapsG12::GetDecodeCodecMode(VAProfile profile) in GetDecodeCodecMode() argument
209 int8_t vaProfile = (int8_t)profile; in GetDecodeCodecMode()
254 std::string MediaLibvaCapsG12::GetDecodeCodecKey(VAProfile profile) in GetDecodeCodecKey() argument
256 int8_t vaProfile = (int8_t)profile; in GetDecodeCodecKey()
301 std::string MediaLibvaCapsG12::GetEncodeCodecKey(VAProfile profile, VAEntrypoint entrypoint, uint32… in GetEncodeCodecKey() argument
303 switch (profile) in GetEncodeCodecKey()
349 bool MediaLibvaCapsG12::IsAV1Profile(VAProfile profile) in IsAV1Profile() argument
351 return (profile == (VAProfile)VAProfileAV1Profile0 || in IsAV1Profile()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs1 //! Collection of Profile UUIDs and helpers to use them.
10 // List of profile uuids
47 pub enum Profile { enum
80 impl Display for Profile { implementation
91 static ORDERED_SUPPORTED_PROFILES: LazyLock<Vec<Profile>> = LazyLock::new(|| {
93 Profile::A2dpSink,
94 Profile::A2dpSource,
95 Profile::AvrcpController,
96 Profile::AvrcpTarget,
97 Profile::Bas,
[all …]
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_camera_profile.h15 * 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 …]
/aosp_15_r20/external/google-cloud-java/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/
H A DProfilerServiceClient.java56 * Profile response = profilerServiceClient.createProfile(request);
186 * CreateProfile creates a new profile resource in the online mode.
189 * the creation request may hang for some time until the next profile session is available.
193 * creating a profile again. The backoff duration is returned in google.rpc.RetryInfo extension on
212 * Profile response = profilerServiceClient.createProfile(request);
219 public final Profile createProfile(CreateProfileRequest request) { in createProfile()
225 * CreateProfile creates a new profile resource in the online mode.
228 * the creation request may hang for some time until the next profile session is available.
232 * creating a profile again. The backoff duration is returned in google.rpc.RetryInfo extension on
251 … * ApiFuture<Profile> future = profilerServiceClient.createProfileCallable().futureCall(request);
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/quality/
H A DMediaQualityManager.java74 public void onPictureProfileAdded(String profileId, PictureProfile profile) { in MediaQualityManager()
78 record.postPictureProfileAdded(profileId, profile); in MediaQualityManager()
83 public void onPictureProfileUpdated(String profileId, PictureProfile profile) { in MediaQualityManager()
87 record.postPictureProfileUpdated(profileId, profile); in MediaQualityManager()
92 public void onPictureProfileRemoved(String profileId, PictureProfile profile) { in MediaQualityManager()
96 record.postPictureProfileRemoved(profileId, profile); in MediaQualityManager()
121 public void onSoundProfileAdded(String profileId, SoundProfile profile) { in MediaQualityManager()
125 record.postSoundProfileAdded(profileId, profile); in MediaQualityManager()
130 public void onSoundProfileUpdated(String profileId, SoundProfile profile) { in MediaQualityManager()
134 record.postSoundProfileUpdated(profileId, profile); in MediaQualityManager()
[all …]

12345678910>>...531