Lines Matching refs:height
111 const size_t getBufSize(const char* parameters_format, int width, int height) in getBufSize() argument
118 buf_size = width * height * 2; in getBufSize()
122 buf_size = width * height * 3 / 2; in getBufSize()
126 buf_size = width * height * 2; in getBufSize()
357 int ANativeWindowDisplayAdapter::enableDisplay(int width, int height, struct timeval *refTime, S3DP… in enableDisplay() argument
407 mPreviewHeight = height; in enableDisplay()
523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &b… in allocateBuffer() argument
574 height, in allocateBuffer()
626 bytes = getBufSize(format, width, height); in allocateBuffer()
634 bounds.bottom = height; in allocateBuffer()
671 mFrameHeight = height; in allocateBuffer()