Searched refs:bufinfo (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 743 void BufferSourceInput::setInput(buffer_info_t bufinfo, const char *format, ShotParameters ¶ms)… in setInput() argument 751 pixformat = bufinfo.format; in setInput() 756 aligned_width = bufinfo.crop.right - bufinfo.crop.left; in setInput() 758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH); in setInput() 760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top; in setInput() 774 aligned_width, aligned_height, bufinfo.format); in setInput() 780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) || in setInput() 790 if (bufinfo.buf.get()) { in setInput() 791 bufinfo.buf->lock(GRALLOC_USAGE_SW_READ_OFTEN, src); in setInput() 797 copyCroppedPacked16(bufinfo.offset, in setInput() [all …]
|
D | camera_test_bufferqueue.h | 137 …virtual void setInput(buffer_info_t bufinfo, const char *format, android::ShotParameters ¶ms) { in setInput() argument 138 mBufferQueue->setDefaultBufferSize(bufinfo.width, bufinfo.height); in setInput() 139 BufferSourceInput::setInput(bufinfo, format, params); in setInput()
|
D | camera_test_surfacetexture.h | 225 virtual void setInput(buffer_info_t bufinfo, const char *format) { in setInput() argument 227 mSurfaceTexture->getST()->setDefaultBufferSize(bufinfo.width, bufinfo.height); in setInput() 228 BufferSourceInput::setInput(bufinfo, format, params); in setInput()
|