Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DCodecProperties.cpp242 if (mBppPoints == nullptr) { in bppPoint()
244 mBppPoints = point; in bppPoint()
245 } else if (point->pixels < mBppPoints->pixels) { in bppPoint()
247 point->next = mBppPoints; in bppPoint()
248 mBppPoints = point; in bppPoint()
250 struct bpp_point *after = mBppPoints; in bppPoint()
277 if (mBppPoints) { in getBpp()
278 struct bpp_point *point = mBppPoints; in getBpp()
DCodecProperties.h123 struct bpp_point *mBppPoints = nullptr; variable