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

<<41424344454647484950>>

  /external/skia/tools/
skpmaker.cpp 25 DEFINE_int32(height, 200, "Height of canvas to create.");
30 // Create a 'width' by 'height' skp with a 'border'-wide black border around
32 static void make_skp(SkScalar width, SkScalar height, SkScalar border, SkColor color,
35 SkCanvas* canvas = recorder.beginRecording(width, height, nullptr, 0);
39 SkRect r = SkRect::MakeWH(width, height);
64 SkDebugf("--height must be >0\n");
  /external/webrtc/talk/media/base/
videocapturer_unittest.cc 44 // For HD only the height matters.
259 // Reset the renderer to have corresponding width and height.
346 EXPECT_EQ(480, best.height);
364 EXPECT_EQ(720, best.height);
368 desired.height = 250;
372 EXPECT_EQ(240, best.height);
376 desired.height = 270;
380 EXPECT_EQ(480, best.height);
384 desired.height = 240;
388 EXPECT_EQ(240, best.height);
    [all...]
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 50 virtual bool SetSize(int width, int height, int reserved);
  /external/webrtc/webrtc/base/
macwindowpicker.h 28 int* height) override;
  /external/webrtc/webrtc/common_video/
i420_buffer_pool_unittest.cc 22 EXPECT_EQ(16, buffer->height());
35 EXPECT_EQ(16, buffer->height());
49 EXPECT_EQ(16, buffer->height());
69 EXPECT_EQ(16, buffer->height());
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 66 int height = config.pixel_bounds.height(); local
69 EXPECT_EQ(height, frame->size().height());
  /external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.cc 57 uint32_t height,
59 if ((width == 0) || (height == 0) || (frame_rate == 0)) {
63 ret_val = spatial_resampler_->SetTargetFrameSize(width, height);
119 current_frame->height())) {
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 26 size_t height,
30 clock, input, FrameGenerator::CreateChromaGenerator(width, height),
44 size_t height,
50 width, height, 1),
  /frameworks/base/libs/hwui/
LayerBuilder.h 75 LayerBuilder(uint32_t width, uint32_t height, const Rect& repaintRect)
76 : LayerBuilder(width, height, repaintRect, nullptr, nullptr) {};
80 LayerBuilder(uint32_t width, uint32_t height,
108 const uint32_t height; member in class:android::uirenderer::LayerBuilder
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 51 float height
68 int height
85 short height
102 int height
  /frameworks/base/rs/java/android/renderscript/
RSTextureView.java 68 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
73 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
86 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 63 public void allocate(int width, int height) {
64 //Log.i("TextureSource", "Allocating empty texture " + mTexId + ": " + width + "x" + height + ".");
65 GLToolbox.allocateTexturePixels(mTexId, mTarget, width, height);
69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) {
70 //Log.i("TextureSource", "Uploading pixels to texture " + mTexId + ": " + width + "x" + height + ".");
71 GLToolbox.setTexturePixels(mTexId, mTarget, pixels, width, height);
  /frameworks/native/include/gui/
GraphicBufferAlloc.h 37 uint32_t height, PixelFormat format, uint32_t usage,
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
BottomScrollViewTest.java 82 public TestChildView(Context context, int height) {
84 mHeight = height;
92 public void setHeight(int height) {
93 mHeight = height;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java 94 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0); local
97 // Stacked tabs; limit the height
98 height = Math.min(height,
102 return height;
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 86 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
88 height);
108 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
110 height);
132 int height = mediaPlayer.getVideoHeight();
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
134 if (width != 0 && height != 0 && mJavaMediaPlayerVideoSink != null)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.h 35 int vp8_denoiser_allocate(VP8_DENOISER *denoiser, int width, int height);
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.cpp 37 mHeight = grallocHandle->height;
  /hardware/intel/img/psb_video/src/android/
psb_android_glue.h 35 unsigned char* psb_android_registerBuffers(void** surface, int pid, int width, int height);
  /hardware/qcom/display/msm8994/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);
93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.h 57 OMX_U32 height; member in struct:__anon34063
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.h 57 OMX_U32 height; member in struct:__anon34065
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h 38 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 40 bool open(unsigned int height,unsigned int width,
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.h 57 OMX_U32 height; member in struct:__anon34123

Completed in 1777 milliseconds

<<41424344454647484950>>