Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DPreviewPlayer.cpp1710 int32_t usableHeight = cropBottom - cropTop + 1; in notifyVideoSize_l() local
1715 usableHeight = mDisplayHeight; in notifyVideoSize_l()
1726 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth); in notifyVideoSize_l()
1729 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight); in notifyVideoSize_l()
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp1143 int32_t usableHeight = cropBottom - cropTop + 1; in notifyVideoSize_l() local
1148 usableHeight = mDisplayHeight; in notifyVideoSize_l()
1154 mStats.mVideoHeight = usableHeight; in notifyVideoSize_l()
1165 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth); in notifyVideoSize_l()
1168 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight); in notifyVideoSize_l()