Searched refs:qpMax (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/libmediaformatshaper/ |
D | VideoShaper.cpp | 39 .qpMax = 51, 45 .qpMax = 51, 51 .qpMax = INT32_MAX, 89 qpSpreadPerFrameType(inFormat, info->qpDelta, info->qpMin, info->qpMax, /* override */ true); in videoShaper()
|
D | CodecProperties.cpp | 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() [all …]
|
D | VQops.h | 31 int32_t qpMax; member
|
D | CodecProperties.h | 134 int qpMax; member
|