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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp289 status_t VideoEditorPlayer::setImageClipProperties( function in class:android::VideoEditorPlayer
291 return mPlayer->setImageClipProperties(width, height);
H A DPreviewPlayer.h88 status_t setImageClipProperties(uint32_t width, uint32_t height);
H A DVideoEditorPlayer.h148 virtual status_t setImageClipProperties(uint32_t width, uint32_t height);
H A DPreviewPlayer.cpp1457 status_t PreviewPlayer::setImageClipProperties(uint32_t width,uint32_t height) { function in class:android::PreviewPlayer
H A DVideoEditorPreviewController.cpp1001 pController->mVePlayer[playerInstance]->setImageClipProperties(
1004 ALOGV("preparePlayer: setImageClipProperties");

Completed in 72 milliseconds