HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 626 - 650 of 9458) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.h 39 int32_t FrameSizeChange(int32_t width, int32_t height,
42 int32_t GetFrameSize(int32_t& width, int32_t& height);
59 CreateLocalRenderer(int32_t width, int32_t height);
65 int& height);
75 int32_t _height; // incoming frame height
77 int32_t _outHeight; // render frame height
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.h 27 bool Init(const char* window_title, int width, int height);
  /external/webrtc/webrtc/test/
video_capturer.h 27 size_t height,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 145 * in the message.obj field, with width and height encoded as message.arg1 and message.arg2,
191 int height = screenResolution.y * 3 / 4; local
192 if (height < MIN_FRAME_HEIGHT) {
193 height = MIN_FRAME_HEIGHT;
194 } else if (height > MAX_FRAME_HEIGHT) {
195 height = MAX_FRAME_HEIGHT;
198 int topOffset = (screenResolution.y - height) / 2;
199 framingRect = new Rect(leftOffset, topOffset, leftOffset + width, topOffset + height);
235 * @param height The height in pixels to scan
    [all...]
  /frameworks/av/include/media/stagefright/
SurfaceUtils.h 28 * Configures |nativeWindow| for given |width|x|height|, pixel |format|, |rotation| and |usage|.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_chroma_inter.cpp 32 height = luminance VOP height in pixels (int)
119 int height, /* i */
160 else if (nmvy > (height >> 4) - 1)
162 nmvy = (height >> 4) - 1;
176 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 4) - 1))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
68 * roi.width or roi.height is out of range {2,4,8}.
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
68 * roi.width or roi.height is out of range {2,4,8}.
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 56 * roi.height must be equal to either 2, 4, or 8.
71 * roi.width or roi.height is out of range {2,4,8}.
99 armRetArgErrIf((roi.height != 2) && (roi.height != 4) && (roi.height != 8), OMX_Sts_BadArgErr)
107 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
omxVCM4P10_InterpolateLuma.c 56 * roi.height must be equal to either 4, 8, or 16.
71 * roi.width or roi.height is out of range {4, 8, 16}.
98 armRetArgErrIf((roi.height != 4) && (roi.height != 8) && (roi.height != 16), OMX_Sts_BadArgErr)
106 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.h 49 u32 height; member in struct:__anon29193
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 34 // Input: current width/height of destination surface
36 int height; member in struct:android::uirenderer::DrawGlInfo
  /frameworks/base/libs/hwui/utils/
TestWindowContext.h 41 void initialize(int width, int height);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
MutableFrameFormat.java 64 public void setDimensions(int width, int height) {
67 dimensions[1] = height;
72 public void setDimensions(int width, int height, int depth) {
75 dimensions[1] = height;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 37 int height,
42 result.setDimensions(width, height);
52 int height,
56 height,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
exposure.cpp 30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
34 const int numPixels = width * height;
52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
56 const int numPixels = width * height;
pixelutils.h 31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset,
sobeloperator.h 30 JNIEnv* env, jclass clazz, jint width, jint height,
  /frameworks/native/opengl/tests/lib/
WindowSurface.cpp 46 uint32_t width, height; local
51 height = mainDpyInfo.w;
54 height = mainDpyInfo.h;
58 String8("Benchmark"), width, height,
  /frameworks/support/v7/cardview/base/android/support/v7/widget/
CardViewDelegate.java 32 void setMinWidthHeightInternal(int width, int height);
  /hardware/intel/common/libva/test/decode/
tinyjpeg.h 62 void tinyjpeg_get_size(struct jdec_private *priv, unsigned int *width, unsigned int *height);
  /hardware/intel/common/libva/va/
va_compat.h 102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
alloccommon.h 24 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.h 31 int height; member in struct:android::intel::PnwIMGGrallocBuffer
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 43 EDIDData(int mode, int width, int height, int fps, int order)
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
57 void getAttributes(uint32_t& width, uint32_t& height);
88 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);

Completed in 1958 milliseconds

<<21222324252627282930>>