Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.cpp94 tvStreamConfigs[pos].maxVideoWidth = configs[i].max_video_width; in getStreamConfigurations()
/aosp12/hardware/interfaces/tv/input/1.0/
H A Dtypes.hal139 uint32_t maxVideoWidth; // Max width of the stream.
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp78 int32_t maxVideoWidth = 0; in initialize() local
87 if (width > maxVideoWidth) { in initialize()
88 maxVideoWidth = width; in initialize()
95 Size videoSizeUpperBound = {maxVideoWidth, maxVideoHeight}; in initialize()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp633 builder, gTvStreamConfigBuilderClassInfo.maxWidth, configs[i].maxVideoWidth); in nativeGetStreamConfigs()