Home
last modified time | relevance | path

Searched refs:bufinfo (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp743 void BufferSourceInput::setInput(buffer_info_t bufinfo, const char *format, ShotParameters &params)… 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 …]
Dcamera_test_bufferqueue.h137 …virtual void setInput(buffer_info_t bufinfo, const char *format, android::ShotParameters &params) { in setInput() argument
138 mBufferQueue->setDefaultBufferSize(bufinfo.width, bufinfo.height); in setInput()
139 BufferSourceInput::setInput(bufinfo, format, params); in setInput()
Dcamera_test_surfacetexture.h225 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()