Searched refs:maxB (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/module/libmediaformatshaper/ |
D | VQApply.cpp | 281 int32_t maxB = INT32_MAX; in qpSpreadMaxPerFrameType() local 282 AMediaFormat_getInt32(format, AMEDIAFORMAT_VIDEO_QP_B_MAX, &maxB); in qpSpreadMaxPerFrameType() 284 qphigh, maxB}); in qpSpreadMaxPerFrameType() 331 int32_t maxB = INT32_MAX; in qpVerifyMinMaxOrdering() local 333 if (AMediaFormat_getInt32(format, AMEDIAFORMAT_VIDEO_QP_B_MAX, &maxB) in qpVerifyMinMaxOrdering() 335 && minB > maxB) { in qpVerifyMinMaxOrdering() 336 AMediaFormat_setInt32(format, AMEDIAFORMAT_VIDEO_QP_B_MIN, maxB); in qpVerifyMinMaxOrdering()
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | WuQuantizer.java | 276 double maxB = maxBResult.mMaximum; in cut() local 277 if (maxR >= maxG && maxR >= maxB) { in cut() 282 } else if (maxG >= maxR && maxG >= maxB) { in cut()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 422 unsigned short maxB = maxBlockX ? 1000: 200; in checkBayerRawBuffer() local 423 checkPixel(buf, w-1, h-1, maxR, maxG, maxB); in checkBayerRawBuffer()
|