HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 126 - 150 of 671) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 575 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
577 * plane.
578 * [in] refWidth width of the reference plane
579 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
583 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
585 * [in] pCurrPointPos position of the current macroblock in the current plane
633 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
635 * the current plane.
636 * [in] refWidth width of the reference plane
637 * [in] pRefRect reference plane valid region rectangl
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 575 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
577 * plane.
578 * [in] refWidth width of the reference plane
579 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
583 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
585 * [in] pCurrPointPos position of the current macroblock in the current plane
633 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
635 * the current plane.
636 * [in] refWidth width of the reference plane
637 * [in] pRefRect reference plane valid region rectangl
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 575 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB that
577 * plane.
578 * [in] refWidth width of the reference plane
579 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
583 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
585 * [in] pCurrPointPos position of the current macroblock in the current plane
633 * [in] pSrcRefBuf pointer to the reference Y plane; points to the reference MB
635 * the current plane.
636 * [in] refWidth width of the reference plane
637 * [in] pRefRect reference plane valid region rectangl
    [all...]
  /external/svox/pico/lib/
picotrns.c 46 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane) {
48 (*plane) = 0;
51 (*plane) = symIn >> 8;
62 picoos_uint8 plane; local
64 sym = picotrns_unplane(insym, &plane);
65 switch (plane) {
695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
700 * @param plane
703 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane)
727 picoos_uint8 plane; local
    [all...]
  /external/webp/include/webp/
decode.h 114 // into pre-allocated luma/chroma plane buffers. This function requires the
115 // strides to be passed: one for the luma plane and one for each of the
116 // chroma ones. The size of each plane buffer is passed as 'luma_size',
118 // Pointer to the luma plane ('*luma') is returned or NULL if an error occurred
186 size_t y_size; // luma plane size
188 size_t a_size; // alpha-plane size
284 // supplied. The luma plane is specified by its pointer 'luma', its size
285 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
287 // plane by 'v' and 'v_size'. And same for the alpha-plane. The 'a' pointe
    [all...]
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 57 (GLenum plane, const GLfloat *equation),
58 (plane, equation))
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
i915_parser_test.html 31 'plane=0, obj=ffff88013f0b9a00',
33 'plane=0, obj=ffff88013f0b9a00',
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
package.html 35 <li>{@link com.jme3.math.Plane} - 3D plane</li>
Rectangle.java 41 * <code>Rectangle</code> defines a finite plane within three dimensional space
141 * <code>random</code> returns a random point within the plane defined by:
151 * <code>random</code> returns a random point within the plane defined by:
  /external/llvm/test/CodeGen/X86/
misched-crash.ll 7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) {
29 %arrayidx35.i = getelementptr inbounds i8* %plane, i64 %index.178.i
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h 104 M4OSA_Void prepareYUV420ImagePlane(M4VIFI_ImagePlane *plane,
108 M4OSA_Void prepareYV12ImagePlane(M4VIFI_ImagePlane *plane,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 127 * @brief This method apply the video preprocessing to the input plane. Result is put into the
130 * @param format : (IN) Format of input plane (rgb, yuv, ...)
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_VideoPreProcessing.c 106 pC->pSavedPlane = pPlaneOut; /* Save the last YUV plane ptr */
118 /** Copy the last YUV plane into the current one
M4AIR_API.c 85 M4OSA_UInt8* pu8_data_in[4]; /**< Save of input plane pointers
327 for U and V plane as there a 2 times sub-sampled vs Y*/
356 for U and V plane as there a 2 times sub-sampled vs Y*/
416 * @note In case the input format type is JPEG, input plane(s)
417 * in pIn is not used. In normal mode, dimension specified in output plane(s) structure
427 * @param pIn: (IN) Plane structure containing input Plane(s).
428 * @param pOut: (IN/OUT) Plane structure containing output Plane(s).
464 /**< Loop on each Plane */
    [all...]
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 68 // Interpolate each image color plane.
113 // Project onto plane
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 64 DEPTH_RANGE_NEAR("Near Clipping Plane"),
65 DEPTH_RANGE_FAR("Far Clipping Plane"),
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.in 57 (GLenum plane, const GLfloat *equation),
58 (plane, equation))
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 200 * Plane
202 public final Plane plane = new Plane(); field in class:TempVars
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c 36 * @brief Resizes YUV420 Planar plane.
42 * Place the YUV in the ouput plane
51 * @param pPlaneIn: (IN) Pointer to YUV420 (Planar) plane buffer
52 * @param pPlaneOut: (OUT) Pointer to YUV420 (Planar) plane
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfHor_Luma.c 32 * in the reconstructed frame plane
armVCM4P10_InterpolateHalfVer_Luma.c 33 * in the reconstructed frame plane
omxVCM4P10_BlockMatch_Half.c 38 * pSrcOrgY - Pointer to the current position in original picture plane. If
46 * nSrcOrgStep - Stride of the original picture plane in terms of full
48 * nSrcRefStep - Stride of the reference picture plane in terms of full
omxVCM4P10_BlockMatch_Quarter.c 38 * pSrcOrgY - Pointer to the current position in original picture plane. If
46 * nSrcOrgStep - Stride of the original picture plane in terms of full
48 * nSrcRefStep - Stride of the reference picture plane in terms of full
  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 52 // defined as the bytes per pixel of the Y plane
57 // defined as the bytes per pixel of the Y plane
62 // defined as the bytes per pixel of the Y plane
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 53 /* crFlag - 0: Y plane, 1: CbCr plane */
495 * Y plane address of YUV420P[out]
498 * U plane address of YUV420P[out]
501 * V plane address of YUV420P[out]
573 * Y plane address of YUV420SP[out]
576 * UV plane address of YUV420SP[out]
646 * Y plane address of YUV420P[out]
649 * U plane address of YUV420P[out]
652 * V plane address of YUV420P[out
    [all...]

Completed in 576 milliseconds

1 2 3 4 56 7 8 91011>>