Searched refs:resolutionHeight (Results 1 – 3 of 3) sorted by relevance
45 resolutionHeight = DEFAULT_RESOLUTION_HEIGHT; in VideoConfig()69 resolutionHeight = config->resolutionHeight; in VideoConfig()91 resolutionHeight = config.resolutionHeight; in VideoConfig()117 resolutionHeight = config.resolutionHeight; in operator =()136 this->resolutionHeight == config.resolutionHeight && in operator ==()152 this->resolutionHeight != config.resolutionHeight || in operator !=()243 err = out->writeInt32(resolutionHeight); in writeToParcel()363 err = in->readInt32(&resolutionHeight); in readFromParcel()521 resolutionHeight = height; in setResolutionHeight()526 return resolutionHeight; in getResolutionHeight()
664 public Builder setResolutionHeight(final int resolutionHeight) { in setResolutionHeight() argument665 this.mResolutionHeight = resolutionHeight; in setResolutionHeight()
248 int32_t resolutionHeight; variable