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

1234

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
/frameworks/base/core/java/com/android/internal/os/
H A DCameraPowerCalculator.java28 public CameraPowerCalculator(PowerProfile profile) { argument
29 mCameraPowerOnAvg = profile.getAveragePower(PowerProfile.POWER_CAMERA);
H A DCpuPowerCalculator.java27 public CpuPowerCalculator(PowerProfile profile) { argument
28 mProfile = profile;
H A DFlashlightPowerCalculator.java26 public FlashlightPowerCalculator(PowerProfile profile) { argument
27 mFlashlightPowerOnAvg = profile.getAveragePower(PowerProfile.POWER_FLASHLIGHT);
H A DSensorPowerCalculator.java29 public SensorPowerCalculator(PowerProfile profile, SensorManager sensorManager) { argument
31 mGpsPowerOn = profile.getAveragePower(PowerProfile.POWER_GPS_ON);
H A DWakelockPowerCalculator.java28 public WakelockPowerCalculator(PowerProfile profile) { argument
29 mPowerWakelock = profile.getAveragePower(PowerProfile.POWER_CPU_AWAKE);
H A DBluetoothPowerCalculator.java30 public BluetoothPowerCalculator(PowerProfile profile) { argument
31 mIdleMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE);
32 mRxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_RX);
33 mTxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_TX);
H A DMobileRadioPowerCalculator.java52 public MobileRadioPowerCalculator(PowerProfile profile, BatteryStats stats) { argument
53 mPowerRadioOn = profile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE);
55 mPowerBins[i] = profile.getAveragePower(PowerProfile.POWER_RADIO_ON, i);
57 mPowerScan = profile.getAveragePower(PowerProfile.POWER_RADIO_SCANNING);
H A DWifiPowerCalculator.java34 public WifiPowerCalculator(PowerProfile profile) { argument
35 mIdleCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_IDLE);
36 mTxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_TX);
37 mRxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX);
H A DWifiPowerEstimator.java33 public WifiPowerEstimator(PowerProfile profile) { argument
34 mWifiPowerPerPacket = getWifiPowerPerPacket(profile);
35 mWifiPowerOn = profile.getAveragePower(PowerProfile.POWER_WIFI_ON);
36 mWifiPowerScan = profile.getAveragePower(PowerProfile.POWER_WIFI_SCAN);
37 mWifiPowerBatchScan = profile.getAveragePower(PowerProfile.POWER_WIFI_BATCHED_SCAN);
43 private static double getWifiPowerPerPacket(PowerProfile profile) { argument
45 final double WIFI_POWER = profile.getAveragePower(PowerProfile.POWER_WIFI_ACTIVE)
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c62 Word16 profile = 1; local
130 hAacEnc->bseInit.profile = profile;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java78 * Get the current connection state of the profile to the remote device.
81 * the connection state of the local Bluetooth adapter for certain profile.
88 * @param profile GATT or GATT_SERVER
89 * @return State of the profile connection. One of
95 public int getConnectionState(BluetoothDevice device, int profile) { argument
98 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
109 * Get connected devices for the specified profile.
114 * the connection state of Bluetooth for this profile.
120 * @param profile GATT or GATT_SERVER
124 public List<BluetoothDevice> getConnectedDevices(int profile) { argument
169 getDevicesMatchingConnectionStates(int profile, int[] states) argument
[all...]
H A DBluetoothProfile.java29 * to get the Profile Proxy. Each public profile implements this
37 * This extra represents the current connection state of the profile of the
40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45 * This extra represents the previous connection state of the profile of the
49 "android.bluetooth.profile.extra.PREVIOUS_STATE";
51 /** The profile is in disconnected state */
53 /** The profile is in connecting state */
55 /** The profile is in connected state */
57 /** The profile is in disconnecting state */
61 * Headset and Handsfree profile
221 onServiceConnected(int profile, BluetoothProfile proxy) argument
229 onServiceDisconnected(int profile) argument
[all...]
/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 */
134 profile = tmpvar;
137 // save the profile and level for the query
296 if (profile != 0x10 && profile != 0x11 && profile != 0x12)
303 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,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp237 const sp<AudioProfile> profile = itemAt(i); local
238 if (profile->checkExact(samplingRate, channelMask, format) == NO_ERROR) {
261 const sp<AudioProfile> profile = itemAt(i); local
262 audio_format_t formatToCompare = profile->getFormat();
267 // Compatible profile has been found, checks if this profile has compatible
271 if (profile->checkCompatibleChannelMask(channelMask, updatedChannels,
273 profile->checkCompatibleSamplingRate(samplingRate, updatedRate) == NO_ERROR) {
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp179 const audio_stream_type_t &profile)
182 profile)) {
183 mPolicyEngine->mApmObserver->getVolumeCurves().switchVolumeCurve(profile, stream);
178 setVolumeProfileForStream(const audio_stream_type_t &stream, const audio_stream_type_t &profile) argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPanProfile.java33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
48 // Order of this profile in device profiles list
55 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
61 public void onServiceDisconnected(int profile) { argument
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp52 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n");
175 int profile = -1; // Encoder specific default local
237 profile = atoi(optarg);
298 if (profile != -1) {
299 enc_meta->setInt32("profile", profile);
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp104 void MediaCodecInfo::CapabilitiesBuilder::addProfileLevel(uint32_t profile, uint32_t level) { argument
106 profileLevel.mProfile = 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.cpp406 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { argument
407 if (profile == OMX_AUDIO_AACObjectLC) {
409 } else if (profile == OMX_AUDIO_AACObjectHE) {
411 } else if (profile == OMX_AUDIO_AACObjectHE_PS) {
413 } else if (profile == OMX_AUDIO_AACObjectLD) {
415 } else if (profile == OMX_AUDIO_AACObjectELD) {
418 ALOGW("Unsupported AAC profile - defaulting to AAC-LC");
493 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:__anon515

Completed in 6973 milliseconds

1234