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

/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1178 int32_t usableHeight = cropBottom - cropTop + 1; local
1183 usableHeight = mDisplayHeight;
1189 mStats.mVideoHeight = usableHeight;
1200 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1203 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);

Completed in 23 milliseconds