/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/ |
xme.c | 307 XiGMiscResolutionInfo *resolutions; local 328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size); 329 if (!resolutions) { 336 _XReadPad(dpy, (void*)resolutions, size); 338 *presolutions = resolutions;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
h324utils.cpp | 486 video_codec_info.resolutions)) 492 video_codec_info.resolutions)) 498 video_codec_info.resolutions)) 504 video_codec_info.resolutions)) 510 video_codec_info.resolutions)) 544 cci->resolutions.push_back(range_sqcif); 550 cci->resolutions.push_back(range_qcif); 556 cci->resolutions.push_back(range_cif); 562 cci->resolutions.push_back(range_4cif); 568 cci->resolutions.push_back(range_16cif) [all...] |
pvt_common.cpp | 888 ret->resolutions = resolutions;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tsc_capability.h | 118 Oscl_Vector<PVMFVideoResolutionRange, OsclMemAllocator>& resolutions); 133 /* Video resolutions */
|
tsc_h324m_config_interface.h | 326 * This API allows the user to specify the supported resolutions for video for transmit and receive. 331 * An array of resolutions.
|
/frameworks/base/docs/html/guide/practices/design/ |
seamlessness.jd | 54 <li><a href="#flexui">Design Your UI to Work with Multiple Screen Resolutions</a></li> 169 <h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2> 171 <p>Different Android-powered devices will support different screen resolutions. 172 Some will even be able to change resolutions on the fly, such as by switching 178 resolutions, and then design your layout to accommodate various dimensions.
|
/external/freetype/include/freetype/ |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face.
|
/external/webkit/WebCore/manual-tests/ |
window-sizing.html | 100 <p style="color:red">NOTE: Make sure to test at magnified resolutions.</p>
|
/development/pdk/docs/source/ |
overview.jd | 69 <h3>Expanded support for screen densities and resolutions </h3> 70 <p>Android 1.6 adds screen support that enables applications to be rendered properly on different display resolutions and densities. Developers can also specify the types of screens supported by their application.
|
/external/quake/quake/src/QW/client/ |
gl_vidlinux.c | 475 static resolutions[NUM_RESOLUTIONS][3]={ variable 486 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { 487 *width = resolutions[i][0]; 488 *height = resolutions[i][1]; 489 return resolutions[i][2];
|
gl_vidlinux_svga.c | 513 static resolutions[NUM_RESOLUTIONS][3]={ variable 524 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { 525 *width = resolutions[i][0]; 526 *height = resolutions[i][1]; 527 return resolutions[i][2];
|
/external/quake/quake/src/WinQuake/ |
gl_vidlinux.cpp | 484 static int resolutions[NUM_RESOLUTIONS][3]={ variable 508 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { 509 *width = resolutions[i][0]; 510 *height = resolutions[i][1]; 511 return resolutions[i][2];
|
glqnotes.txt | 51 resolutions to become unreadable. If do you wish to have a higher resolution
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_capability.cpp | 34 /* Initialize video resolutions */ 64 Oscl_Vector<PVMFVideoResolutionRange, OsclMemAllocator>& resolutions) 67 (0, "TSC_capability::SetVideoResolutions dir(%d), size(%d)", dir, resolutions.size())); 70 iResolutionsTx = resolutions; 74 iResolutionsRx = resolutions; 511 (0, "TSC_capability::ValidateIncomingDataType ERROR - Invalid datatype for H.263. No resolutions indicated.")); [all...] |
/external/quake/quake/src/WinQuake/docs/ |
readme.glquake | 50 Only highend VooDoo cards support such high resolutions (most 65 resolutions to become unreadable. If do you wish to have a higher resolution
|
/frameworks/base/docs/html/sdk/ |
android-1.6-highlights.jd | 181 <h3 id="Screens">Expanded support for screen densities and resolutions</h3> 184 display resolutions and densities. Developers can also specify the types of screens supported by their
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
h324utils.h | 149 bool IsResolutionSupported(const PVMFVideoResolution& resolution, const Oscl_Vector<PVMFVideoResolutionRange, OsclMemAllocator>& resolutions);
|
pv_2way_h324m_interface.h | 296 * This API allows the user to specify the supported resolutions for video for transmit and receive. 301 * An array of resolutions.
|
/frameworks/base/docs/html/guide/samples/ |
index.jd | 66 <dt><a href="{@docRoot}resources/samples/MultiResolution/index.html">Multiple Resolutions</a></dt>
|
/frameworks/base/docs/html/resources/samples/ |
index.jd | 57 <dt><a href="MultiResolution/index.html">Multiple Resolutions</a></dt>
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
ConfigurationTest.java | 187 * Any changes to allow additional resolutions will need to update this table
|
/external/freetype/src/truetype/ |
ttobjs.h | 211 /* Unfortunately, when using distinct x and y resolutions (or distinct x */
|
/external/quake/quake/src/WinQuake/kit/ |
README.TXT | 51 resolutions to become unreadable. If do you wish to have a higher resolution
|
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 125 * @return Returns a CharSequence containing the resolutions's label. If the
|
/frameworks/base/opengl/include/EGL/ |
egl.h | 196 /* Constant scale factor by which fractional display resolutions &
|