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

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 498 uint32_t oldHeight = def->format.video.nFrameHeight;
510 if (newWidth != oldWidth || newHeight != oldHeight) {
  /external/deqp/modules/egl/
teglResizeTests.cpp 276 const int oldHeight = oldSurface.getHeight();
280 const int minHeight = de::min(oldHeight, newHeight);
289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight;
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 344 int oldHeight = _height;
350 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);
    [all...]
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 508 const uint32_t oldHeight = mHeight;
510 if (mWidth != oldWidth || mHeight != oldHeight) {
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 377 milliseconds