Home
last modified time | relevance | path

Searched refs:maxVideoHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp77 int32_t maxVideoHeight = 0; in initialize() local
88 if (height > maxVideoHeight) { in initialize()
89 maxVideoHeight = height; in initialize()
93 Size videoSizeUpperBound = {maxVideoWidth, maxVideoHeight}; in initialize()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp636 builder, gTvStreamConfigBuilderClassInfo.maxHeight, configs[i].maxVideoHeight); in nativeGetStreamConfigs()