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

  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 353 int32_t cropLeft, cropTop, cropRight, cropBottom;
356 &cropLeft, &cropTop, &cropRight, &cropBottom));
362 (cropBottom - cropTop + 1),
368 cropBottom - cropTop + 1);
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 834 int32_t cropLeft, cropTop, cropRight, cropBottom;
843 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
847 cropBottom = vHeight - 1;
852 cropLeft, cropTop, cropRight, cropBottom);
858 mCropRect.bottom = cropBottom;
872 int32_t usableHeight = cropBottom - cropTop + 1;
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 983 int32_t cropLeft, cropTop, cropRight, cropBottom;
985 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
992 cropBottom = height - 1;
997 cropLeft, cropTop, cropRight, cropBottom);
1012 int32_t usableHeight = cropBottom - cropTop + 1;
    [all...]

Completed in 77 milliseconds