Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp71 int32_t widthNew, heightNew; in resetFormatIfChanged() local
73 CHECK(format->findInt32("slice-height", &heightNew)); in resetFormatIfChanged()
80 cropBottomNew = heightNew - 1; in resetFormatIfChanged()
85 mHeight == heightNew && in resetFormatIfChanged()
96 mHeight = heightNew; in resetFormatIfChanged()