/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframefactory_unittest.cc | 90 int new_height = captured_frame.height / 2; in TestCreateAliasedFrame() local 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() 99 new_height / 2, apply_rotation); in TestCreateAliasedFrame() 105 &captured_frame, new_width, new_height, new_width / 2, new_height / 2)); in TestCreateAliasedFrame() 107 new_height / 2, apply_rotation); in TestCreateAliasedFrame()
|
D | webrtcvideoframe.cc | 213 int new_height = dh; in Reset() local 217 new_height = dw; 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() 625 int* new_height) { in AdaptToMinimumFormat() argument [all …]
|
D | videoadapter.h | 169 bool AdaptToMinimumFormat(int* new_width, int* new_height);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 275 int new_height, new_width; in r600_compressed_to_blittable() local 291 new_height = util_format_get_nblocksy(tex->format, orig->height0); in r600_compressed_to_blittable() 294 tex->height0 = new_height; in r600_compressed_to_blittable()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 542 int new_height = format.getInteger(MediaFormat.KEY_HEIGHT); 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 | 3210 int new_height = cpi->oxcf.Height; 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() 3336 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; 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() 3364 cpi->common.Height = new_height; in find_next_key_frame()
|
D | onyx_if.c | 2767 int new_width, new_height; in resize_key_frame() local 2788 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame() 2793 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame() 2796 cm->Height = new_height; in resize_key_frame()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 577 int new_height, new_width; in r600_compressed_to_blittable() local 593 new_height = util_format_get_nblocksy(tex->format, orig->height0); in r600_compressed_to_blittable() 596 tex->height0 = new_height; in r600_compressed_to_blittable()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select_unittest.cc | 66 uint16_t new_height, 1294 uint16_t new_height, in IsSelectedActionCorrect() argument 1300 qm_scale->codec_height == new_height && in IsSelectedActionCorrect()
|
/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/libjpeg-turbo/ |
D | transupp.c | 1182 JDIMENSION new_width, JDIMENSION new_height) in adjust_exif_parameters() argument 1301 new_value = new_height; /* ExifImageHeight Tag */ in adjust_exif_parameters()
|