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

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 44 Begin of xVSS API
57 * @brief This function initializes the xVSS
58 * @note Initializes the xVSS edit operation (allocates an execution context).
60 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
61 * @param params (IN) Parameters mandatory for xVSS
88 (M4OSA_Char *)"Context of the xVSS layer");
150 /*No need to convert into UTF8 as all input of xVSS are in UTF8
155 M4VS, (M4OSA_Char *)"xVSS Path for temporary files");
164 /* TODO: Check that no previous xVSS temporary files are present ? */
192 xVSS_context->pSettings->xVSS.pBGMtrack = M4OSA_NULL
    [all...]
M4xVSS_internal.c 69 * @note The transcoding parameters are given by the internal xVSS context.
73 * @param pContext (IN) Pointer on the xVSS edit context
212 * @param pContext (IN) Pointer on the xVSS edit context
    [all...]
M4VSS3GPP_Edit.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
VideoEditorMain.cpp 434 strlen((const char*)pContext->pEditSettings->Effects[overlayEffectIndex].xVSS.pFramingFilePath);
442 Effects[overlayEffectIndex].xVSS.pFramingFilePath, overlayFileNameLen);
456 pClipList[pCurrEditInfo->clipIndex]->xVSS.MediaRendering;
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 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;
198 if(mEffectsSettings[i].xVSS.pFramingBuffer != NULL) {
199 free(mEffectsSettings[i].xVSS.pFramingBuffer->pac_data);
201 free(mEffectsSettings[i].xVSS.pFramingBuffer);
203 mEffectsSettings[i].xVSS.pFramingBuffer = NULL;
289 mEffectsSettings[i].xVSS.pFramingFilePath = NULL;
290 mEffectsSettings[i].xVSS.pFramingBuffer = NULL
    [all...]
VideoEditorTools.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_API.h 55 * Extended API (xVSS) */
301 M4xVSS_EffectSettings xVSS;
346 M4xVSS_TransitionSettings xVSS;
372 M4xVSS_ClipSettings xVSS;
407 M4xVSS_EditSettings xVSS;
    [all...]
M4VSS3GPP_InternalTypes.h     [all...]

Completed in 249 milliseconds