Searched refs:codecProfile (Results 1 – 3 of 3) sorted by relevance
38 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()
600 public Builder setCodecProfile(final @CodecProfile int codecProfile) { in setCodecProfile() argument601 this.mCodecProfile = codecProfile; in setCodecProfile()
232 int32_t codecProfile; variable