Home
last modified time | relevance | path

Searched refs:rtcpFbTypes (Results 1 – 5 of 5) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DVideoConfig.cpp49 rtcpFbTypes = RTP_FB_NONE; in VideoConfig()
73 rtcpFbTypes = config->rtcpFbTypes; in VideoConfig()
95 rtcpFbTypes = config.rtcpFbTypes; in VideoConfig()
121 rtcpFbTypes = config.rtcpFbTypes; in operator =()
139 this->cvoValue == config.cvoValue && this->rtcpFbTypes == config.rtcpFbTypes); in operator ==()
155 this->cvoValue != config.cvoValue || this->rtcpFbTypes != config.rtcpFbTypes); in operator !=()
268 err = out->writeInt32(rtcpFbTypes); in writeToParcel()
390 err = in->readInt32(&rtcpFbTypes); in readFromParcel()
561 rtcpFbTypes = types; in setRtcpFbType()
566 return rtcpFbTypes; in getRtcpFbType()
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DDeviceInfo.java45 int videoCvoValue, Set<Integer> rtcpFbTypes) { in DeviceInfo() argument
59 this.mRtcpFbTypes = rtcpFbTypes; in DeviceInfo()
DMainActivity.java1513 int rtcpFbTypes, int width, int height) { in createVideoConfig() argument
1539 .setRtcpFbTypes(rtcpFbTypes) in createVideoConfig()
1730 int rtcpFbTypes, int width, int height) { in createVideoConfig() argument
1738 profile, level, cameraId, cameraZoom, deviceOrientation, cvo, rtcpFbTypes, in createVideoConfig()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DVideoConfig.java703 public Builder setRtcpFbTypes(final @RtcpFbTypes int rtcpFbTypes) { in setRtcpFbTypes() argument
704 this.mRtcpFbTypes = rtcpFbTypes; in setRtcpFbTypes()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DVideoConfig.h259 int32_t rtcpFbTypes; variable