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.cpp1143 int32_t usableHeight = cropBottom - cropTop + 1; local
1148 usableHeight = mDisplayHeight;
1154 mStats.mVideoHeight = usableHeight;
1165 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1168 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);

Completed in 78 milliseconds