Searched refs:usableHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1710 int32_t usableHeight = cropBottom - cropTop + 1; local
1715 usableHeight = mDisplayHeight;
1726 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1729 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1044 int32_t usableHeight = cropBottom - cropTop + 1; local
1049 usableHeight = mDisplayHeight;
1055 mStats.mVideoHeight = usableHeight;
1066 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1069 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);

Completed in 73 milliseconds