/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframefactory_unittest.cc | 89 int new_width = captured_frame.width / 2; in TestCreateAliasedFrame() local 91 frame.reset(factory.CreateAliasedFrame(&captured_frame, new_width, in TestCreateAliasedFrame() 92 new_height, new_width, new_height)); in TestCreateAliasedFrame() 93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height, in TestCreateAliasedFrame() 97 &captured_frame, new_width, new_height, new_width / 2, new_height / 2)); in TestCreateAliasedFrame() 98 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2, in TestCreateAliasedFrame() 105 &captured_frame, new_width, new_height, new_width / 2, new_height / 2)); in TestCreateAliasedFrame() 106 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2, in TestCreateAliasedFrame()
|
D | webrtcvideoframe.cc | 212 int new_width = dw; in Reset() local 216 new_width = dh; in Reset() 220 InitToEmptyBuffer(new_width, new_height, pixel_width, pixel_height, in Reset()
|
/external/webrtc/talk/media/base/ |
D | videoadapter.cc | 427 int new_width, new_height; in OnOutputFormatRequest() local 428 bool changed = AdaptToMinimumFormat(&new_width, &new_height); in OnOutputFormatRequest() 433 << " To: " << new_width << "x" << new_height; in OnOutputFormatRequest() 497 int new_width, new_height; in OnEncoderResolutionRequest() local 498 bool changed = AdaptToMinimumFormat(&new_width, &new_height); in OnEncoderResolutionRequest() 512 << " To: " << new_width << "x" << new_height; in OnEncoderResolutionRequest() 558 int new_width, new_height; in OnCpuResolutionRequest() local 559 bool changed = AdaptToMinimumFormat(&new_width, &new_height); in OnCpuResolutionRequest() 565 << " To: " << new_width << "x" << new_height; in OnCpuResolutionRequest() 624 bool CoordinatedVideoAdapter::AdaptToMinimumFormat(int* new_width, in AdaptToMinimumFormat() argument [all …]
|
D | videoadapter.h | 169 bool AdaptToMinimumFormat(int* new_width, int* new_height);
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 275 int new_width = total_width / new_cn; in reshape() local 277 if (new_width * new_cn != total_width) in reshape() 280 hdr.cols = new_width; in reshape()
|
D | cuda_gpu_mat.cpp | 193 int new_width = total_width / new_cn; in reshape() local 195 if (new_width * new_cn != total_width) in reshape() 198 hdr.cols = new_width; in reshape()
|
D | umatrix.cpp | 522 int new_width = total_width / new_cn; in reshape() local 524 if( new_width * new_cn != total_width ) in reshape() 528 hdr.cols = new_width; in reshape()
|
D | array.cpp | 2717 int total_width, new_width; in cvReshape() local 2773 new_width = total_width / new_cn; in cvReshape() 2775 if( new_width * new_cn != total_width ) in cvReshape() 2779 header->cols = new_width; in cvReshape()
|
D | matrix.cpp | 999 int new_width = total_width / new_cn; in reshape() local 1001 if( new_width * new_cn != total_width ) in reshape() 1005 hdr.cols = new_width; in reshape()
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 244 int new_width = width_ + 1; in ResizeBackwardMarks() local 246 uint32_t* new_backward = zone_->NewArray<uint32_t>(new_width * max); in ResizeBackwardMarks() 247 memset(new_backward, 0, new_width * max * sizeof(uint32_t)); in ResizeBackwardMarks() 250 uint32_t* np = &new_backward[i * new_width]; in ResizeBackwardMarks() 255 width_ = new_width; in ResizeBackwardMarks()
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 87 int new_width = width + SkMax32(leftRadius, rightRadius) * 2; in boxBlur() local 89 int dst_y_stride = transpose ? 1 : new_width; in boxBlur() 225 return new_width; in boxBlur() 294 int new_width = width + diameter; in boxBlurInterp() local 296 int dst_y_stride = transpose ? 1 : new_width; in boxBlurInterp() 406 return new_width; in boxBlurInterp()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 275 int new_height, new_width; in r600_compressed_to_blittable() local 290 new_width = util_format_get_nblocksx(tex->format, orig->width0); in r600_compressed_to_blittable() 293 tex->width0 = new_width; in r600_compressed_to_blittable()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 541 int new_width = format.getInteger(MediaFormat.KEY_WIDTH); in dequeueOutputBuffer() local 543 if (hasDecodedFirstFrame && (new_width != width || new_height != height)) { in dequeueOutputBuffer() 545 height + ". New " + new_width + "*" + new_height); in dequeueOutputBuffer()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 3209 int new_width = cpi->oxcf.Width; in find_next_key_frame() local 3284 …mes_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width); in find_next_key_frame() 3335 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame() 3342 …effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Hei… in find_next_key_frame() 3355 …mes_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width); in find_next_key_frame() 3361 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height)) in find_next_key_frame() 3363 cpi->common.Width = new_width; in find_next_key_frame()
|
D | onyx_if.c | 2767 int new_width, new_height; in resize_key_frame() local 2787 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in resize_key_frame() 2793 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame() 2795 cm->Width = new_width; in resize_key_frame()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select_unittest.cc | 65 uint16_t new_width, 1293 uint16_t new_width, in IsSelectedActionCorrect() argument 1299 qm_scale->codec_width == new_width && in IsSelectedActionCorrect()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 577 int new_height, new_width; in r600_compressed_to_blittable() local 592 new_width = util_format_get_nblocksx(tex->format, orig->width0); in r600_compressed_to_blittable() 595 tex->width0 = new_width; in r600_compressed_to_blittable()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wmesa.c | 962 GLuint new_width, new_height; in wmesa_viewport() local 964 wmesa_get_buffer_size(ctx->WinSysDrawBuffer, &new_width, &new_height); in wmesa_viewport() 969 wmesa_resize_buffers(ctx, ctx->WinSysDrawBuffer, new_width, new_height); in wmesa_viewport()
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 3108 int total_width, new_width; in cvReshape() local 3164 new_width = total_width / new_cn; in cvReshape() 3166 if( new_width * new_cn != total_width ) in cvReshape() 3170 header->cols = new_width; in cvReshape()
|
/external/libjpeg-turbo/ |
D | transupp.c | 1182 JDIMENSION new_width, JDIMENSION new_height) in adjust_exif_parameters() argument 1299 new_value = new_width; /* ExifImageWidth Tag */ in adjust_exif_parameters()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.20 | 1203 `new_width'.
|