Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DVideoShaper.cpp39 .qpMax = 51,
45 .qpMax = 51,
51 .qpMax = INT32_MAX,
89 qpSpreadPerFrameType(inFormat, info->qpDelta, info->qpMin, info->qpMax, /* override */ true); in videoShaper()
DCodecProperties.cpp297 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()
[all …]
DVQops.h31 int32_t qpMax; member
DCodecProperties.h134 int qpMax; member