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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 422 int32_t cropLeft, cropTop, cropRight, cropBottom;
425 &cropLeft, &cropTop, &cropRight, &cropBottom));
430 (cropRight - cropLeft + 1),
436 cropRight - cropLeft + 1,
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1015 int32_t cropLeft, cropTop, cropRight, cropBottom;
1017 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1023 cropRight = width - 1;
1029 cropLeft, cropTop, cropRight, cropBottom);
1043 int32_t usableWidth = cropRight - cropLeft + 1;
    [all...]
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 598 final int cropRight = cropLeft + mCropSize;
603 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 600 final int cropRight = cropLeft + mCropSize;
605 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
    [all...]

Completed in 4026 milliseconds