OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Effects
(Results
1 - 8
of
8
) sorted by null
/frameworks/media/libvideoeditor/vss/src/
M4xVSS_API.c
191
xVSS_context->pSettings->
Effects
= M4OSA_NULL; /* RC */
[
all
...]
M4xVSS_internal.c
40
#include "M4VFL_transition.h" /**< video
effects
*/
149
// Set the number of audio
effects
; 0 for now.
[
all
...]
M4VSS3GPP_Edit.c
259
* @note WARNING: pClipSettings->
Effects
[ ] will be allocated in this function.
369
* @param bCopyEffects (IN) Flag to know if we have to duplicate
effects
423
/* Duplicate
effects
*/
435
* @brief Free the pointers allocated in the ClipSetting structure (pFile,
Effects
).
457
/* free
effects
settings */
458
/* if(M4OSA_NULL != pClipSettings->
Effects
)
460
free(pClipSettings->
Effects
);
461
pClipSettings->
Effects
= M4OSA_NULL;
549
* Copy
effects
list RC */
551
/*FB bug fix 19.03.2008 if the number of
effects
is 0 -> crash*
[
all
...]
/frameworks/media/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
270
M4VS, (M4OSA_Char*)"
effects
settings");
287
(void *)&(pSettings->
Effects
[i]),
290
if(pSettings->
Effects
[i].VideoEffectType ==
305
if(pSettings->
Effects
[i].xVSS.rgbType == M4VSS3GPP_kRGB565){
307
pSettings->
Effects
[i].xVSS.pFramingBuffer->u_width *
308
pSettings->
Effects
[i].xVSS.pFramingBuffer->u_height*2;
311
pSettings->
Effects
[i].xVSS.rgbType == M4VSS3GPP_kRGB888) {
313
pSettings->
Effects
[i].xVSS.pFramingBuffer->u_width *
314
pSettings->
Effects
[i].xVSS.pFramingBuffer->u_height*3;
338
pSettings->
Effects
[i].xVSS.pFramingBuffer->u_height
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
430
strlen((const char*)pContext->pEditSettings->
Effects
[overlayEffectIndex].xVSS.pFramingFilePath);
438
Effects
[overlayEffectIndex].xVSS.pFramingFilePath, overlayFileNameLen);
[
all
...]
VideoEditorClasses.cpp
[
all
...]
/frameworks/media/libvideoeditor/vss/inc/
M4xVSS_API.h
122
M4VSS3GPP_EffectSettings *
Effects
;
509
* @note WARNING: pClipSettings->
Effects
[ ] will be allocated in this function.
530
* @param bCopyEffects (IN) Flag to know if we have to duplicate
effects
542
* @brief Free the pointers allocated in the ClipSetting structure (pFile,
Effects
).
M4VSS3GPP_API.h
229
* @param uiExternalEffectId (IN) Which effect function should be used (for external
effects
)
356
* @note It also contains the settings for the cut and begin/end
effects
applied to the clip.
397
M4VSS3GPP_EffectSettings *
Effects
; /**< List of
effects
*/
398
M4OSA_UInt8 nbEffects; /**< Number of
effects
in the above list */
507
* @param bCopyEffects (IN) Flag to know if we have to duplicate
effects
(deprecated)
519
* @brief Free the pointers allocated in the ClipSetting structure (pFile,
Effects
).
[
all
...]
Completed in 50 milliseconds