Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DCodecProperties.h130 struct qpmax_point { struct
131 struct qpmax_point *next; argument
136 struct qpmax_point *mQpMaxPoints = nullptr; argument
DCodecProperties.cpp349 struct qpmax_point *point = (struct qpmax_point*) malloc(sizeof(*point)); in qpMaxPoint()
368 struct qpmax_point *after = mQpMaxPoints; in qpMaxPoint()
396 struct qpmax_point *point = mQpMaxPoints; in targetQpMax()