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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 189 int cropTop = 0;
193 cropTop = (height - width) / 2;
201 if (scaleFactor < 1.0f || cropLeft != 0 || cropTop != 0) {
206 mOriginal, cropLeft, cropTop, width, height, matrix, true);
  /frameworks/av/include/media/stagefright/
ColorConverter.h 51 size_t cropLeft, size_t cropTop,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 403 int32_t cropLeft, cropTop, cropRight, cropBottom;
406 &cropLeft, &cropTop, &cropRight, &cropBottom));
412 (cropBottom - cropTop + 1),
413 cropLeft, cropTop);
418 cropBottom - cropTop + 1);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 60 size_t cropLeft, size_t cropTop,
66 mCropTop(cropTop),
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1014 int32_t cropLeft, cropTop, cropRight, cropBottom;
1016 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1021 cropLeft = cropTop = 0;
1028 cropLeft, cropTop, cropRight, cropBottom);
1043 int32_t usableHeight = cropBottom - cropTop + 1;
    [all...]

Completed in 121 milliseconds