Searched defs:profile (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java76 * Get the current connection state of the profile to the remote device.
79 * the connection state of the local Bluetooth adapter for certain profile.
86 * @param profile GATT or GATT_SERVER
87 * @return State of the profile connection. One of
92 public int getConnectionState(BluetoothDevice device, int profile) { argument
95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
106 * Get connected devices for the specified profile.
111 * the connection state of Bluetooth for this profile.
117 * @param profile GATT or GATT_SERVER
120 public List<BluetoothDevice> getConnectedDevices(int profile) { argument
164 getDevicesMatchingConnectionStates(int profile, int[] states) argument
[all...]
H A DBluetoothProfile.java26 * to get the Profile Proxy. Each public profile implements this
34 * This extra represents the current connection state of the profile of the
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
42 * This extra represents the previous connection state of the profile of the
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
48 /** The profile is in disconnected state */
50 /** The profile is in connecting state */
52 /** The profile is in connected state */
54 /** The profile is in disconnecting state */
58 * Headset and Handsfree profile
203 onServiceConnected(int profile, BluetoothProfile proxy) argument
211 onServiceDisconnected(int profile) argument
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c63 Word16 profile = 1; local
131 hAacEnc->bseInit.profile = profile;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp73 unsigned profile,
102 dst[2] = (profile << 6)
72 MakeADTSCompoundFromAACFrames( unsigned profile, unsigned samplingFreqIndex, unsigned channelConfig, const List<sp<ABuffer> > &frames) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in class:MediaRecorderStressTestRunner
38 public static int mVideoEncoder = profile.videoCodec;
39 public static int mAudioEncoder = profile.audioCodec;
40 public static int mFrameRate = profile.videoFrameRate;
41 public static int mVideoWidth = profile.videoFrameWidth;
42 public static int mVideoHeight = profile.videoFrameHeight;
43 public static int mBitRate = profile.videoBitRate;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp92 uint32 profile = 0x01; local
108 tmpvar = (uint32) BitstreamReadBits16(stream, 8); /* profile */
130 profile = tmpvar;
133 // save the profile and level for the query
292 if (profile != 0x10 && profile != 0x11 && profile != 0x12)
299 if (profile != 0x01 && profile != 0x02 && profile !
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h42 unsigned char profile, level; member in struct:android::VideoFormats::config_t
74 ProfileType profile, LevelType level);
83 ProfileType profile, LevelType level);
87 ProfileType *profile, LevelType *level) const;
95 ProfileType profile, LevelType level,
H A DVideoFormats.cpp166 mConfigs[i][j].profile = mConfigs[i][j].level = 0;
175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
183 ProfileType profile, LevelType level) {
198 setProfileLevel((ResolutionType)i, j, profile, level);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
215 mConfigs[type][index].profile = 0;
222 ProfileType profile, LevelType level) {
226 mConfigs[type][index].profile = (1ul << profile);
232 ProfileType *profile, LevelTyp
181 enableResolutionUpto( ResolutionType type, size_t index, ProfileType profile, LevelType level) argument
220 setProfileLevel( ResolutionType type, size_t index, ProfileType profile, LevelType level) argument
230 getProfileLevel( ResolutionType type, size_t index, ProfileType *profile, LevelType *level) const argument
307 unsigned profile, level, res[3]; local
340 GetProfileLevel( ProfileType profile, LevelType level, unsigned *profileIdc, unsigned *levelIdc, unsigned *constraintSet) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothUtil.java35 public static String profileToString(int profile) { argument
36 if (profile == BluetoothProfile.HEADSET) return "HEADSET";
37 if (profile == BluetoothProfile.A2DP) return "A2DP";
38 if (profile == BluetoothProfile.AVRCP_CONTROLLER) return "AVRCP_CONTROLLER";
/frameworks/base/telephony/java/com/android/ims/
H A DImsStreamMediaProfile.java23 * Parcelable object to handle IMS stream media profile.
85 public void copyFrom(ImsStreamMediaProfile profile) { argument
86 mAudioQuality = profile.mAudioQuality;
87 mAudioDirection = profile.mAudioDirection;
88 mVideoQuality = profile.mVideoQuality;
89 mVideoDirection = profile.mVideoDirection;
H A DImsCallProfile.java27 * Parcelable object to handle IMS call profile.
244 public void updateCallType(ImsCallProfile profile) { argument
245 mCallType = profile.mCallType;
248 public void updateCallExtras(ImsCallProfile profile) { argument
250 mCallExtras = (Bundle) profile.mCallExtras.clone();
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp45 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n");
168 int profile = -1; // Encoder specific default local
230 profile = atoi(optarg);
294 if (profile != -1) {
295 enc_meta->setInt32(kKeyVideoProfile, profile);
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp155 uint8_t profile, sf_index, channel, header[2]; local
160 profile = (header[0] >> 6) & 0x3;
168 mMeta = MakeAACCodecSpecificData(profile, sf_index, channel);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp345 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { argument
346 if (profile == OMX_AUDIO_AACObjectLC) {
348 } else if (profile == OMX_AUDIO_AACObjectHE) {
350 } else if (profile == OMX_AUDIO_AACObjectHE_PS) {
352 } else if (profile == OMX_AUDIO_AACObjectLD) {
354 } else if (profile == OMX_AUDIO_AACObjectELD) {
357 ALOGW("Unsupported AAC profile - defaulting to AAC-LC");
432 ALOGE("Unable to initialize encoder for profile / sample-rate / bit-rate / channels");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h120 u32 profile; member in struct:__anon469
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java169 private void recordVideoAndPlayback(int profile) throws Exception { argument
181 if (profile != USE_TEST_RUNNER_PROFILE) {
182 assertTrue(String.format("Camera doesn't support profile %d", profile),
183 CamcorderProfile.hasProfile(CAMERA_ID, profile));
184 CamcorderProfile camcorderProfile = CamcorderProfile.get(CAMERA_ID, profile);
329 // Set camcorder profile for time lapse
330 CamcorderProfile profile =
332 mRecorder.setProfile(profile);
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java92 ConnectivityService connService, Vpn vpn, VpnProfile profile) {
97 mProfile = Preconditions.checkNotNull(profile);
173 Slog.e(TAG, "Invalid VPN profile; requires IP-based server and DNS");
91 LockdownVpnTracker(Context context, INetworkManagementService netService, ConnectivityService connService, Vpn vpn, VpnProfile profile) argument
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py29 # profile - enable Python profiling
37 profile = False variable
61 elif (arg == '-profile'):
62 write('Enabling profiling (-profile)', file=sys.stderr)
63 profile = True variable
197 '/* glcorearb.h is for use with OpenGL core profile implementations.',
201 '** glcorearb.h includes only APIs in the latest OpenGL core profile',
203 '** can be supported by the core profile. It does not, and never will',
204 '** include functionality removed from the core profile, such as',
273 profile
[all...]
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp106 uint8_t profile, sf_index, channel, header[2]; local
113 profile = (header[0] >> 6) & 0x3;
126 mMeta = MakeAACCodecSpecificData(profile, sf_index, channel);
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp95 // Map a video codec and profile to string
97 const char *videoProfileToString(XAuint32 codec, XAuint32 profile) { argument
155 return id_pair_to_string(codec, profile, table, sizeof(table) / sizeof(table[0]));
271 /* get the number of profile / level combinations */
274 fprintf(stdout, "decoder %s has %d profile/level combinations:\n\t",
276 /* display the profile / level combinations */
282 XAuint32 profile = decDescriptor.profileSetting; local
284 fprintf(stdout, "%u/%u ", profile, level);
286 printf("(%s/%s) ", videoProfileToString(decoder, profile),
308 fprintf(stdout, "profile / level
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java107 * <td>An optional handle to a user profile under which runs the provider
219 * An intent extra that contains the user handle of the profile under
677 * Gets the AppWidget providers for the given user profile. User profile can only
678 * be the current user or a profile of the current user. For example, the current
679 * user may have a corporate profile. In this case the parent user profile has a
680 * child profile, the corporate one.
682 * @param profile The profile fo
689 getInstalledProvidersForProfile(@ullable UserHandle profile) argument
745 getInstalledProvidersForProfile(int categoryFilter, UserHandle profile) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java392 * @param profile a call profile to make the call
399 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees, argument
403 + ", profile=" + profile + ", callees=" + callees);
408 ImsCall call = new ImsCall(mContext, profile);
411 ImsCallSession session = createCallSession(serviceId, profile);
579 * Creates a {@link ImsCallSession} with the specified call profile.
584 * @param profile a call profile t
586 createCallSession(int serviceId, ImsCallProfile profile) argument
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java36 * Defines a SIP profile, including a SIP account, domain and server information.
96 * Creates a builder based on the given profile.
98 public Builder(SipProfile profile) { argument
99 if (profile == null) throw new NullPointerException();
101 mProfile = (SipProfile) profile.clone();
106 mUri = profile.getUri();
107 mUri.setUserPassword(profile.getPassword());
108 mDisplayName = profile.getDisplayName();
109 mProxyAddress = profile.getProxyAddress();
110 mProfile.mPort = profile
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java94 private FromHeader createFromHeader(SipProfile profile, String tag) argument
96 return mHeaderFactory.createFromHeader(profile.getSipAddress(), tag);
99 private ToHeader createToHeader(SipProfile profile) throws ParseException { argument
100 return createToHeader(profile, null);
103 private ToHeader createToHeader(SipProfile profile, String tag) argument
105 return mHeaderFactory.createToHeader(profile.getSipAddress(), tag);
152 private ContactHeader createContactHeader(SipProfile profile) argument
154 return createContactHeader(profile, null, 0);
157 private ContactHeader createContactHeader(SipProfile profile, argument
161 ? createSipUri(profile
[all...]

Completed in 775 milliseconds

123