/external/opencv/cxcore/include/ |
cxcore.h | 297 CvSize size; /* maximal common linear size: { width = size, height = 1 } */ 470 /* Performs linear transformation on every source array element: 483 /* Performs linear transformation on every source array element, 771 /* Solves linear system (src1)*(dst) = (src2) [all...] |
/frameworks/base/include/media/stagefright/openmax/ |
OMX_Audio.h | 147 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ [all...] |
/hardware/invensense/mlsdk/mllite/ |
mlFIFO.c | [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Audio.h | 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Audio.h | 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0 | |
libasound.so.2.0.0 | |
/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 225 // 3) This class attempts to store all of its data in two linear buffers in 372 // linear scanning through skipped headers (and this condition is 390 // linear scanning through skipped headers (and this condition is [all...] |
/external/icu4c/common/ |
utrie2.h | 774 * The BMP part of the index-2 table is fixed and linear and starts at offset 0. 820 * Used with linear access for single bytes 0..0xbf for simple error handling. 825 /** The start of non-linear-ASCII data blocks, at offset 192=0xc0. */ [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 1020 * The skb must be linear. [all...] |
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 18 // Sreedhar and Gao. A linear time algorithm for placing phi-nodes. 446 // linear sweep over the block to eliminate it. [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | [all...] |
/external/speex/libspeex/ |
preprocess.c | 871 /* Convert the EM gains and speech prob to linear frequency */ 875 /* Use 1 for linear gain resolution (best) or 0 for Bark gain resolution (faster) */ 880 /* Compute gain according to the Ephraim-Malah algorithm -- linear frequency */ [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerRendererChromium.cpp | 494 // Do basic linear filtering on resize. 495 GLC(m_context.get(), m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR)); 496 GLC(m_context.get(), m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR)); [all...] |
/frameworks/base/media/java/android/media/ |
AudioTrack.java | 470 * @return the minimum volume expressed as a linear attenuation. 479 * @return the maximum volume expressed as a linear attenuation. [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
lsp_az.cpp | 92 linear predictive (LP) coefficients (filter order = 10). The functions 406 a = pointer to the buffer containing Linear Predictive (LP) 423 a buffer contains the generated Linear Predictive (LP) coefficients
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
HeapPanel.java | 349 mDisplayMode.add("Linear"); 373 //create the linear composite [all...] |
/bionic/libc/include/sys/ |
cdefs.h | 274 * sees a more linear flow, thus improving cache behavior, etc.
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
InterpolatorTest.java | 314 // explicit linear blend should yield the same values
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 280 * sees a more linear flow, thus improving cache behavior, etc.
|
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 274 * sees a more linear flow, thus improving cache behavior, etc.
|
/development/pdk/docs/porting/ |
display_drivers.jd | 29 <p>Android makes two requirements of the driver: a linear address space of mappable memory that it can write to directly and support for the rgb_565 pixel format. A typical frame display includes:</p>
|