HomeSort by relevance Sort by last modified time
    Searched refs:bufinfo (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 743 void BufferSourceInput::setInput(buffer_info_t bufinfo, const char *format, ShotParameters &params) {
751 pixformat = bufinfo.format;
756 aligned_width = bufinfo.crop.right - bufinfo.crop.left;
758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH);
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top;
774 aligned_width, aligned_height, bufinfo.format);
780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) |
    [all...]
camera_test_bufferqueue.h 137 virtual void setInput(buffer_info_t bufinfo, const char *format, android::ShotParameters &params) {
138 mBufferQueue->setDefaultBufferSize(bufinfo.width, bufinfo.height);
139 BufferSourceInput::setInput(bufinfo, format, params);
camera_test_surfacetexture.h 225 virtual void setInput(buffer_info_t bufinfo, const char *format) {
227 mSurfaceTexture->getST()->setDefaultBufferSize(bufinfo.width, bufinfo.height);
228 BufferSourceInput::setInput(bufinfo, format, params);
  /external/ppp/pppd/
utils.c 178 struct buffer_info bufinfo; local
364 bufinfo.ptr = buf;
365 bufinfo.len = buflen + 1;
368 format_packet(p, n, vslp_printer, &bufinfo);
369 buf = bufinfo.ptr;
370 buflen = bufinfo.len - 1;

Completed in 891 milliseconds