Searched defs:bitmapInfo (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp139 BITMAPINFO bitmapInfo; local
141 memset(&bitmapInfo, 0, sizeof(bitmapInfo));
146 bitmapInfo.bmiHeader.biSize = sizeof(bitmapInfo);
147 bitmapInfo.bmiHeader.biWidth = width;
148 bitmapInfo.bmiHeader.biHeight = height;
149 bitmapInfo.bmiHeader.biPlanes = 1;
150 bitmapInfo.bmiHeader.biBitCount = bitDepth;
151 bitmapInfo
295 BITMAPINFOHEADER bitmapInfo; local
[all...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_utility.cc310 BITMAPINFOHEADER bitmapInfo; local
313 if( _aviVideoInFile->GetVideoStreamInfo(videoInStreamHeader, bitmapInfo,
327 if (bitmapInfo.biCompression == AviFile::MakeFourCc('I','4','2','0'))
332 else if (bitmapInfo.biCompression ==
H A Davi_file.cc302 BITMAPINFOHEADER& bitmapInfo,
314 memcpy(&bitmapInfo, &_videoFormatHeader, sizeof(_videoFormatHeader));
301 GetVideoStreamInfo(AVISTREAMHEADER& videoStreamHeader, BITMAPINFOHEADER& bitmapInfo, char* codecConfigParameters, int32_t& configLength) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp152 CGBitmapInfo bitmapInfo = kCGBitmapByteOrder32Little; local
154 bitmapInfo |= kCGImageAlphaPremultipliedFirst;
156 bitmapInfo |= kCGImageAlphaNoneSkipFirst;
165 bitmapInfo);
609 CGBitmapInfo bitmapInfo = kCGImageAlphaNone | kCGBitmapByteOrderDefault; local
616 bitmapInfo,
734 CGBitmapInfo bitmapInfo = kCGImageAlphaNone | kCGBitmapByteOrderDefault; local
741 bitmapInfo,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 156 milliseconds