Searched refs:_image (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc26 _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
[all...]
H A Dvideo_x11_channel.h71 XImage* _image; member in class:webrtc::VideoX11Channel
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp86 void cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* _image, argument
93 CvMat stub, *image = cvGetMat( _image, &stub );
226 int cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* _image, argument
235 CvMat stub, *image = cvGetMat( _image, &stub );
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js777 this._image = null;
791 this._image = null;
/external/opencv/ml/src/
H A Dmlcnn.cpp315 const CvMat* _image,
345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data );
388 if( img_data != _image->data.fl )
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1980 cvDrawChessboardCorners( CvArr* _image, CvSize pattern_size, argument
1995 CV_CALL( image = cvGetMat( _image, &stub ));

Completed in 3812 milliseconds