HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 201 - 225 of 9596) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv3/3rdparty/libwebp/dec/
alpha.c 28 // dimension 'height'x'width', as that of the image.
36 int width, int height, uint8_t* output) {
45 assert(width > 0 && height > 0);
65 const size_t alpha_decoded_size = height * width;
69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size,
78 unfilter_func(width, height, width, output);
81 ok = DequantizeLevels(output, width, height);
93 const int height = dec->pic_hdr_.height_; local
95 if (row < 0 || num_rows < 0 || row + num_rows > height) {
103 width, height, dec->alpha_plane_))
    [all...]
  /external/opencv3/modules/videoio/src/
cap_winrt_bridge.cpp 79 frontOutputBuffer = ref new WriteableBitmap(width, height);
80 backOutputBuffer = ref new WriteableBitmap(width, height);
84 void VideoioBridge::allocateBuffers(int width, int height)
87 frontInputMat.create(height, width, CV_8UC3);
88 backInputMat.create(height, width, CV_8UC3);
100 allocateBuffers(width, height);
105 Video::getInstance().initGrabber(deviceIndex, width, height);
145 return height;
155 height = _height;
cap_ffmpeg_api.hpp 41 int* step, int* width, int* height, int* cn);
43 int* step, int* width, int* height, int* cn);
47 int fourcc, double fps, int width, int height, int isColor );
49 int fourcc, double fps, int width, int height, int isColor );
52 int step, int width, int height, int cn, int origin);
60 int* width, int* height, int* cn );
65 double fps, int width, int height, int iscolor );
67 int width, int height, int cn, int origin);
74 OPENCV_FFMPEG_API struct OutputMediaStream_FFMPEG* create_OutputMediaStream_FFMPEG(const char* fileName, int width, int height, double fps);
78 typedef struct OutputMediaStream_FFMPEG* (*Create_OutputMediaStream_FFMPEG_Plugin)(const char* fileName, int width, int height, double fps)
    [all...]
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 57 rendering_buffer(int8u* buf, unsigned width, unsigned height, int stride) :
65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride)
71 m_height = height;
73 if(height > m_max_height) {
75 m_rows = FX_Alloc(int8u*, m_max_height = height);
79 row_ptr = m_buf - int(height - 1) * stride;
82 while(height--) {
99 unsigned height() const function in class:agg::rendering_buffer
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 38 uint32_t width, height; member in struct:android::StreamBuffer
49 uint32_t width, height; member in struct:android::Stream
56 uint32_t width, height; member in struct:android::ReprocessStream
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.h 26 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
33 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
36 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
  /external/opencv3/3rdparty/libwebp/utils/
filters.h 34 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height,
36 typedef void (*WebPUnfilterFunc)(int width, int height, int stride,
40 // 'in' corresponds to a 2-dimensional pixel array of size (stride * height)
51 int width, int height, int stride);
  /external/skia/include/android/
SkBitmapRegionDecoder.h 74 int height() const { return fHeight; } function in class:SkBitmapRegionDecoder
80 SkBitmapRegionDecoder(int width, int height)
82 , fHeight(height)
  /external/skia/include/images/
SkPageFlipper.h 27 SkPageFlipper(int width, int height);
30 int height() const { return fHeight; } function in class:SkPageFlipper
32 void resize(int width, int height);
  /external/skia/src/gpu/
GrClip.cpp 21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult,
25 devResult->setLTRB(0, 0, width, height);
41 height,
  /external/webrtc/webrtc/modules/desktop_capture/
differ.h 29 // Create a differ that operates on bitmaps with the specified width, height
31 Differ(int width, int height, int bytes_per_pixel, int stride);
35 int height() { return height_; } function in class:webrtc::Differ
57 // of the portion to check is specified by the |width| and |height| values.
59 // height are multiples of kBlockSize, then this will never be called.
63 int width, int height);
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 26 size_t height);
33 GlxRenderer(size_t width, size_t height);
36 void Resize(size_t width, size_t height);
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.h 69 int height,
94 int height,
115 int height,
  /external/webrtc/webrtc/test/
video_capturer.cc 34 size_t height,
37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps);
45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
  /frameworks/av/media/libstagefright/filters/
ColorConvert.h 29 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
33 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
38 uint8_t *src, int32_t width, int32_t height, uint32_t stride,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayQuery.cpp 71 uint32_t width, height; local
72 if (!Hwcomposer::getInstance().getDrm()->getDisplayResolution(device, width, height)) {
80 if (DEFAULT_DRM_FB_HEIGHT / (float)height > 1.5) {
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 69 size_t CalcBufferSize(VideoType type, int width, int height) {
71 assert(height >= 0);
80 int half_height = (height + 1) >> 1;
81 buffer_size = width * height + half_width * half_height * 2;
89 buffer_size = width * height * 2;
92 buffer_size = width * height * 3;
96 buffer_size = width * height * 4;
112 int height = (planeNum ? (frame.height() + 1) / 2 : frame.height()); local
142 int height = (plane ? (input_frame.height() + 1) \/ 2 : local
    [all...]
  /external/jemalloc/src/
rtree.c 16 unsigned bits_in_leaf, height, i; local
23 height = 1 + (bits - bits_in_leaf) / RTREE_BITS_PER_LEVEL;
24 if ((height-1) * RTREE_BITS_PER_LEVEL + bits_in_leaf != bits)
25 height++;
27 height = 1;
28 assert((height-1) * RTREE_BITS_PER_LEVEL + bits_in_leaf == bits);
32 rtree->height = height;
36 rtree->levels[0].bits = (height > 1) ? RTREE_BITS_PER_LEVEL :
40 for (i = 1; i < height-1; i++)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 35 DrawableBitmap(Texture texture, int width, int height) {
39 mHeight = height;
44 setCrop(0, height, width, height);
55 public void setViewSize(int width, int height) {
56 mViewHeight = height;
69 * @param viewHeight The height of the screen.
112 final float height = mHeight; local
120 || snappedY + height < 0.0f
139 getPriority(), width * scaleX, height * scaleY)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 28 real width, real height, real border)
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
43 curr->height = height;
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
54 height >>= 1;
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
67 sizeof(short) * (width + border2) * (height + border2), 1);
71 short *position = (short *) &y[height + border2]
115 int off, off2, height, h, w; local
    [all...]
ImageUtils.cpp 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height)
32 ImageType vimg = yimg + width*height;
33 ImageType uimg = vimg + width*height;
36 for (int ii = 0; ii < height; ii++) {
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height)
77 ImageType vimg = yimg + width*height;
78 ImageType uimg = vimg + width*height;
81 for (int ii = 0; ii < height; ii++) {
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height)
121 ImageType out = ImageUtils::allocateImage(width, height, 1)
    [all...]
  /external/webp/src/enc/
picture_rescale.c 23 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
46 int width, int height) {
49 if (width <= 0 || height <= 0) return 0;
51 if ((*top) + height > pic->height) return 0;
64 dst->y, dst->y_stride, dst->width, dst->height);
66 HALVE(dst->width), HALVE(dst->height));
68 HALVE(dst->width), HALVE(dst->height));
71 dst->a, dst->a_stride, dst->width, dst->height);
76 4 * dst->width, dst->height);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 28 real width, real height, real border)
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
43 curr->height = height;
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
54 height >>= 1;
62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border)
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
67 sizeof(short) * (width + border2) * (height + border2), 1);
71 short *position = (short *) &y[height + border2]
115 int off, off2, height, h, w; local
    [all...]
ImageUtils.cpp 28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height)
32 ImageType vimg = yimg + width*height;
33 ImageType uimg = vimg + width*height;
36 for (int ii = 0; ii < height; ii++) {
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height)
77 ImageType vimg = yimg + width*height;
78 ImageType uimg = vimg + width*height;
81 for (int ii = 0; ii < height; ii++) {
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height)
121 ImageType out = ImageUtils::allocateImage(width, height, 1)
    [all...]
  /external/webrtc/webrtc/common_video/
video_frame.cc 26 int height) {
27 for (int y = 0; y < height; ++y) {
60 int height,
66 RTC_DCHECK_GT(height, 0);
81 height == video_frame_buffer_->height() && stride_y == stride(kYPlane) &&
88 width, height, stride_y, stride_u, stride_v);
96 int height,
100 return CreateFrame(buffer_y, buffer_u, buffer_v, width, height, stride_y,
108 int height,
196 int VideoFrame::height() const { function in class:webrtc::VideoFrame
    [all...]

Completed in 418 milliseconds

1 2 3 4 5 6 7 891011>>