/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/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 | 2988 int new_height = cpi->oxcf.Height; in find_next_key_frame() local 3070 new_height, new_width); in find_next_key_frame() 3122 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame() 3128 effective_size_ratio = (double)(new_width * new_height) / in find_next_key_frame() 3145 new_height, new_width); in find_next_key_frame() 3152 (cpi->common.Height != new_height)) { in find_next_key_frame() 3154 cpi->common.Height = new_height; in find_next_key_frame()
|
D | onyx_if.c | 2545 int new_width, new_height; in resize_key_frame() local 2568 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame() 2573 if ((cm->Width != new_width) || (cm->Height != new_height)) { in resize_key_frame() 2575 cm->Height = new_height; in resize_key_frame()
|
/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/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 81 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() argument 82 : width(new_width), height(new_height) {} in CFX_STemplate()
|
/external/libjpeg-turbo/ |
D | transupp.c | 1183 JDIMENSION new_width, JDIMENSION new_height) in adjust_exif_parameters() argument 1302 new_value = new_height; /* ExifImageHeight Tag */ in adjust_exif_parameters()
|