HomeSort by relevance Sort by last modified time
    Searched defs:new_height (Results 1 - 11 of 11) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 90 int new_height = captured_frame.height / 2; local
92 new_height, new_width, new_height));
93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height,
97 &captured_frame, new_width, new_height, new_width / 2, new_height / 2));
99 new_height / 2, apply_rotation);
105 &captured_frame, new_width, new_height, new_width / 2, new_height / 2));
107 new_height / 2, apply_rotation)
    [all...]
webrtcvideoframe.cc 213 int new_height = dh; local
217 new_height = dw;
220 InitToEmptyBuffer(new_width, new_height, pixel_width, pixel_height,
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 275 int new_height, new_width; local
291 new_height = util_format_get_nblocksy(tex->format, orig->height0);
294 tex->height0 = new_height;
  /external/webrtc/talk/media/base/
videoadapter.cc 427 int new_width, new_height; local
428 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
433 << " To: " << new_width << "x" << new_height; local
497 int new_width, new_height; local
498 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
512 << " To: " << new_width << "x" << new_height; local
558 int new_width, new_height; local
559 bool changed = AdaptToMinimumFormat(&new_width, &new_height);
565 << " To: " << new_width << "x" << new_height; local
625 int* new_height) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 577 int new_height, new_width; local
593 new_height = util_format_get_nblocksy(tex->format, orig->height0);
596 tex->height0 = new_height;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 962 GLuint new_width, new_height; local
964 wmesa_get_buffer_size(ctx->WinSysDrawBuffer, &new_width, &new_height);
969 wmesa_resize_buffers(ctx, ctx->WinSysDrawBuffer, new_width, new_height);
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 542 int new_height = format.getInteger(MediaFormat.KEY_HEIGHT); local
543 if (hasDecodedFirstFrame && (new_width != width || new_height != height)) {
545 height + ". New " + new_width + "*" + new_height);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 2695 int new_width, new_height; local
    [all...]
firstpass.c 3212 int new_height = cpi->oxcf.Height; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 3210 int new_height = cpi->oxcf.Height; local
    [all...]
onyx_if.c 2767 int new_width, new_height; local
    [all...]

Completed in 227 milliseconds