Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaformatshaper/
DCodecProperties.h117 struct bpp_point { struct
118 struct bpp_point *next; argument
123 struct bpp_point *mBppPoints = nullptr; argument
DCodecProperties.cpp231 struct bpp_point *point = (struct bpp_point*) malloc(sizeof(*point)); in bppPoint()
250 struct bpp_point *after = mBppPoints; in bppPoint()
278 struct bpp_point *point = mBppPoints; in getBpp()