Lines Matching refs:qpMax
297 int qpMax = INT32_MAX; in qpMaxPoint() local
339 qpMax = strtol(p, &q, 0); in qpMaxPoint()
346 if (qpMax == -1) in qpMaxPoint()
347 qpMax = INT32_MAX; in qpMaxPoint()
358 point->qpMax = qpMax; in qpMaxPoint()
402 width, height, point->qpMax, point->width, point->height); in targetQpMax()
403 return point->qpMax; in targetQpMax()
411 void CodecProperties::setTargetQpMax(int qpMax) { in setTargetQpMax() argument
413 if (qpMax == -1) in setTargetQpMax()
414 qpMax = INT32_MAX; in setTargetQpMax()
415 mTargetQpMax = qpMax; in setTargetQpMax()