HomeSort by relevance Sort by last modified time
    Searched defs:new_height (Results 1 - 6 of 6) 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/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/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);
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2988 int new_height = cpi->oxcf.Height; local
    [all...]
onyx_if.c 2545 int new_width, new_height; local
    [all...]

Completed in 149 milliseconds