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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 207 int cropLeft = 0;
215 cropLeft = (cropWidth - cropHeight) / 2;
222 if (scaleFactor < 1.0f || cropLeft != 0 || cropTop != 0 || originalHasAlpha) {
233 final Rect src = new Rect(cropLeft, cropTop,
234 cropLeft + cropWidth, cropTop + cropHeight);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 51 size_t cropLeft, size_t cropTop,
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 576 int32_t cropLeft, cropTop, cropRight, cropBottom;
579 &cropLeft, &cropTop, &cropRight, &cropBottom));
581 int32_t displayWidth = cropRight - cropLeft + 1;
589 cropLeft, cropTop);
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 60 size_t cropLeft, size_t cropTop,
65 mCropLeft(cropLeft),
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 594 final int cropLeft = (layoutWidth - mCropSize) / 2;
596 final int cropRight = cropLeft + mCropSize;
601 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1015 int32_t cropLeft, cropTop, cropRight, cropBottom;
1017 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1022 cropLeft = cropTop = 0;
1029 cropLeft, cropTop, cropRight, cropBottom);
1043 int32_t usableWidth = cropRight - cropLeft + 1;
    [all...]

Completed in 373 milliseconds