HomeSort by relevance Sort by last modified time
    Searched refs:maxVideoHeight (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/tv/input/1.0/
types.hal 140 uint32_t maxVideoHeight; // Max height of the stream.
  /hardware/interfaces/tv/input/1.0/default/
TvInput.cpp 95 tvStreamConfigs[pos].maxVideoHeight = configs[i].max_video_height;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 71 int32_t maxVideoHeight = 0;
82 if (height > maxVideoHeight) {
83 maxVideoHeight = height;
87 const Size VIDEO_SIZE_UPPER_BOUND = {maxVideoWidth, maxVideoHeight};
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 629 builder, gTvStreamConfigBuilderClassInfo.maxHeight, configs[i].maxVideoHeight);
  /packages/apps/TV/libs/
exoplayer_v2.jar 

Completed in 299 milliseconds