Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DCodecProperties.cpp30 static const int32_t DIMENSION_LIMIT = 16384; variable
217 if (width <= 0 || height <= 0 || width > DIMENSION_LIMIT || height > DIMENSION_LIMIT) { in bppPoint()
331 if (width <= 0 || height <= 0 || width > DIMENSION_LIMIT || height > DIMENSION_LIMIT) { in qpMaxPoint()