Searched refs:mediaProfile (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestMmTelFeature.java | 177 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in createCallProfile() local 184 new Bundle(), mediaProfile); in createCallProfile() 284 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in onIncomingCallReceived() local 292 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in onIncomingCallReceived() 311 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in onIncomingVtCallReceived() local 319 ImsCallProfile.CALL_TYPE_VT, new Bundle(), mediaProfile); in onIncomingVtCallReceived() 333 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in onIncomingCallReceivedReturnListener() local 341 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in onIncomingCallReceivedReturnListener()
|
D | TestImsCallSessionImpl.java | 158 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in startInternal() local 166 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in startInternal() 269 public void update(int callType, ImsStreamMediaProfile mediaProfile) { in update() argument 271 callType, new Bundle(), mediaProfile); in update() 343 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in hold() local 350 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in hold() 366 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in resume() local 373 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in resume() 585 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in createConferenceSession() local 593 ImsCallProfile.CALL_TYPE_VOICE, new Bundle(), mediaProfile); in createConferenceSession()
|
D | ImsCallingTest.java | 1258 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in testNotifyCallStateChanged() local 1264 callSession.hold(mediaProfile); in testNotifyCallStateChanged() 1458 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile( in testMultipleVideoCallAcceptTerminate() local 1465 .setImsStreamProfileForVt(mediaProfile); in testMultipleVideoCallAcceptTerminate()
|
/cts/tests/tests/media/extractor/src/android/media/extractor/cts/ |
D | MediaExtractorTest.java | 896 int mediaProfile = trackFormat.getInteger(MediaFormat.KEY_PROFILE); in testDtsHdInMpeg2ts() local 897 assertEquals(MediaCodecInfo.CodecProfileLevel.DTS_HDProfileLBR, mediaProfile); in testDtsHdInMpeg2ts() 916 int mediaProfile = trackFormat.getInteger(MediaFormat.KEY_PROFILE); in testDtsUhdInMpeg2ts() local 917 assertEquals(MediaCodecInfo.CodecProfileLevel.DTS_UHDProfileP2, mediaProfile); in testDtsUhdInMpeg2ts()
|