Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:usableHeight

1044     int32_t usableHeight = cropBottom - cropTop + 1;
1049 usableHeight = mDisplayHeight;
1055 mStats.mVideoHeight = usableHeight;
1066 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1069 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);