HomeSort by relevance Sort by last modified time
    Searched defs:cropTop (Results 1 - 5 of 5) 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/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/
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 142 milliseconds