/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/opencv3/modules/core/src/ |
cuda_host_mem.cpp | 275 int new_width = total_width / new_cn; local 277 if (new_width * new_cn != total_width) 280 hdr.cols = new_width;
|
array.cpp | 2717 int total_width, new_width; local [all...] |
matrix.cpp | 999 int new_width = total_width / new_cn; local 1001 if( new_width * new_cn != total_width ) 1005 hdr.cols = new_width; [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_blit.c | 275 int new_height, new_width; local 290 new_width = util_format_get_nblocksx(tex->format, orig->width0); 293 tex->width0 = new_width;
|
/external/v8/src/compiler/ |
loop-analysis.cc | 244 int new_width = width_ + 1; local 246 uint32_t* new_backward = zone_->NewArray<uint32_t>(new_width * max); 247 memset(new_backward, 0, new_width * max * sizeof(uint32_t)); 250 uint32_t* np = &new_backward[i * new_width]; 255 width_ = new_width;
|
/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/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 577 int new_height, new_width; local 592 new_width = util_format_get_nblocksx(tex->format, orig->width0); 595 tex->width0 = new_width;
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wmesa.c | 962 GLuint new_width, new_height; local 964 wmesa_get_buffer_size(ctx->WinSysDrawBuffer, &new_width, &new_height); 969 wmesa_resize_buffers(ctx, ctx->WinSysDrawBuffer, new_width, new_height); [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; 294 int new_width = width + diameter; local 296 int dst_y_stride = transpose ? 1 : new_width; 406 return new_width; [all...] |
/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);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | 2695 int new_width, new_height; local [all...] |
firstpass.c | 3211 int new_width = cpi->oxcf.Width; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 3209 int new_width = cpi->oxcf.Width; local [all...] |
onyx_if.c | 2767 int new_width, new_height; local [all...] |