Searched defs:bufferInfo (Results 1 – 6 of 6) sorted by relevance
173 struct bufferInfo { struct174 int width;175 int height;176 int format;
175 struct bufferInfo { struct176 int width;177 int height;178 int format;
172 struct bufferInfo { struct173 int width;174 int height;175 int format;
3495 PendingBufferInfo bufferInfo; in processCaptureRequest() local