HomeSort by relevance Sort by last modified time
    Searched refs:VIDEO_EFFECT_FRAMING (Results 1 - 4 of 4) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h 45 VIDEO_EFFECT_FRAMING = 32,
PreviewPlayer.cpp 1027 if (mCurrentVideoEffect & VIDEO_EFFECT_FRAMING) {
1028 mCurrentVideoEffect &= ~VIDEO_EFFECT_FRAMING; //never apply framing here.
    [all...]
VideoEditorPreviewController.cpp 876 if (mCurrentVideoEffect & VIDEO_EFFECT_FRAMING) {
878 mCurrentVideoEffect &= ~VIDEO_EFFECT_FRAMING; //never apply framing here.
    [all...]
VideoEditorTools.cpp     [all...]

Completed in 1066 milliseconds