OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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