Home
last modified time | relevance | path

Searched defs:area (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/hals/camera/
DRect.h34 size_t area() const { return size_t(width) * height; } in area() function
Dyuv.cpp68 const size_t area = width * height; in NV21init() local
89 const size_t area = width * height; in toNV21Shallow() local