Home
last modified time | relevance | path

Searched refs:new_height (Results 1 – 12 of 12) 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/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c275 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/
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.c3210 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()
Donyx_if.c2767 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/
Dr600_blit.c577 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/
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/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c962 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/
Dtransupp.c1182 JDIMENSION new_width, JDIMENSION new_height) in adjust_exif_parameters() argument
1301 new_value = new_height; /* ExifImageHeight Tag */ in adjust_exif_parameters()