OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
891
int32_t
usableHeight
= cropBottom - cropTop + 1;
896
usableHeight
= mDisplayHeight;
907
MEDIA_SET_VIDEO_SIZE,
usableHeight
, usableWidth);
910
MEDIA_SET_VIDEO_SIZE, usableWidth,
usableHeight
);
[
all
...]
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
1026
int32_t
usableHeight
= cropBottom - cropTop + 1;
1031
usableHeight
= mDisplayHeight;
1037
mStats.mVideoHeight =
usableHeight
;
1048
MEDIA_SET_VIDEO_SIZE,
usableHeight
, usableWidth);
1051
MEDIA_SET_VIDEO_SIZE, usableWidth,
usableHeight
);
[
all
...]
Completed in 65 milliseconds