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

  /packages/apps/Launcher3/src/com/android/launcher3/
BorderCropDrawable.java 31 boolean cropTop, boolean cropRight, boolean cropBottom) {
46 if (cropRight) {
  /frameworks/av/include/media/stagefright/
ColorConverter.h 52 size_t cropRight, size_t cropBottom);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 212 int32_t cropRight;
VideoDecoderVP8.cpp 66 mVideoFormatInfo.cropRight = data->codec_data->crop_right;
VideoDecoderWMV.cpp 465 mVideoFormatInfo.cropRight = data->se_data->CODED_WIDTH > mVideoFormatInfo.width ?
VideoDecoderMPEG4.cpp 586 mVideoFormatInfo.cropRight = data->codec_data.video_object_layer_width > mVideoFormatInfo.width ?
VideoDecoderBase.cpp     [all...]
VideoDecoderAVC.cpp 757 mVideoFormatInfo.cropRight = data->codec_data->crop_right;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 127 float cropRight = cropLeft + getWidth() / scale;
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 127 float cropRight = cropLeft + getWidth() / scale;
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
  /frameworks/av/media/libstagefright/
Utils.cpp 118 int32_t cropLeft, cropTop, cropRight, cropBottom;
122 &cropRight,
124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
503 int32_t cropLeft, cropTop, cropRight, cropBottom;
507 &cropRight,
509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
AwesomePlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 61 size_t cropRight, size_t cropBottom)
67 mCropRight(cropRight),
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 761 final int cropRight = cropLeft + mCropSize;
766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 632 uint32_t widthCropped = formatInfo->width - formatInfo->cropLeft - formatInfo->cropRight;
    [all...]

Completed in 401 milliseconds