HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 201 - 225 of 872) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dhcpcd-6.8.2/
dhcpcd.h 79 char profile[PROFILE_LEN]; member in struct:interface
  /external/icu/icu4c/source/common/
usprep.cpp 58 /* Profile names must be aligned to UStringPrepProfileType */
139 UStringPrepProfile *profile = NULL; local
158 profile = (UStringPrepProfile *) e->value.pointer;
161 if ((noRefCount== FALSE && profile->refCount == 0) ||
167 usprep_unload(profile);
177 uprv_free(profile);
224 loadData(UStringPrepProfile* profile,
261 if(profile->sprepData==NULL) {
262 profile->sprepData=dataMemory;
264 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes))
308 UStringPrepProfile* profile = NULL; local
    [all...]
  /external/libvncserver/libvncclient/
h264.c 223 VAProfile profile = VAProfileH264High; local
224 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints, &num_entrypoints);
242 va_status = vaCreateConfig(va_dpy, profile, VAEntrypointVLD, &attrib, 1, &va_config_id);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 74 static int parse_bitdepth_colorspace_sampling(BITSTREAM_PROFILE profile,
77 if (profile >= PROFILE_2) rb->bit_offset += 1; // Bit-depth 10 or 12.
81 if (profile == PROFILE_1 || profile == PROFILE_3) {
86 if (profile == PROFILE_1 || profile == PROFILE_3) {
113 // A maximum of 6 bits are needed to read the frame marker, profile and
122 const BITSTREAM_PROFILE profile = vp9_read_profile(&rb); local
126 if (profile >= MAX_PROFILES) return VPX_CODEC_UNSUP_BITSTREAM;
129 // If profile is > 2 and show_existing_frame is true, then at least 1 mor
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 127 PipeToProfile(enum pipe_video_profile profile)
129 switch (profile) {
170 ProfileToPipe(VAProfile profile)
172 switch (profile) {
268 enum pipe_video_profile profile; member in struct:__anon30237
290 VAStatus vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
292 VAStatus vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
294 VAStatus vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
297 VAStatus vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 231 int profile = brb.readBits(2); local
  /external/skqp/src/effects/
SkBlurMask.cpp 172 To get the profile curve of the blurred step function at the rectangle
212 point values between 0 and 255 for the profile signature of
215 all the time, we actually fill in the profile pre-inverted
226 uint8_t* profile = new uint8_t[size]; local
230 profile[0] = 255;
234 profile[x] = 255 - (uint8_t) (255.f * gi);
237 return profile;
240 // TODO MAYBE: Maintain a profile cache to avoid recomputing this for
247 uint8_t SkBlurMask::ProfileLookup(const uint8_t *profile, int loc, int blurred_width, int sharp_width) {
254 return profile[ox]
    [all...]
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 114 std::unique_ptr<protocol::Profiler::Profile> createCPUProfile(
118 return protocol::Profiler::Profile::create()
176 // Take last started profile if no title was passed.
193 std::unique_ptr<protocol::Profiler::Profile> profile = local
195 if (!profile) return;
198 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile),
257 std::unique_ptr<protocol::Profiler::Profile>* profile) {
262 std::unique_ptr<protocol::Profiler::Profile> cpuProfile
379 v8::CpuProfile* profile = local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 392 //check the desired profile support
395 VAProfile profile; local
396 switch (data->se_data->PROFILE)
399 profile = VAProfileVC1Simple;
403 profile = VAProfileVC1Main;
407 profile = VAProfileVC1Advanced;
413 if (profiles[vaprof] == profile)
416 if (vaprof >= numprofs || profiles[vaprof] != profile)
417 //Did not get the profile we wanted
420 LOG_E( "Profile not supported by driver\n")
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 536 OMX_U32 profile; member in struct:ProfileLevelTable
547 p->eProfile = plTable[p->nProfileIndex].profile;
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 226 int32_t profile; local
230 profile = arrProfile[0];
244 static_cast<OMX_AUDIO_AACPROFILETYPE>(profile),
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
TaskThumbnailView.java 229 final DeviceProfile profile = mActivity.getDeviceProfile(); local
250 int rotationDir = profile.isVerticalBarLayout() && !profile.isSeascape() ? -1 : 1;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 95 DeviceProfile profile = mLauncher.getDeviceProfile(); local
97 profile.appWidgetScale.x, profile.appWidgetScale.y);
115 final DeviceProfile profile = mLauncher.getDeviceProfile(); local
119 profile.appWidgetScale.x, profile.appWidgetScale.y);
127 ? profile.workspaceCellPaddingXPx
128 : (int) (profile.edgeMarginPx / 2f);
152 DeviceProfile profile = mLauncher.getDeviceProfile(); local
153 float scaleX = profile.appWidgetScale.x
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 52 private static final String ARG_PROFILE = "profile";
68 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) {
72 args.putParcelable(ARG_PROFILE, profile);
112 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); local
116 final Dialog dialog = new ConfigDialog(getActivity(), this, profile, editing, exists);
138 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); local
139 connect(profile, isAlwaysOn);
146 VpnProfile profile = dialog.getProfile(); local
155 if (shouldConnect && !isConnected(profile) &&
158 opts.putParcelable(ARG_PROFILE, profile);
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 52 * The PreferenceActivity class for managing sip profile preferences.
68 private SipProfile mProfile; // profile that's being edited
97 log("SipPreference.updateSummary, profile uid: " + profileUid +
168 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); local
170 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName());
171 addProfile(profile);
175 log("onActivityResult, can not handle the profile: " + e);
194 private String getProfileName(SipProfile profile) {
195 String profileName = profile.getProfileName();
197 profileName = profile.getUserName() + "@" + profile.getSipDomain()
248 SipProfile profile = getProfileFromList(activeProfile); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 91 int version, EProfile profile, EShSource source,
103 return new TParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion,
108 return new HlslParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion,
170 int MapProfileToIndex(EProfile profile)
174 switch (profile) {
211 // A process-global symbol table per version per profile for built-ins common
213 // per profile per stage for built-ins unique to each stage. They will be sparsely
227 bool InitializeSymbolTable(const TString& builtIns, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language,
230 TIntermediate intermediate(language, version, profile);
234 std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(symbolTable, intermediate, version, profile, source
778 EProfile profile = ENoProfile; local
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 129 // Saves the given art methods to a profile backed by 'filename' and adds
194 SafeMap<DexFile*, uint8_t> dex_map; // dex files to profile index
219 // Creates an offline profile used for testing inline caches.
282 // Create a valid profile.
283 ScratchFile profile; local
289 ASSERT_TRUE(saved_info.Save(GetFd(profile)));
290 ASSERT_EQ(0, profile.GetFile()->Flush());
292 // Prepare the profile content for zipping.
293 ASSERT_TRUE(profile.GetFile()->ResetOffset());
294 std::vector<uint8_t> data(profile.GetFile()->GetLength())
339 ScratchFile profile; local
394 ScratchFile profile; local
429 ScratchFile profile; local
438 ScratchFile profile; local
451 ScratchFile profile; local
467 ScratchFile profile; local
492 ScratchFile profile; local
506 ScratchFile profile; local
517 ScratchFile profile; local
526 ScratchFile profile; local
540 ScratchFile profile; local
556 ScratchFile profile; local
577 ScratchFile profile; local
598 ScratchFile profile; local
633 ScratchFile profile; local
676 ScratchFile profile; local
726 ScratchFile profile; local
768 ScratchFile profile; local
783 ScratchFile profile; local
878 ScratchFile profile; local
909 ScratchFile profile; local
937 ScratchFile profile; local
1024 ScratchFile profile; local
1142 ScratchFile profile; local
1232 ScratchFile profile; local
1263 ScratchFile profile; local
1309 ScratchFile profile; local
1360 ScratchFile profile; local
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 64 private static CamcorderProfile profile = field in class:MediaRecorderStressTest
89 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); local
90 mVideoEncoder = profile.videoCodec;
91 mAudioEncoder = profile.audioCodec;
92 mFrameRate = profile.videoFrameRate;
93 mVideoWidth = profile.videoFrameWidth;
94 mVideoHeight = profile.videoFrameHeight;
95 mBitRate = profile.videoBitRate;
  /external/ImageMagick/MagickCore/
profile.c 13 % MagickCore Image Profile Methods %
59 #include "MagickCore/profile.h"
60 #include "MagickCore/profile-private.h"
176 % DeleteImageProfile() deletes a profile from the image by its name.
186 % o name: the profile name.
213 % DestroyImageProfiles() releases memory associated with an image profile map.
242 % GetImageProfile() gets a profile associated with an image by name.
252 % o name: the profile name. local
259 *profile;
267 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *
736 *profile; local
769 *profile; local
1263 *profile; local
1512 *profile; local
2132 *profile; local
    [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 696 % MagickGetImageProfile() returns the named image profile.
707 % o name: Name of profile to return: ICC, IPTC, or generic profile.
709 % o length: the length of the profile.
716 *profile;
735 profile=GetImageProfile(wand->images,name);
736 if (profile == (StringInfo *) NULL)
738 datum=(unsigned char *) AcquireQuantumMemory(GetStringInfoLength(profile),
742 (void) CopyMagickMemory(datum,GetStringInfoDatum(profile),
743 GetStringInfoLength(profile));
698 *profile; local
1790 *profile; local
    [all...]
  /external/ImageMagick/coders/
bmp.c 65 #include "MagickCore/profile.h"
1521 *profile; local
    [all...]
cin.c 66 #include "MagickCore/profile.h"
709 *profile;
714 profile=BlobToStringInfo((const unsigned char *) NULL,cin.file.user_length);
715 if (profile == (StringInfo *) NULL)
717 offset+=ReadBlob(image,GetStringInfoLength(profile),
718 GetStringInfoDatum(profile));
719 (void) SetImageProfile(image,"dpx:user.data",profile,exception);
720 profile=DestroyStringInfo(profile);
907 *profile;
704 *profile; local
899 *profile; local
    [all...]
pict.c 65 #include "MagickCore/profile.h"
857 *profile;
851 *profile; local
1604 *profile; local
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 532 profile. Most probably the bitstream is corrupt, or has a wrong
544 0x400B, /*!< SBA found, but currently not supported in the BSAC profile.
590 0, /*!< The standard profile creates a mixdown signal based on the
596 1, /*!< This profile behaves identical to the standard profile if advanced
601 ISO/IEC 14496:3 AMD 4. The profile can be used to support legacy
604 2, /*!< Similar to the ::AAC_MD_PROFILE_MPEG_LEGACY profile but if both
831 INT profile; \/*!< MPEG-2 profile (from file header) (-1: not applicable (e. g. member in struct:__anon13556
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 310 def profile?
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 891011>>