Searched defs:profile (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp908 unsigned profile = bits.getBits(2); local
909 CHECK_NE(profile, 3u);
917 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp79 // MPEG-2 profile 3 is reserved.
431 unsigned profile = bits.getBits(2); local
432 CHECK_NE(profile, 3u);
440 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp207 unsigned profile = (codec_specific_data[0] >> 3) - 1; local
222 profile << 6
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java288 * Check class bits for possible bluetooth profile support.
290 * given class bits might support specified profile. It is not accurate for all
292 * @param profile The profile to be checked
293 * @return True if this device might support specified profile.
296 public boolean doesClassMatch(int profile) { argument
297 if (profile == PROFILE_A2DP) {
313 } else if (profile == PROFILE_HEADSET) {
328 } else if (profile == PROFILE_OPP) {
351 } else if (profile
[all...]
H A DBluetoothAdapter.java300 * Bluetooth adapter to a profile of the remote device. When the adapter is
302 * connection to a profile this intent will sent. Once connected, this intent
304 * remote device. When the adapter disconnects from the last profile its
308 * whether the local adapter is connected to any profile of any device and
309 * are not really concerned about which profile. For example, an application
344 /** The profile is in disconnected state */
346 /** The profile is in connecting state */
348 /** The profile is in connected state */
350 /** The profile is in disconnecting state */
878 * to any profile o
913 getProfileConnectionState(int profile) argument
1176 getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, int profile) argument
1214 closeProfileProxy(int profile, BluetoothProfile proxy) argument
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java48 /** Timeout for connecting/disconnecting a profile in ms. */
52 /** Timeout to connect a profile proxy in ms. */
213 public ConnectProfileReceiver(BluetoothDevice device, int profile, int expectedFlags) { argument
217 mProfile = profile;
312 public void onServiceConnected(int profile, BluetoothProfile proxy) {
314 switch (profile) {
332 public void onServiceDisconnected(int profile) {
334 switch (profile) {
896 * Connects a profile from the local device to a remote device and checks to make sure that the
897 * profile i
906 connectProfile(BluetoothAdapter adapter, BluetoothDevice device, int profile, String methodName) argument
987 disconnectProfile(BluetoothAdapter adapter, BluetoothDevice device, int profile, String methodName) argument
1407 getConnectProfileReceiver(BluetoothDevice device, int profile, int expectedFlags) argument
1439 connectProxy(BluetoothAdapter adapter, int profile) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp177 jniThrowException(env, "java/lang/RuntimeException", "Unknown camcorder profile quality");
199 jniThrowException(env, "java/lang/RuntimeException", "Error retrieving camcorder profile params");
312 "Error retrieving videoeditor profile params");
336 int profile =0; local
337 profile = sProfiles->getVideoEditorExportParamByName("videoeditor.export.profile", codec);
339 if (profile == -1) {
341 "Error retrieving videoeditor export profile params");
344 return static_cast<jint>(profile);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java690 public void startLegacyVpn(VpnProfile profile, KeyStore keyStore, LinkProperties egress) { argument
705 if (!profile.ipsecUserCert.isEmpty()) {
706 privateKey = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert;
707 byte[] value = keyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecUserCert);
710 if (!profile.ipsecCaCert.isEmpty()) {
711 byte[] value = keyStore.get(Credentials.CA_CERTIFICATE + profile.ipsecCaCert);
714 if (!profile.ipsecServerCert.isEmpty()) {
715 byte[] value = keyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecServerCert);
724 switch (profile.type) {
727 iface, profile
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp125 uint8_t profile = ptr[1]; local
127 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
/frameworks/av/include/media/
H A DMediaProfiles.h108 * Returns true if a profile for the given camera at the given quality exists,
156 * videoeditor.export.profile - export video profile
359 ExportVideoProfile(int codec, int profile, int level) argument
360 :mCodec(codec),mProfile(profile),mLevel(level) {}
464 * 1. Low quality profile must have the lowest video
466 * 2. High quality profile must have the highest video
471 * duplicate profile definitions in the media_profiles.xml
500 bool mHasRefProfile; // Refers to an existing profile
501 int mRefProfileIndex; // Reference profile inde
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp326 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
327 profile->mCameraId = cameraId;
331 profile->mFileFormat = static_cast<output_format>(fileFormat);
332 profile->mQuality = static_cast<camcorder_quality>(quality);
333 profile->mDuration = atoi(atts[5]);
334 return profile;
389 !strcmp("profile", atts[2]) &&
397 MediaProfiles::ExportVideoProfile *profile = local
401 return profile;
516 // Check high and low from either camcorder profile o
573 CamcorderProfile *profile = local
671 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
688 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
723 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
740 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java430 profile(view, clientStream, params[0]);
474 private static void profile(View root, OutputStream clientStream, String parameter) method in class:ViewDebug
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java74 * For example, what profile/level combinations it supports and what colorspaces
81 // Enumerates supported profile/level combinations as defined
273 public int profile; field in class:MediaCodecInfo.CodecProfileLevel
H A DMediaRecorder.java353 * @param profile the CamcorderProfile to use
356 public void setProfile(CamcorderProfile profile) { argument
357 setOutputFormat(profile.fileFormat);
358 setVideoFrameRate(profile.videoFrameRate);
359 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
360 setVideoEncodingBitRate(profile.videoBitRate);
361 setVideoEncoder(profile.videoCodec);
362 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
363 profile
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java65 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { argument
66 super("SIP:" + profile.getUriString(), context, notifier);
68 if (DBG) log("new SipPhone: " + profile.getUriString());
72 mProfile = profile;
H A DSipCommandInterface.java255 public void setupDataCall(String radioTechnology, String profile, argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp651 ALOGV("-->profile:%ld maxLevel:%ld", pProfileLevel->mProfile,
720 int32_t profile = -1; local
725 if (profileLevel.mProfile != profile) {
726 profile = profileLevel.mProfile;
735 // Get the max Level for each profile.
737 profile = -1;
742 if (profile == -1 && maxLevel == -1) {
743 profile = profileLevel.mProfile;
745 pProfileLevel->mProfile = profile;
747 ALOGV("%d profile
1253 M4DECODER_AVCProfileLevel* profile; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp476 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) { argument
477 ALOGV("setParamVideoEncoderProfile: %d", profile);
481 mVideoEncoderProfile = profile;
656 } else if (key == "video-param-encoder-profile") {
657 int32_t profile; local
658 if (safe_strtoi32(value.string(), &profile)) {
659 return setParamVideoEncoderProfile(profile);
1105 // Set to use AVC baseline profile if the encoding parameters matches
1106 // CAMCORDER_QUALITY_LOW profile; this is for the sake of MMS service.
1157 ALOGI("Force to use AVC baseline profile");
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h139 M4OSA_UInt32 uiVideoProfile; /**< H263 or MPEG-4 or H264 profile(from core decoder) */
161 jfieldID profile; member in struct:__anon1135
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1445 * @param profile the recording {@link CamcorderProfile} which has parameters indicating
1448 public void createRecorder(String outputPath, CamcorderProfile profile) { argument
1458 mRecorder.setProfile(profile);
1849 * @param profile the recording {@link CamcorderProfile} which has parameters indicating
1852 public void createRecorder(String path, CamcorderProfile profile) { argument
1853 mCameraRunner.createRecorder(path, profile);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java127 * @param profile the local profile with password crossed out
128 * @param password the password of the profile
131 public SipSessionGroup(SipProfile profile, String password, argument
133 mLocalProfile = profile;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java596 public void setupDataCall(String radioTechnology, String profile, String apn, String user, argument
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c128 static M4OSA_Int32 M4MCS_intLimitBitrateForH263Enc(M4OSA_Int32 profile,
130 static M4OSA_Int32 M4MCS_intLimitBitrateForMpeg4Enc(M4OSA_Int32 profile,
132 static M4OSA_Int32 M4MCS_intLimitBitrateForH264Enc(M4OSA_Int32 profile,
900 // in baseline profile field_pic_flag should be off.
912 // in baseline profile field_pic_flag should be off.
924 // in baseline profile field_pic_flag should be off.
936 // in baseline profile field_pic_flag should be off.
3740 * Set output video profile and level */
3784 * Set output video profile and level */
5632 * Our decoder is not compatible with H263 profile othe
10706 M4MCS_intLimitBitrateForH264Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
10869 M4MCS_intLimitBitrateForMpeg4Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
10914 M4MCS_intLimitBitrateForH263Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp1200 if (!msg->findInt32("aac-profile", &aacProfile)) {
1396 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
1397 InitOMXParams(&profile);
1398 profile.nPortIndex = kPortIndexOutput;
1401 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1407 profile.nChannels = numChannels;
1409 profile.eChannelMode =
1413 profile.nSampleRate = sampleRate;
1414 profile
1432 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
2026 int32_t profile; local
2097 int32_t profile; local
2178 int32_t profile; local
2243 verifySupportForProfileAndLevel( int32_t profile, int32_t level) argument
[all...]
H A DOMXCodec.cpp380 unsigned *profile, unsigned *level) {
388 *profile = ptr[1];
479 unsigned profile, level; local
482 data, size, &profile, &level)) != OK) {
488 "AVC profile = %u (%s), level = %u",
489 profile, AVCProfileToString(profile), level);
963 CODEC_LOGV("Default profile: %ld, level %ld",
966 // Are the default profile and level overwriten?
967 int32_t profile, leve local
378 parseAVCCodecSpecificData( const void *data, size_t size, unsigned *profile, unsigned *level) argument
3442 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
3468 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
[all...]

Completed in 3116 milliseconds

123