/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/ |
color_space_convertor.h | 30 * YUV420Planar(linear) layout: 38 * YUV420Semiplanar(linear) layout: 95 * Converts tiled data to linear. 115 * Converts and Deinterleaves tiled data to linear 136 * Converts linear data to tiled. 156 * Converts and Interleaves linear to tiled
|
/external/quake/quake/src/WinQuake/ |
vgamodes.h | 47 // switch to linear, non-chain4 mode
75 // switch to linear, non-chain4 mode
116 // switch to linear, non-chain4 mode
156 // switch to linear, non-chain4 mode
199 // switch to linear, non-chain4 mode
251 // switch to linear, non-chain4 mode
305 // switch to linear, non-chain4 mode
340 // switch to linear, non-chain4 mode
387 // switch to linear, non-chain4 mode
438 // switch to linear, non-chain4 mode [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
memry.h | 157 * A pointer to linear page locked memory, or 174 * Get the linear address corresponding to the given physical address. 179 * The corresponding linear address, or NULL if unsuccessful. 184 * If valid linear address is returned, be sure to call 227 * Unmap the linear address mapped in MEMRY_LinearAddress. 232 * - pBaseAddr is a valid linear address mapped in MEMRY_LinearAddress. 234 * - pBaseAddr no longer points to a valid linear address.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 157 * A pointer to linear page locked memory, or 174 * Get the linear address corresponding to the given physical address. 179 * The corresponding linear address, or NULL if unsuccessful. 184 * If valid linear address is returned, be sure to call 227 * Unmap the linear address mapped in MEMRY_LinearAddress. 232 * - pBaseAddr is a valid linear address mapped in MEMRY_LinearAddress. 234 * - pBaseAddr no longer points to a valid linear address.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 57 // We have button, textview, linear layout, relative layout. 74 ElementDescriptor linearDescriptor = new ElementDescriptor("LinearLayout", "Linear Layout", 146 MockXmlNode linear = new MockXmlNode(null /* namespace */, "LinearLayout", local 148 linear.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "vertical"); 151 new MockXmlNode[] { linear }); 181 // top level Linear layout 230 // end of top level linear layout
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.h | 3 * VBE 2.0 Linear Framebuffer Profiler 76 long PhysBasePtr; /* Physical address for linear buf */ 83 #define vbeUseLFB 0x4000 /* Enable linear framebuffer mode */ 87 * the linear framebuffer mode is available. 94 #define vbeMdLinear 0x0080 /* Linear mode supported */
|
/external/webkit/Source/WebCore/svg/ |
SVGLinearGradientElement.cpp | 166 SVGLinearGradientElement* linear = static_cast<SVGLinearGradientElement*>(current); local 169 attributes.setX1(linear->x1()); 172 attributes.setY1(linear->y1()); 175 attributes.setX2(linear->x2()); 178 attributes.setY2(linear->y2());
|
/external/chromium/chrome/browser/ui/gtk/ |
slide_animator_gtk.cc | 32 bool linear, 60 if (linear) 61 animation_->SetTweenType(ui::Tween::LINEAR);
|
/external/oprofile/daemon/ |
opd_ibs.h | 47 /* MSRC001_1031 IBS Fetch Linear Address Register */ 73 /* MSRC001_1038 IBS DC Linear Address */ 120 * The IbsFetchLinAd and IbsOpRip are the linear (virtual) addresses
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
WebGLLayerChromium.cpp | 69 // Set the min-mag filters to linear and wrap modes to GL_CLAMP_TO_EDGE 71 rendererContext->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR); 72 rendererContext->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR);
|
/frameworks/base/media/libeffects/testlibs/ |
AudioCoefInterpolator.h | 25 // A helper class for linear interpolation of N-D -> M-D coefficient tables. 34 // 1.4 will result in linear interpolation between index 1 and index 2. 79 // index The linear integer index of the value we need to interpolate.
|
/development/samples/ApiDemos/res/layout/ |
baseline_nested_1.xml | 29 <!-- We want the middle textview of this vertical linear layout to 53 <!-- We want the third index textview of this vertical linear layout to
|
baseline_nested_2.xml | 29 <!-- We want the middle textview of this vertical linear layout to 53 <!-- We want the third index textview of this vertical linear layout to
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
popup.html | 26 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #EAEEF3), 27 -webkit-linear-gradient(
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
Node.c | 51 /* Linear search from tail -- good enough for our purposes here */ 66 /* Linear search from tail -- good enough for our purposes here */
|
NodeList.c | 42 /* Linear count from tail -- good enough for our purposes here */ 59 /* Linear search from tail -- good enough for our purposes here */
|
/external/webkit/Source/WebCore/platform/graphics/gpu/mac/ |
DrawingBufferMac.mm | 72 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR); 73 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/qt/ |
DrawingBufferQt.cpp | 59 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR); 60 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR);
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
DrawingBufferGtk.cpp | 59 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR); 60 context->texParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR);
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusChangeTest.java | 19 import android.widget.layout.linear.LLOfButtons1; 68 assertFalse("linear layout should not have focus",
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_QuantInter_I.c | 36 * shortVideoHeader==1 selects linear intra DC mode, and 37 * shortVideoHeader==0 selects non linear intra DC mode.
|
omxVCM4P2_TransRecBlockCoef_inter.c | 38 * shortVideoHeader==1 selects linear intra DC mode, and 39 * shortVideoHeader==0 selects non linear intra DC mode.
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
vertical_blur.rs | 32 // Linear weights 37 // Gamma 2.2 weights (we haven't converted our image to linear space yet for perf reasons)
|
/cts/tests/res/layout/ |
remote_view_test_bad_1.xml | 22 android:id="@+id/linear"
|
remote_view_test_bad_2.xml | 22 android:id="@+id/linear"
|