Home
last modified time | relevance | path

Searched refs:new_height (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc90 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()
Dwebrtcvideoframe.cc213 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/
Dvideoadapter.cc427 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 …]
Dvideoadapter.h169 bool AdaptToMinimumFormat(int* new_width, int* new_height);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java542 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/
Dfirstpass.c2988 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()
Donyx_if.c2545 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/
Dqm_select_unittest.cc66 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/
Dfx_coordinates.h81 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/
Dtransupp.c1183 JDIMENSION new_width, JDIMENSION new_height) in adjust_exif_parameters() argument
1302 new_value = new_height; /* ExifImageHeight Tag */ in adjust_exif_parameters()