Home
last modified time | relevance | path

Searched defs:new_width (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoadapter.cc427 int new_width, new_height; in OnOutputFormatRequest() local
497 int new_width, new_height; in OnEncoderResolutionRequest() local
558 int new_width, new_height; in OnCpuResolutionRequest() local
624 bool CoordinatedVideoAdapter::AdaptToMinimumFormat(int* new_width, in AdaptToMinimumFormat()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc89 int new_width = captured_frame.width / 2; in TestCreateAliasedFrame() local
Dwebrtcvideoframe.cc212 int new_width = dw; in Reset() local
/external/libchrome/ui/gfx/geometry/
Drect_f.cc167 float new_width = width(); in AdjustToFit() local
179 float new_width = std::min(width(), size.width()); in ClampToCenteredSize() local
Drect.cc241 int new_width = width(); in AdjustToFit() local
253 int new_width = std::min(width(), size.width()); in ClampToCenteredSize() local
/external/tensorflow/tensorflow/core/kernels/
Dops_util_test.cc44 int new_width; member
71 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeBoundaries() local
86 int64 new_height, new_width, pad_rows, pad_cols; in VerifyGet2dOutputSizeValues() local
105 int64 new_height, new_width, pad_top, pad_bottom, pad_left, pad_right; in VerifyGet2dOutputVerboseSizeValues() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_data.h140 const int new_width = in GetPyramidSqrt2Level() local
Dobject_tracker_jni.cc445 const int new_width = (width + factor - 1) / factor; in OBJECT_TRACKER_METHOD() local
Dimage-inl.h116 const int new_width = right - left + 1; in Crop() local
/external/libxcam/modules/ocl/
Dcl_image_scaler.cpp215 uint32_t new_width = XCAM_ALIGN_UP ((uint32_t)(video_info.width * _h_scaler_factor), in prepare_scaler_buf() local
Dcl_retinex_handler.cpp232 uint32_t new_width = XCAM_ALIGN_UP ((uint32_t)(video_info.width * _scaler_factor), 8); in prepare_scaler_buf() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java541 int new_width = format.getInteger(MediaFormat.KEY_WIDTH); in dequeueOutputBuffer() local
/external/v8/src/compiler/
Dloop-analysis.cc274 int new_width = width_ + 1; in ResizeBackwardMarks() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.h66 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate()
/external/webrtc/webrtc/modules/video_coding/
Dqm_select_unittest.cc1293 uint16_t new_width, in IsSelectedActionCorrect()
/external/libjpeg-turbo/
Dtransupp.c1182 adjust_exif_parameters(JOCTET *data, unsigned int length, JDIMENSION new_width, in adjust_exif_parameters()
/external/libcups/cups/
Dppd-cache.c987 int new_width, /* New width in 2540ths */ in _ppdCacheCreateWithPPD() local
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp1035 int new_width = rect.right / 8 - rect.left / 8; in CompositeRect() local
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc361 DimensionHandle new_width = c->UnknownDim(); in CommonFusedConvCalculations() local
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2988 int new_width = cpi->oxcf.Width; in find_next_key_frame() local
Donyx_if.c2502 int new_width, new_height; in resize_key_frame() local
/external/libaom/libaom/av1/encoder/
Drdopt.c4238 int orig_height, int new_width, in extend_palette_color_map()