HomeSort by relevance Sort by last modified time
    Searched defs:height (Results 176 - 200 of 3805) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 25 " --in_path=input.yuv --width=320 --height=240 --f=60 --interval=1 --l=120"
31 "--height(int): Height in pixels of the frames in the input file."
70 parser.SetFlag("height", "-1");
86 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); local
103 if (width <= 0 || height <= 0) {
104 fprintf(stderr, "Error: width or height cannot be <= 0!\n");
107 return webrtc::EditFrames(in_path, width, height, first_frame_to_cut,
  /external/webrtc/webrtc/tools/psnr_ssim_analyzer/
psnr_ssim_analyzer.cc 25 const char* results_file_name, int width, int height) {
34 int size = webrtc::test::GetI420FrameSize(width, height);
44 reference_file_name, width, height, frame_counter, ref_frame):
46 height, frame_counter, ref_frame);
48 height, frame_counter, test_frame);
55 webrtc::test::kPSNR, ref_frame, test_frame, width, height);
57 webrtc::test::kSSIM, ref_frame, test_frame, width, height);
81 * --height=<height_of_frames>
89 "--height=240\n"
92 " - height(int): The height of the reference and test files.
123 int height = strtol((parser.GetFlag("height")).c_str(), NULL, 10); local
    [all...]
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 41 uint32_t width, uint32_t height, uint32_t flags, uint32_t session)
47 data.writeInt32(height);
82 uint32_t height = data.readInt32(); local
85 onDisplayConnected(surfaceTexture, width, height, flags, session);
  /frameworks/av/media/libstagefright/
MetaDataUtils.cpp 29 int32_t height; local
33 sp<ABuffer> csd = MakeAVCCodecSpecificData(accessUnit, &width, &height, &sarWidth, &sarHeight);
41 meta.setInt32(kKeyHeight, height);
  /frameworks/av/media/libstagefright/include/media/stagefright/
YUVImage.h 56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
71 int32_t height() const {return mHeight;} function in class:android::YUVImage
73 // Returns true if pixel is the range [0, width-1] x [0, height-1]
78 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
84 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
147 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
167 // Note that the range of x is [0, width-1] and the range of y is [0, height-1].
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 50 int height; member in class:android::camera3::OutputStreamInfo
56 width(-1), height(-1), format(-1), dataSpace(HAL_DATASPACE_UNKNOWN),
60 width(_width), height(_height), format(_format),
  /frameworks/base/core/java/com/android/internal/widget/
RemeasuringLinearLayout.java 27 * A LinearLayout that sets it's height again after the last measure pass. This is needed for
28 * MessagingLayouts where groups need to be able to snap it's height to.
55 int height = 0; local
63 height = Math.max(height, height + child.getMeasuredHeight() + lp.topMargin +
66 setMeasuredDimension(getMeasuredWidth(), height); local
  /frameworks/base/core/jni/android/graphics/
MovieImpl.cpp 40 int Movie::height() function in class:Movie
Picture.cpp 28 mHeight = src->height();
40 Canvas* Picture::beginRecording(int width, int height) {
44 mHeight = height;
45 SkCanvas* canvas = mRecorder->beginRecording(SkIntToScalar(width), SkIntToScalar(height));
60 int Picture::height() const { function in class:android::Picture
73 newPict->mHeight = cullRect.height();
  /frameworks/base/libs/hwui/renderstate/
Scissor.cpp 41 bool Scissor::set(GLint x, GLint y, GLint width, GLint height) {
43 (x != mScissorX || y != mScissorY || width != mScissorWidth || height != mScissorHeight)) {
49 height += y;
55 if (height < 0) {
56 height = 0;
58 glScissor(x, y, width, height);
63 mScissorHeight = height;
75 GLint height = std::max(0, (viewportHeight - (int)clip.top) - y); local
77 if (x != mScissorX || y != mScissorY || width != mScissorWidth || height != mScissorHeight) {
78 glScissor(x, y, width, height);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
Frame.h 30 Frame(int32_t width, int32_t height, int32_t bufferAge)
31 : mWidth(width), mHeight(height), mBufferAge(bufferAge) {}
34 int32_t height() const { return mHeight; } function in class:android::uirenderer::renderthread::Frame
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 72 float x, y, width, height; member in struct:android::filterfw::Rect
76 width = height = 1.0f;
79 Rect(float x, float y, float width, float height) {
83 this->height = height;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
AutoScrollView.java 35 int height = getHeight(); local
36 int scrollPadding = (int) (height * SCROLL_PERCENT);
39 } else if (y > height - scrollPadding) {
40 scrollBy(0, y - height + scrollPadding);
  /frameworks/native/include/input/
VirtualKeyMap.h 39 int32_t height; member in struct:android::VirtualKeyDefinition
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 15 IonBuffer(uint32_t width, uint32_t height, uint32_t format, uint64_t usage);
16 IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height,
18 IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height,
37 int Alloc(uint32_t width, uint32_t height, uint32_t layer_count,
42 void Reset(buffer_handle_t handle, uint32_t width, uint32_t height,
49 int Import(buffer_handle_t handle, uint32_t width, uint32_t height,
57 int int_count, uint32_t width, uint32_t height,
67 int Lock(uint32_t usage, int x, int y, int width, int height, void** address);
68 int LockYUV(uint32_t usage, int x, int y, int width, int height,
78 uint32_t height() const { return buffer_.get() ? buffer_->getHeight() : 0; function in class:android::dvr::IonBuffer
    [all...]
  /frameworks/native/libs/vr/libdisplay/
shared_buffer_helpers.cpp 85 int height = 1; local
86 const auto ret = buffer_->Lock(usage, 0, 0, width, height, &address_);
  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 130 EGLint width, height; local
132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
133 RSD_CALL_GL(glViewport, 0, 0, width, height);
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.h 31 int height; member in struct:android::intel::PnwIMGGrallocBuffer
  /hardware/libhardware/modules/camera/3_4/metadata/
types.h 34 int32_t height; member in struct:default_camera_hal::StreamSpec
37 : format(f), width(w), height(h) {}
39 : format(stream->format), width(stream->width), height(stream->height) {}
43 // Base equality/comparison first on format, then on width, then height.
47 (left.width == right.width && left.height < right.height)));
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.h 49 gralloc1_consumer_usage_t cons = GRALLOC1_CONSUMER_USAGE_NONE) : width(w), height(h),
52 int height; member in struct:gralloc1::BufferInfo
80 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w,
82 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp,
84 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
86 void GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height,
89 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp);
90 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw,
  /hardware/qcom/display/msm8909/libdrmutils/
drm_master.h 42 uint32_t height = 0; member in struct:drm_utils::DRMBuffer
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_master.h 42 uint32_t height = 0; member in struct:drm_utils::DRMBuffer
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.h 49 gralloc1_consumer_usage_t cons = GRALLOC1_CONSUMER_USAGE_NONE) : width(w), height(h),
52 int height; member in struct:gralloc1::BufferInfo
80 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w,
82 void GetYuvSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, uint32_t bpp,
84 void GetYuvUbwcSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height, int color_format,
86 void GetYuvUbwcInterlacedSPPlaneInfo(uint64_t base, uint32_t width, uint32_t height,
89 unsigned int GetRgbUBwcMetaBufferSize(int width, int height, uint32_t bpp);
90 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw,
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 39 int height = 0; local
43 renderer->getViewport(width, height);
50 bottom = height;
55 ALOGE("can't tile render; drity region, width, height not available");
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
67 if (w > width || h > height) {
69 h = (h > height) ? height : h;
  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.h 42 uint32_t height = 0; member in struct:drm_utils::DRMBuffer

Completed in 360 milliseconds

1 2 3 4 5 6 78 91011>>