HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 51 - 75 of 239) sorted by null

1 23 4 5 6 7 8 910

  /art/runtime/jit/
profiling_info_test.cc 32 #include "profile/profile_compilation_info.h"
128 // Saves the given art methods to a profile backed by 'filename' and adds
193 SafeMap<DexFile*, uint8_t> dex_map; // dex files to profile index
232 ScratchFile profile; local
246 profile.GetFilename(), main_methods, resolved_classes, Hotness::kFlagPostStartup));
248 // Check that what we saved is in the profile.
250 ASSERT_TRUE(info1.Load(GetFd(profile)));
264 profile.GetFilename(), second_methods, resolved_classes, Hotness::kFlagStartup));
266 // Check that what we saved is in the profile (methods form Main and Second).
268 ASSERT_TRUE(profile.GetFile()->ResetOffset())
287 ScratchFile profile; local
    [all...]
  /bionic/libc/kernel/uapi/linux/can/
gw.h 80 __u8 profile; member in struct:cgw_csum_crc8
  /bionic/libc/kernel/uapi/linux/
capi.h 65 capi_profile profile; member in union:capi_ioctl_struct
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 65 LAST_QUALITY + 1, // Unknown normal profile quality
66 LAST_TIMELAPSE_QUALITY + 1, // Unknown timelapse profile quality
67 LAST_HIGH_SPEED_QUALITY + 1 // Unknown high speed timelapse profile quality
79 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) {
80 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " +
84 profile.duration,
85 profile.quality,
86 profile.fileFormat,
87 profile.videoCodec,
88 profile.videoBitRate
217 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local
263 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local
    [all...]
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 153 // Use the same size for recording profile.
154 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
155 profile.videoFrameWidth = optimalSize.width;
156 profile.videoFrameHeight = optimalSize.height;
159 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
184 mMediaRecorder.setProfile(profile);
  /developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 153 // Use the same size for recording profile.
154 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
155 profile.videoFrameWidth = optimalSize.width;
156 profile.videoFrameHeight = optimalSize.height;
159 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
184 mMediaRecorder.setProfile(profile);
  /development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
MainActivity.java 154 // Use the same size for recording profile.
155 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
156 profile.videoFrameWidth = optimalSize.width;
157 profile.videoFrameHeight = optimalSize.height;
160 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
185 mMediaRecorder.setProfile(profile);
  /external/ImageMagick/MagickCore/
constitute.c 68 #include "MagickCore/profile.h"
69 #include "MagickCore/profile-private.h"
659 *profile;
783 profile=GetImageProfile(next,"icc");
784 if (profile == (const StringInfo *) NULL)
785 profile=GetImageProfile(next,"icm");
786 profile=GetImageProfile(next,"iptc");
787 if (profile == (const StringInfo *) NULL)
788 profile=GetImageProfile(next,"8bim");
654 *profile; local
    [all...]
  /external/ImageMagick/coders/
heic.c 260 *profile;
264 profile=(StringInfo*) NULL;
266 profile=BlobToStringInfo(exif_buffer+4,exif_size-4);
267 if (profile != (StringInfo*) NULL)
269 SetImageProfile(image,"exif",profile,exception);
270 profile=DestroyStringInfo(profile);
501 *profile;
528 Save image profile as a APP marker.
535 profile=GetImageProfile(image,name)
258 *profile; local
499 *profile; local
    [all...]
mpc.c 67 #include "MagickCore/profile.h"
634 if (LocaleCompare(keyword,"profile") == 0)
854 *profile;
857 Read image profile blobs.
866 profile=AcquireStringInfo(length);
867 if (profile == (StringInfo *) NULL)
869 count=ReadBlob(image,length,GetStringInfoDatum(profile));
872 profile=DestroyStringInfo(profile);
875 status=SetImageProfile(image,name,profile,exception)
850 *profile; local
1358 *profile; local
1434 *profile; local
    [all...]
webp.c 61 #include "MagickCore/profile.h"
394 *profile;
415 profile=BlobToStringInfo(chunk.bytes,chunk.size);
416 if (profile != (StringInfo *) NULL)
418 SetImageProfile(image,"ICC",profile,exception);
419 profile=DestroyStringInfo(profile);
425 profile=BlobToStringInfo(chunk.bytes,chunk.size);
426 if (profile != (StringInfo *) NULL)
428 SetImageProfile(image,"EXIF",profile,exception)
390 *profile; local
850 *profile; local
    [all...]
  /external/adhd/cras/src/server/
cras_bt_io.c 19 /* Extends cras_ionode to hold bluetooth profile information
20 * so that iodevs of different profile(A2DP or HFP/HSP) can be
24 * profile_dev - Pointer to the profile specific iodev.
25 * profile - The bluetooth profile profile_dev runs on.
30 unsigned int profile; member in struct:bt_node
35 * will be added to this virtual iodev for each profile supported
47 /* Returns the active profile specific iodev. */
55 /* Adds a profile specific iodev to btio. */
58 enum cras_bt_device_profile profile)
    [all...]
cras_bt_transport.c 26 enum cras_bt_device_profile profile; member in struct:cras_bt_transport
149 return transport->profile;
247 transport->profile =
325 transport->profile = 0;
cras_hfp_ag_profile.c 84 * profile - The profile enum of this audio gateway.
94 enum cras_bt_device_profile profile; member in struct:audio_gateway
135 static void cras_hfp_ag_release(struct cras_bt_profile *profile)
214 struct cras_bt_profile *profile,
221 syslog(LOG_ERR, "Audio gateway exists when %s connects for profile %s",
222 cras_bt_device_name(device), profile->name);
234 ag->profile = cras_bt_device_profile_from_uuid(profile->uuid);
244 static void cras_hfp_ag_request_disconnection(struct cras_bt_profile *profile,
    [all...]
  /external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 96 * If set to true, then the generated parser will compute and report profile
101 protected boolean profile; field in class:Antlr3Mojo
283 log.debug("ANTLR: profile : " + profile);
320 tool.setProfile(profile);
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 305 // Profile 'State' to determine if we already have an existing node.
306 llvm::FoldingSetNodeID profile; local
309 NodeTy::Profile(profile, L, State, IsSink);
310 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
SymbolManager.cpp 152 llvm::FoldingSetNodeID profile; local
153 SymbolRegionValue::Profile(profile, R);
155 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
171 llvm::FoldingSetNodeID profile; local
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag);
174 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
189 llvm::FoldingSetNodeID profile; local
190 SymbolDerived::Profile(profile, parentSymbol, R)
205 llvm::FoldingSetNodeID profile; local
223 llvm::FoldingSetNodeID profile; local
    [all...]
  /external/dng_sdk/source/
dng_info.cpp 2269 dng_camera_profile profile; local
    [all...]
dng_negative.cpp 1030 void dng_negative::AddProfile (AutoPtr<dng_camera_profile> &profile)
1033 // Make sure we have a profile to add.
1035 if (!profile.Get ())
1042 // We must have some profile name. Use "embedded" if nothing else.
1044 if (profile->Name ().IsEmpty ())
1047 profile->SetName (kProfileName_Embedded);
1052 // the profile name in the main IFD profile.
1057 // See the first profile has a default "embedded" name, and has
1058 // the same data as the profile we are adding
1205 dng_camera_profile *profile = *iter; local
    [all...]
dng_render.cpp 829 dng_camera_profile_id profileID; // Default profile ID.
871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID); local
873 if (profile)
876 fHueSatMap.Reset (profile->HueSatMapForWhite (spec->WhiteXY ()));
878 if (profile->HasLookTable ())
881 fLookTable.Reset (new dng_hue_sat_map (profile->LookTable ()));
885 if (profile->HueSatMapEncoding () != encoding_Linear)
889 profile->HueSatMapEncoding (),
896 if (profile->LookTableEncoding () != encoding_Linear)
900 profile->LookTableEncoding ()
1238 const dng_camera_profile *profile = fNegative.ProfileByID (dng_camera_profile_id ()); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 61 UStringPrepProfile* profile = NULL; local
91 /* open the profile */
92 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status);
94 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
102 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
spreptst.c 110 const char *profile; member in struct:ConformanceTestCases
601 UStringPrepProfile* profile = NULL; local
610 /* open the profile */
611 profile = usprep_open(testdatapath, "nfscis", &status);
612 usprep_prepare(profile,&src , 0, NULL, 0, USPREP_DEFAULT, &parseError, &status);
614 usprep_close(profile);
639 /**** Profile Test ****/
644 * Profile name
773 log_data_err("Unable to open String Prep Profile with: %s\n", profileName);
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName)
    [all...]
  /external/kernel-headers/original/uapi/linux/can/
gw.h 124 __u8 profile; member in struct:cgw_csum_crc8
  /external/kernel-headers/original/uapi/linux/
capi.h 115 capi_profile profile; member in union:capi_ioctl_struct
  /external/libaom/libaom/test/
arf_freq_test.cc 40 unsigned int profile; member in struct:__anon26699::__anon26700
55 // Add list of profile 2/3 test videos here ...
184 cfg_.g_profile = test_video_param_.profile;

Completed in 2555 milliseconds

1 23 4 5 6 7 8 910