Home
last modified time | relevance | path

Searched refs:codecProfile (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/src/
DVideoConfig.cpp38 codecProfile = CODEC_PROFILE_NONE; in VideoConfig()
62 codecProfile = config->codecProfile; in VideoConfig()
84 codecProfile = config.codecProfile; in VideoConfig()
110 codecProfile = config.codecProfile; in operator =()
131 this->codecProfile == config.codecProfile && this->codecLevel == config.codecLevel && in operator ==()
147 this->codecProfile != config.codecProfile || this->codecLevel != config.codecLevel || in operator !=()
201 err = out->writeInt32(codecProfile); in writeToParcel()
321 err = in->readInt32(&codecProfile); in readFromParcel()
451 codecProfile = profile; in setCodecProfile()
456 return codecProfile; in getCodecProfile()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DVideoConfig.java600 public Builder setCodecProfile(final @CodecProfile int codecProfile) { in setCodecProfile() argument
601 this.mCodecProfile = codecProfile; in setCodecProfile()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/
DVideoConfig.h232 int32_t codecProfile; variable