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

1 2 3 45 6 7 8 910

  /cts/tests/tests/car/src/android/car/cts/
CarBluetoothTest.java 151 // Utility class to hold profile information and state
162 // Automotive required profiles and meta data. Profile defaults to 'not connected' and name
177 // Configurable timeout for waiting for profile proxies to connect
180 // Objects to block until all profile proxy connections have finished, or the timeout occurs
185 // Capture profile proxy connection events
188 public void onServiceConnected(int profile, BluetoothProfile proxy) {
190 Log.d(TAG, "Profile '" + profile + "' has connected");
194 sRequiredBluetoothProfiles.get(profile).mConnected = true;
205 public void onServiceDisconnected(int profile) {
228 int profile = sRequiredBluetoothProfiles.keyAt(i); local
266 int profile = sRequiredBluetoothProfiles.keyAt(i); local
294 int profile = sRequiredBluetoothProfiles.keyAt(i); local
    [all...]
  /external/ImageMagick/MagickCore/
identify.c 82 #include "MagickCore/profile.h"
1305 *profile; local
    [all...]
  /external/ImageMagick/coders/
json.c 742 static void EncodeIptcProfile(FILE *file,const StringInfo *profile)
772 profile_length=GetStringInfoLength(profile);
776 sentinel=GetStringInfoDatum(profile)[i++];
779 dataset=GetStringInfoDatum(profile)[i++];
780 record=GetStringInfoDatum(profile)[i++];
861 length=(size_t) (GetStringInfoDatum(profile)[i++] << 8);
862 length|=GetStringInfoDatum(profile)[i++];
870 GetStringInfoDatum(profile)+i,length+1);
1583 *profile; local
    [all...]
bmp.c 65 #include "MagickCore/profile.h"
1452 *profile; local
1644 *profile; local
    [all...]
cin.c 66 #include "MagickCore/profile.h"
710 *profile;
717 profile=BlobToStringInfo((const unsigned char *) NULL,
719 if (profile == (StringInfo *) NULL)
721 offset+=ReadBlob(image,GetStringInfoLength(profile),
722 GetStringInfoDatum(profile));
723 (void) SetImageProfile(image,"dpx:user.data",profile,exception);
724 profile=DestroyStringInfo(profile);
915 *profile;
705 *profile; local
907 *profile; local
    [all...]
miff.c 71 #include "MagickCore/profile.h"
941 if (LocaleCompare(keyword,"profile") == 0)
1175 *profile; local
2336 *profile; local
2414 *profile; local
    [all...]
pict.c 65 #include "MagickCore/profile.h"
881 *profile;
875 *profile; local
1673 *profile; local
    [all...]
  /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 146 PipeToProfile(enum pipe_video_profile profile)
148 switch (profile) {
192 ProfileToPipe(VAProfile profile)
194 switch (profile) {
297 enum pipe_video_profile profile; member in struct:__anon34066
319 VAStatus vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
321 VAStatus vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
323 VAStatus vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
326 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/skia/src/codec/
SkWebpCodec.cpp 90 std::unique_ptr<SkEncodedInfo::ICCProfile> profile = nullptr; local
97 profile = SkEncodedInfo::ICCProfile::Make(std::move(chunk));
99 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) {
100 profile = nullptr;
174 SkEncodedInfo info = SkEncodedInfo::Make(width, height, color, alpha, 8, std::move(profile));
  /external/skqp/src/codec/
SkWebpCodec.cpp 90 std::unique_ptr<SkEncodedInfo::ICCProfile> profile = nullptr; local
97 profile = SkEncodedInfo::ICCProfile::Make(std::move(chunk));
99 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) {
100 profile = nullptr;
174 SkEncodedInfo info = SkEncodedInfo::Make(width, height, color, alpha, 8, std::move(profile));
  /external/v8/src/inspector/
v8-profiler-agent-impl.cc 130 std::unique_ptr<protocol::Profiler::Profile> createCPUProfile(
134 return protocol::Profiler::Profile::create()
192 // Take last started profile if no title was passed.
209 std::unique_ptr<protocol::Profiler::Profile> profile = local
211 if (!profile) return;
214 m_frontend.consoleProfileFinished(id, std::move(location), std::move(profile),
277 std::unique_ptr<protocol::Profiler::Profile>* profile) {
282 std::unique_ptr<protocol::Profiler::Profile> cpuProfile
510 v8::CpuProfile* profile = local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp 206 // but the profile has positional channel mask and less than 2 channels.
293 ssize_t AudioProfileVector::add(const sp<AudioProfile> &profile)
295 ssize_t index = Vector::add(profile);
307 // Check valid profile to add:
325 // Go through the list of profile to avoid duplicates
327 const sp<AudioProfile> &profile = itemAt(profileIndex); local
328 if (profile->isValid() && profile == profileToAdd) {
345 for (const auto& profile : *this) {
346 if (profile->checkExact(samplingRate, channelMask, format) == NO_ERROR)
369 const sp<AudioProfile> profile = itemAt(i); local
396 sp<AudioProfile> profile = itemAt(--i); local
509 sp<AudioProfile> profile = itemAt(i); local
530 sp<AudioProfile> profile = itemAt(i); local
546 sp<AudioProfile> profile = new AudioProfile(formats[i], local
579 sp<AudioProfile> profile = itemAt(i); local
598 sp<AudioProfile> profile = itemAt(i); 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/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) memcpy(datum,GetStringInfoDatum(profile),
743 GetStringInfoLength(profile));
698 *profile; local
1790 *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
842 INT profile; \/*!< MPEG-2 profile (from file header) (-1: not applicable (e. g. member in struct:__anon14600
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
recognizers.rb 310 def profile?
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 613 TestProfile profile; local
614 profile.test_list = test_list;
615 profile.dev_name = dev_name;
618 profile.support_constant_framerate =
620 profile.skip_frames = device_info->frames_to_skip_after_streamon;
621 profile.lens_facing = device_info->lens_facing;
622 profile.check_maximum_resolution = true;
627 profile.cropping_profile.check_cropping = true;
628 profile.cropping_profile.sensor_pixel_array_size_width =
630 profile.cropping_profile.sensor_pixel_array_size_height
    [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; local
247 profile = glu::PROFILE_COMPATIBILITY;
249 throw tcu::InternalError("Indeterminate OpenGL profile");
271 return glu::ContextType(majorVersion, minorVersion, profile, flags);
567 deInt32 profile = 0; local
569 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profile);
572 if (profile == GL_CONTEXT_COMPATIBILITY_PROFILE_BIT)
576 log << TestLog::Message << "Required OpenGL 3.0 or earlier. Got later version without compatibility profile." << TestLog::EndMessage;
589 deInt32 profile = 0 local
    [all...]
  /external/icu/icu4c/source/common/
usprep.cpp 58 /* Profile names must be aligned to UStringPrepProfileType */
141 UStringPrepProfile *profile = NULL; local
160 profile = (UStringPrepProfile *) e->value.pointer;
163 if ((noRefCount== FALSE && profile->refCount == 0) ||
169 usprep_unload(profile);
179 uprv_free(profile);
226 loadData(UStringPrepProfile* profile,
263 if(profile->sprepData==NULL) {
264 profile->sprepData=dataMemory;
266 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes))
310 UStringPrepProfile* profile = NULL; local
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 620 * Set profile function. Only available in SQLite 3.6 and above,
626 public void profile(Profile pr) { method in class:Database
632 private native void _profile(Profile pr);
  /external/libaom/libaom/av1/encoder/
level.c 540 const BITSTREAM_PROFILE profile = seq_params->profile; local
542 profile == PROFILE_0 ? 15 : (profile == PROFILE_1 ? 30 : 36);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 56 uint8_t profile; // 04 0 simple, 1 main, 2 advanced member in struct:vc1_picparm_bsp
131 return (desc->num_slices << 4) | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1);
168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04
281 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 591 int profile = OSMESA_COMPAT_PROFILE, version_major = 1, version_minor = 0; local
635 profile = attribList[i+1];
636 if (profile != OSMESA_CORE_PROFILE &&
637 profile != OSMESA_COMPAT_PROFILE)
684 attribs.profile = (profile == OSMESA_CORE_PROFILE)

Completed in 1443 milliseconds

1 2 3 45 6 7 8 910