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

  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 275 int usableHeight = cHeight - 2;
279 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
284 int centerY = (usableHeight - image->height()) / 2;
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 872 int32_t usableHeight = cropBottom - cropTop + 1;
877 usableHeight = mDisplayHeight;
888 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
891 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 1012 int32_t usableHeight = cropBottom - cropTop + 1;
1017 usableHeight = mDisplayHeight;
1023 mStats.mVideoHeight = usableHeight;
1034 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1037 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);
    [all...]

Completed in 92 milliseconds