Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp76 int32_t maxVideoWidth = 0; in initialize() local
85 if (width > maxVideoWidth) { in initialize()
86 maxVideoWidth = width; in initialize()
93 Size videoSizeUpperBound = {maxVideoWidth, maxVideoHeight}; in initialize()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp634 builder, gTvStreamConfigBuilderClassInfo.maxWidth, configs[i].maxVideoWidth); in nativeGetStreamConfigs()