HomeSort by relevance Sort by last modified time
    Searched defs:new_width (Results 1 - 11 of 11) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 89 int new_width = captured_frame.width / 2; local
91 frame.reset(factory.CreateAliasedFrame(&captured_frame, new_width,
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));
98 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2,
105 &captured_frame, new_width, new_height, new_width / 2, new_height / 2));
106 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2
    [all...]
webrtcvideoframe.cc 212 int new_width = dw; local
216 new_width = dh;
220 InitToEmptyBuffer(new_width, new_height, pixel_width, pixel_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;
497 int new_width, new_height; local
498 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
512 << " To: " << new_width << "x" << new_height;
558 int new_width, new_height; local
559 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
565 << " To: " << new_width << "x" << new_height;
624 bool CoordinatedVideoAdapter::AdaptToMinimumFormat(int* new_width,
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 87 int new_width = width + SkMax32(leftRadius, rightRadius) * 2; local
89 int dst_y_stride = Transpose ? 1 : new_width;
225 return new_width;
278 * return new_width;
295 int new_width = width + diameter; local
297 int dst_y_stride = Transpose ? 1 : new_width;
407 return new_width;
    [all...]
  /external/v8/src/compiler/
loop-analysis.cc 274 int new_width = width_ + 1; local
276 uint32_t* new_backward = zone_->NewArray<uint32_t>(new_width * max);
277 memset(new_backward, 0, new_width * max * sizeof(uint32_t));
280 uint32_t* np = &new_backward[i * new_width];
285 width_ = new_width;
  /external/opencv/cxcore/src/
cxarray.cpp 3108 int total_width, new_width; local
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 541 int new_width = format.getInteger(MediaFormat.KEY_WIDTH); local
543 if (hasDecodedFirstFrame && (new_width != width || new_height != height)) {
545 height + ". New " + new_width + "*" + new_height);
  /external/libcups/cups/
ppd-cache.c 985 int new_width, /* New width in 2540ths * local
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 4694 int new_width = rect.right \/ 8 - rect.left \/ 8; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2987 int new_width = cpi->oxcf.Width; local
    [all...]
onyx_if.c 2545 int new_width, new_height; local
    [all...]

Completed in 442 milliseconds