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

/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1168 int32_t usableHeight = cropBottom - cropTop + 1; local
1173 usableHeight = mDisplayHeight;
1179 mStats.mVideoHeight = usableHeight;
1190 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1193 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);

Completed in 47 milliseconds