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

1 2 3 45 6 7 8 9

  /frameworks/base/media/libstagefright/
OMXCodec.cpp 278 static const char *AVCProfileToString(uint8_t profile) {
279 switch (profile) {
567 uint8_t profile = ptr[1]; local
621 "AVC profile = %d (%s), level = %d",
622 (int)profile, AVCProfileToString(profile), level);
625 && (profile != kAVCProfileBaseline || level > 30)) {
630 LOGE("Profile and/or level exceed the decoder's capabilities.");
1094 int32_t profile, level; local
2748 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
2768 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
    [all...]
  /external/bluetooth/bluez/plugins/
pnat.c 361 sdp_profile_desc_t profile; local
380 sdp_uuid16_create(&profile.uuid, DIALUP_NET_PROFILE_ID);
381 profile.version = 0x0100;
382 pfseq = sdp_list_append(NULL, &profile);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 123 int32 *profile,
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 74 // Key to the field exchanged for profile editing.
110 // profile name --> VpnPreference
114 // profile engaged in a connection
154 // for long-press gesture on a profile preference
386 final VpnProfile profile = p;
392 startVpnEditor(profile);
419 final VpnProfile profile = p;
423 startVpnEditor(profile);
478 // Replaces the profile at index in mVpnProfileList with p.
484 // not a duplicate if p is to replace the profile at inde
    [all...]
  /external/bluetooth/bluez/audio/
control.c 210 sdp_profile_desc_t profile[1]; local
246 /* Bluetooth Profile Descriptor List */
247 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID);
248 profile[0].version = avrcp_ver;
249 pfseq = sdp_list_append(0, &profile[0]);
274 sdp_profile_desc_t profile[1]; local
313 /* Bluetooth Profile Descriptor List */
314 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID);
315 profile[0].version = avrcp_ver;
316 pfseq = sdp_list_append(0, &profile[0])
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tzselect.ksh 297 *) file=.profile line="TZ='$TZ'; export TZ"
  /external/icu4c/tools/tzcode/
tzselect.ksh 297 *) file=.profile line="TZ='$TZ'; export TZ"
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDeviceManager.java 26 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
223 public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile,
228 cachedDevice.onProfileStateChanged(profile, newProfileState);
LocalBluetoothProfileManager.java 39 * functionality related to a profile.
82 private static Map<Profile, LocalBluetoothProfileManager> sProfileMap =
83 new HashMap<Profile, LocalBluetoothProfileManager>();
93 sProfileMap.put(Profile.A2DP, profileManager);
96 sProfileMap.put(Profile.HEADSET, profileManager);
99 sProfileMap.put(Profile.OPP, profileManager);
115 // Getting just the headset profile is fine for now. Will need to deal with A2DP
117 LocalBluetoothProfileManager profileManager = sProfileMap.get(Profile.HEADSET);
125 Profile profile) {
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 1369 RefPtr<ScriptProfile> profile = prpProfile; local
1466 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(scriptState, title); local
    [all...]
InspectorFrontend.cpp 318 void InspectorFrontend::addProfileHeader(const ScriptValue& profile)
322 function.appendArgument(profile);
343 void InspectorFrontend::didGetProfile(int callId, const ScriptValue& profile)
348 function.appendArgument(profile);
  /external/quake/quake/src/QW/server/
pr_exec.c 237 if (f->profile > max)
239 max = f->profile;
246 Con_Printf ("%7i %s\n", best->profile, PR_GetString(best->s_name));
248 best->profile = 0;
402 pr_xfunction->profile++;
  /external/v8/tools/
tickprocessor.js 29 function Profile(separateIc) {
30 devtools.profiler.Profile.call(this);
32 this.skipThisFunction = function(name) { return Profile.IC_RE.test(name); };
35 Profile.prototype = devtools.profiler.Profile.prototype;
38 Profile.IC_RE =
76 Profile.prototype.handleUnknownCode = function(operation, addr) {
77 var op = devtools.profiler.Profile.Operation;
90 this.profile_ = new Profile();
182 Profile.prototype.handleUnknownCode = function
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 227 // Set profile and level
228 // If profile and level setting is not correct, failure
230 mEncParams->profile = AVC_BASELINE;
232 int32_t profile, level; local
233 if (meta->findInt32(kKeyVideoProfile, &profile)) {
234 mEncParams->profile = (AVCProfile) profile;
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 234 struct venc_profile profile; local
286 ioctl_msg.inputparam = &profile;
288 profile.profile = VEN_PROFILE_H264_BASELINE;
310 ioctl_msg.inputparam = &profile;
312 profile.profile = VEN_PROFILE_H264_HIGH;
  /external/e2fsprogs/e2fsck/
dirinfo.c 47 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0,
49 profile_get_uint(ctx->profile, "scratch_files",
51 profile_get_boolean(ctx->profile, "scratch_files",
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 201 u32 profile; member in struct:vdec_dec_attributes
  /dalvik/vm/compiler/
Compiler.h 54 (gDvmJit.profile ? PROT_WRITE : 0))
  /external/bluetooth/bluez/src/
sdpd-service.c 351 sdp_profile_desc_t profile; local
376 sdp_uuid16_create(&profile.uuid, PNP_INFO_PROFILE_ID);
377 profile.version = spec;
378 profile_list = sdp_list_append(NULL, &profile);
  /external/kernel-headers/original/linux/
msm_q6vdec.h 220 u32 profile; member in struct:vdec_dec_attributes
  /external/webkit/JavaScriptCore/profiler/
Profiler.cpp 38 #include "Profile.h"
65 // Check if we currently have a Profile for this global ExecState and title.
66 // If so return early and don't create a new Profile.
80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title)
87 RefPtr<Profile> returnProfile = profileGenerator->profile();
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.h 120 status_t setParamVideoEncoderProfile(int32_t profile);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 95 /* if profile/level is set to zero, encoder will choose the closest one for you */
96 AVCProfile profile; /* profile of the bitstream to be compliant with*/ member in struct:tagAVCEncParam
184 encoding parameters against the specified profile/level and the list of supported
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 201 u32 profile; member in struct:vdec_dec_attributes
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 201 u32 profile; member in struct:vdec_dec_attributes

Completed in 813 milliseconds

1 2 3 45 6 7 8 9