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

  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 26 _shminfo(), _image(NULL), _window(0L), _gc(NULL),
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
251 _image = XShmCreateImage(_display, CopyFromParent, 24, ZPixmap, NULL,
253 _shminfo.shmid = shmget(IPC_PRIVATE, (_image->bytes_per_line
254 * _image->height), IPC_CREAT | 0777);
255 _shminfo.shmaddr = _image->data = (char*) shmat(_shminfo.shmid, 0, 0);
256 if (_image->data == reinterpret_cast<char*>(-1))
260 _buffer = (unsigned char*) _image->data;
288 XDestroyImage( _image );
289 _image = NULL
    [all...]
video_x11_channel.h 71 XImage* _image; member in class:webrtc::VideoX11Channel
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 86 void cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* _image,
93 CvMat stub, *image = cvGetMat( _image, &stub );
226 int cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* _image,
235 CvMat stub, *image = cvGetMat( _image, &stub );
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js 777 this._image = null;
791 this._image = null;
  /external/opencv/ml/src/
mlcnn.cpp 315 const CvMat* _image,
345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data );
388 if( img_data != _image->data.fl )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 499 def _image(filename): member in class:TurtleScreenBase
840 data = TurtleScreen._image(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 499 def _image(filename): member in class:TurtleScreenBase
840 data = TurtleScreen._image(data)
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp     [all...]

Completed in 873 milliseconds