HomeSort by relevance Sort by last modified time
    Searched refs:dstLeft (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
FrameDecoder.cpp 728 int32_t dstLeft, dstTop, dstRight, dstBottom;
729 dstLeft = mTilesDecoded % mGridCols * width;
731 dstRight = dstLeft + width - 1;
744 crop_right = mWidth - dstLeft - 1;
745 dstRight = dstLeft + crop_right;
761 dstLeft, dstTop, dstRight, dstBottom);
  /cts/tests/tests/view/src/android/view/cts/
ASurfaceControlTest.java 207 int srcTop, int srcRight, int srcBottom, int dstLeft, int dstTop, int dstRight,
211 dstLeft, dstTop, dstRight, dstBottom, transform);
215 int srcBottom, int dstLeft, int dstTop, int dstRight, int dstBottom,
219 dstLeft, dstTop, dstRight, dstBottom, transform);
    [all...]
  /cts/tests/tests/view/jni/
android_view_cts_ASurfaceControlTest.cpp 289 jint dstLeft, jint dstTop, jint dstRight, jint dstBottom,
292 const ARect dst{dstLeft, dstTop, dstRight, dstBottom};

Completed in 1212 milliseconds