HomeSort by relevance Sort by last modified time
    Searched refs:new_height (Results 1 - 20 of 20) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 90 int new_height = captured_frame.height / 2; local
92 new_height, new_width, new_height));
93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height,
97 &captured_frame, new_width, new_height, new_width / 2, new_height / 2));
99 new_height / 2, apply_rotation);
105 &captured_frame, new_width, new_height, new_width / 2, new_height / 2));
107 new_height / 2, apply_rotation)
    [all...]
webrtcvideoframe.cc 213 int new_height = dh; local
217 new_height = dw;
220 InitToEmptyBuffer(new_width, new_height, pixel_width, pixel_height,
  /external/tensorflow/tensorflow/core/kernels/
ops_util_test.cc 43 int new_height; member in struct:tensorflow::__anon39856::OpsUtilTest::padding_struct::__anon39858
71 int64 new_height, new_width, pad_rows, pad_cols; local
74 pad_struct.input.row_stride, pad_struct.input.padding, &new_height,
86 int64 new_height, new_width, pad_rows, pad_cols; local
89 pad_struct.input.row_stride, pad_struct.input.padding, &new_height,
97 EXPECT_EQ(pad_struct.output.new_height, new_height);
105 int64 new_height, new_width, pad_top, pad_bottom, pad_left, pad_right; local
108 pad_struct.input.row_stride, pad_struct.input.padding, &new_height,
116 EXPECT_EQ(pad_struct.output.new_height, new_height)
    [all...]
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 168 float new_height = height(); local
170 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
171 SetRect(new_x, new_y, new_width, new_height);
180 float new_height = std::min(height(), size.height()); local
182 float new_y = y() + (height() - new_height) / 2;
183 SetRect(new_x, new_y, new_width, new_height);
rect.cc 244 int new_height = height(); local
246 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
247 SetRect(new_x, new_y, new_width, new_height);
256 int new_height = std::min(height(), size.height()); local
258 int new_y = y() + (height() - new_height) / 2;
259 SetRect(new_x, new_y, new_width, new_height);
  /external/webrtc/talk/media/base/
videoadapter.cc 427 int new_width, new_height; local
428 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
433 << " To: " << new_width << "x" << new_height; local
497 int new_width, new_height; local
498 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
512 << " To: " << new_width << "x" << new_height; local
558 int new_width, new_height; local
559 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
565 << " To: " << new_width << "x" << new_height; local
625 int* new_height) {
    [all...]
videoadapter.h 169 bool AdaptToMinimumFormat(int* new_width, int* new_height);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_data.h 142 const int new_height = local
146 pyramid_sqrt2_[level] = new Image<uint8_t>(new_width, new_height);
image-inl.h 117 const int new_height = bottom - top + 1; local
119 Image<T>* const cropped_image = new Image(new_width, new_height);
121 for (int y = 0; y < new_height; ++y) {
object_tracker_jni.cc 446 const int new_height = (height + factor - 1) / factor; local
449 new_width, new_height, reinterpret_cast<uint8_t*>(output_array), false);
  /external/libxcam/modules/ocl/
cl_image_scaler.cpp 217 uint32_t new_height = XCAM_ALIGN_UP ((uint32_t)(video_info.height * _v_scaler_factor), local
220 scaler_video_info.init (video_info.format, new_width, new_height);
cl_retinex_handler.cpp 233 uint32_t new_height = XCAM_ALIGN_UP ((uint32_t)(video_info.height * _scaler_factor), 4); local
235 scaler_video_info.init (video_info.format, new_width, new_height);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 542 int new_height = format.getInteger(MediaFormat.KEY_HEIGHT); local
543 if (hasDecodedFirstFrame && (new_width != width || new_height != height)) {
545 height + ". New " + new_width + "*" + new_height);
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2989 int new_height = cpi->oxcf.Height; local
    [all...]
onyx_if.c 2556 int new_width, new_height; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
qm_select_unittest.cc 66 uint16_t new_height,
    [all...]
  /external/pdfium/core/fxcrt/
fx_coordinates.h 66 CFX_STemplate(BaseType new_width, BaseType new_height)
67 : width(new_width), height(new_height) {}
  /external/tensorflow/tensorflow/core/ops/
nn_ops.cc 335 DimensionHandle new_height = c->UnknownDim(); local
338 new_height = c->MakeDim(size->flat<int32>()(0));
341 TF_RETURN_IF_ERROR(c->ReplaceDim(resized, 1, new_height, &resized));
    [all...]
  /external/libjpeg-turbo/
transupp.c     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 445 milliseconds