Searched refs:codecLevel (Results 1 – 3 of 3) sorted by relevance
39 codecLevel = CODEC_LEVEL_NONE; in VideoConfig()63 codecLevel = config->codecLevel; in VideoConfig()85 codecLevel = config.codecLevel; in VideoConfig()111 codecLevel = config.codecLevel; in operator =()131 this->codecProfile == config.codecProfile && this->codecLevel == config.codecLevel && in operator ==()147 this->codecProfile != config.codecProfile || this->codecLevel != config.codecLevel || in operator !=()207 err = out->writeInt32(codecLevel); in writeToParcel()327 err = in->readInt32(&codecLevel); in readFromParcel()461 codecLevel = level; in setCodecLevel()466 return codecLevel; in getCodecLevel()
609 public Builder setCodecLevel(final @CodecLevel int codecLevel) { in setCodecLevel() argument610 this.mCodecLevel = codecLevel; in setCodecLevel()
234 int32_t codecLevel; variable