OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEffectsSettings
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
43
mEffectsSettings
(NULL),
118
if(
mEffectsSettings
) {
120
if(
mEffectsSettings
[i].xVSS.pFramingBuffer != NULL) {
121
free(
mEffectsSettings
[i].xVSS.pFramingBuffer->pac_data);
123
free(
mEffectsSettings
[i].xVSS.pFramingBuffer);
125
mEffectsSettings
[i].xVSS.pFramingBuffer = NULL;
128
free(
mEffectsSettings
);
129
mEffectsSettings
= NULL;
196
if(
mEffectsSettings
) {
198
if(
mEffectsSettings
[i].xVSS.pFramingBuffer != NULL)
[
all
...]
PreviewPlayer.cpp
99
mEffectsSettings
= NULL;
1004
if((
mEffectsSettings
[i].uiStartTime < (mDecVideoTsStoryBoard/1000)) ||
1005
(
mEffectsSettings
[i].uiStartTime >=
1012
if((
mEffectsSettings
[i].uiStartTime <=
1014
((
mEffectsSettings
[i].uiStartTime+
mEffectsSettings
[i].uiDuration) >=
1016
&& (
mEffectsSettings
[i].uiDuration != 0)) {
1018
mEffectsSettings
[i].VideoEffectType, TRUE);
1022
mEffectsSettings
[i].VideoEffectType, FALSE);
1035
if(
mEffectsSettings
[index].VideoEffectType =
[
all
...]
VideoEditorPreviewController.h
97
M4VSS3GPP_EffectSettings*
mEffectsSettings
;
PreviewPlayer.h
201
M4VSS3GPP_EffectSettings*
mEffectsSettings
;
Completed in 642 milliseconds