Home
last modified time | relevance | path

Searched refs:VIDEO_EFFECT_FIFTIES (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.h46 VIDEO_EFFECT_FIFTIES = 64, enumerator
DVideoEditorPreviewController.cpp1343 effect = VIDEO_EFFECT_FIFTIES; in setVideoEffectType()
1363 if(effect == VIDEO_EFFECT_FIFTIES) { in setVideoEffectType()
DPreviewPlayer.cpp1425 effect = VIDEO_EFFECT_FIFTIES; in setVideoPostProcessingNode()
1445 if (effect == VIDEO_EFFECT_FIFTIES) { in setVideoPostProcessingNode()
DVideoEditorTools.cpp3397 if(params->currentVideoEffect & VIDEO_EFFECT_FIFTIES) { in applyEffectsAndRenderingMode()