HomeSort by relevance Sort by last modified time
    Searched defs:max_height (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/webrtc/talk/media/webrtc/
webrtcvideoencoderfactory.h 47 int max_height; member in struct:cricket::WebRtcVideoEncoderFactory::VideoCodec
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 50 int max_height = -1; // Returns -1 for an empty history. local
53 max_height = std::max(max_height, it->peak_height_packets);
55 return max_height;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_mpeg4.h 51 unsigned int max_height; member in struct:swvenc_video_capability
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_mpeg4.h 51 unsigned int max_height; member in struct:swvenc_video_capability
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 56 unsigned int max_width = 0, max_height = 0; local
96 max_height = surface_info[l].max_height;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-subdev.h 92 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /bionic/libc/kernel/uapi/linux/
v4l2-subdev.h 55 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/ImageMagick/MagickCore/
montage.c 386 max_height,
589 max_height=0;
599 if (image_list[tile]->rows > max_height)
600 max_height=image_list[tile]->rows;
612 height=concatenate != MagickFalse ? max_height : extract_info.height;
618 max_height=0;
710 max_height=0;
721 if (image->rows > max_height)
722 max_height=image->rows;
723 height=concatenate != MagickFalse ? max_height : extract_info.height
381 max_height, local
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 712 FT_Short max_height = 1; local
715 max_height = psh_calc_max_height( priv->num_blue_values,
717 max_height );
718 max_height = psh_calc_max_height( priv->num_other_blues,
720 max_height );
721 max_height = psh_calc_max_height( priv->num_family_blues,
723 max_height );
724 max_height = psh_calc_max_height( priv->num_family_other_blues,
726 max_height );
729 max_scale = FT_DivFix( 1000, max_height );
    [all...]
  /external/kernel-headers/original/uapi/linux/
v4l2-subdev.h 97 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
241 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
243 max_bm_height = max_height;
  /external/mesa3d/src/glx/
xfont.c 232 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
254 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
256 max_bm_height = max_height;
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 222 unsigned int max_width, max_height, max_bm_width, max_bm_height; local
240 max_height = fs->max_bounds.ascent + fs->max_bounds.descent;
242 max_bm_height = max_height;
  /external/skia/gm/
blurrect.cpp 187 int max_height = 0; local
214 cur_y += max_height + fPadding;
215 max_height = 0;
225 if (bm.height() > max_height)
226 max_height = bm.height();
  /external/skqp/gm/
blurrect.cpp 187 int max_height = 0; local
214 cur_y += max_height + fPadding;
215 max_height = 0;
225 if (bm.height() > max_height)
226 max_height = bm.height();
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 220 unsigned bpp, max_width, max_height, max_depth, j, num; local
309 max_height = MIN2(tsrc.height0, tdst.height0);
323 height = max_height;
337 if (max_width < 8 || max_height < 8)
340 height = ((rand() % (max_height / 8)) + 1) * 8;
349 assert(max_width > 0 && max_height > 0);
352 height = (rand() % max_height) + 1;
  /external/tensorflow/tensorflow/core/kernels/
sample_distorted_bounding_box_op.cc 126 int max_height = static_cast<int>(lrintf(sqrt(max_area / aspect_ratio))); local
128 if (lrintf(max_height * aspect_ratio) > original_width) {
129 // We must find the smallest max_height satisfying
130 // round(max_height * aspect_ratio) <= original_width:
132 max_height = static_cast<int>((original_width + 0.5 - kEps) / aspect_ratio);
135 if (max_height > original_height) {
136 max_height = original_height;
139 if (height >= max_height) {
140 height = max_height;
143 if (height < max_height) {
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 298 OMX_U32 max_width, OMX_U32 max_height) {
304 data.writeInt32(max_height);
822 OMX_U32 max_height = data.readInt32(); local
825 port_index, enable, max_width, max_height);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
619 max_height = ((temp_h + 15) >> 4) << 4;
620 if (((uint64_t)max_width * max_height) > (uint64_t)INT32_MAX
624 nTotalMB = ((max_width * max_height) >> 8);
765 max_height += 32;
767 if (((uint64_t)pitch * max_height) > (uint64_t)INT32_MAX) {
770 size = pitch * max_height;
2994 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 78 int max_width, max_height; member in struct:__anon61604
177 int max_width, max_height; member in struct:__anon61609
  /external/freetype/src/autofit/
aflatin.c 1198 FT_Pos max_height; local
    [all...]
  /external/libdrm/
xf86drmMode.h 201 uint32_t min_height, max_height; member in struct:_drmModeRes
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 913 unsigned max_width, max_height, i; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 181 unsigned int max_height; member in struct:msm_venc_video_capability
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 106 __u32 min_height, max_height; member in struct:drm_mode_card_res

Completed in 843 milliseconds

1 2 3