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

123

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
/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 = field in class:MediaRecorderStressTestRunner
40 public static int mVideoEncoder = profile.videoCodec;
41 public static int mAudioEncdoer = profile.audioCodec;
42 public static int mFrameRate = profile.videoFrameRate;
43 public static int mVideoWidth = profile.videoFrameWidth;
44 public static int mVideoHeight = profile.videoFrameHeight;
45 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/base/core/java/android/bluetooth/
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
169 onServiceConnected(int profile, BluetoothProfile proxy) argument
177 onServiceDisconnected(int profile) argument
[all...]
H A DBluetoothAdapter.java294 * Bluetooth adapter to a profile of the remote device. When the adapter is
296 * connection to a profile this intent will sent. Once connected, this intent
298 * remote device. When the adapter disconnects from the last profile its
302 * whether the local adapter is connected to any profile of any device and
303 * are not really concerned about which profile. For example, an application
338 /** The profile is in disconnected state */
340 /** The profile is in connecting state */
342 /** The profile is in connected state */
344 /** The profile is in disconnecting state */
853 * to any profile o
888 getProfileConnectionState(int profile) argument
1150 getProfileProxy(Context context, BluetoothProfile.ServiceListener listener, int profile) argument
1185 closeProfileProxy(int profile, BluetoothProfile proxy) argument
[all...]
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...]
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp44 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n");
163 int profile = -1; // Encoder specific default local
225 profile = atoi(optarg);
283 if (profile != -1) {
284 enc_meta->setInt32(kKeyVideoProfile, profile);
H A Dsf2.cpp307 uint8_t profile = ptr[1]; local
/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c34 M4OSA_Int32 profile; member in struct:__anon308
589 ALOGV("getAVCProfileAndLevel profile %ld level %ld", *pProfile, *pLevel);
596 M4OSA_UInt16 index = 7; /* the 5th and 6th bytes contain the level and profile */
641 /* get H263 profile */
673 ALOGV("getH263ProfileAndLevel profile %ld level %ld", *pProfile, *pLevel);
691 *pProfile = mpeg4ProfileLevelTable[i].profile;
696 ALOGV("getMPEG4ProfileAndLevel profile %ld level %ld", *pProfile, *pLevel);
/frameworks/av/media/libstagefright/
H A DUtils.cpp131 uint8_t profile = ptr[1]; local
247 avcc[1] = 0x64; // profile
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);
H A DMPEG2TSWriter.cpp306 unsigned profile = (codec_specific_data[0] >> 3) - 1; local
323 profile << 6
H A Davc_utils.cpp225 const char *AVCProfileToString(uint8_t profile) { argument
226 switch (profile) {
272 memcpy(out, seqParamSet->data() + 1, 3); // profile/level...
274 uint8_t profile = out[0]; local
304 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d)",
305 width, height, AVCProfileToString(profile), level / 10, level % 10);
355 unsigned profile, unsigned sampling_freq_index,
391 ((profile + 1) << 3) | (sampling_freq_index >> 1);
354 MakeAACCodecSpecificData( unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration) argument
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp290 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { argument
291 if (profile == OMX_AUDIO_AACObjectLC) {
293 } else if (profile == OMX_AUDIO_AACObjectHE) {
295 } else if (profile == OMX_AUDIO_AACObjectELD) {
298 ALOGW("Unsupported AAC profile - defaulting to AAC-LC");
355 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:__anon685
/frameworks/base/services/java/com/android/server/net/
H A DLockdownVpnTracker.java82 ConnectivityService connService, Vpn vpn, VpnProfile profile) {
87 mProfile = Preconditions.checkNotNull(profile);
144 Slog.e(TAG, "Invalid VPN profile; requires IP-based server and DNS");
81 LockdownVpnTracker(Context context, INetworkManagementService netService, ConnectivityService connService, Vpn vpn, VpnProfile profile) argument
/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/voip/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/base/voip/java/com/android/server/sip/
H A DSipHelper.java96 private FromHeader createFromHeader(SipProfile profile, String tag) argument
98 return mHeaderFactory.createFromHeader(profile.getSipAddress(), tag);
101 private ToHeader createToHeader(SipProfile profile) throws ParseException { argument
102 return createToHeader(profile, null);
105 private ToHeader createToHeader(SipProfile profile, String tag) argument
107 return mHeaderFactory.createToHeader(profile.getSipAddress(), tag);
154 private ContactHeader createContactHeader(SipProfile profile) argument
156 return createContactHeader(profile, null, 0);
159 private ContactHeader createContactHeader(SipProfile profile, argument
163 ? createSipUri(profile
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.h95 /* 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
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp79 // MPEG-2 profile 3 is reserved.
410 unsigned profile = bits.getBits(2); local
411 CHECK_NE(profile, 3u);
419 profile, sampling_freq_index, channel_configuration);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp196 unsigned profile = (codec_specific_data[0] >> 3) - 1; local
211 profile << 6

Completed in 3811 milliseconds

123