Searched refs:xVSS (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c44 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
[all...]
H A DM4xVSS_internal.c69 * @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
1479 * @note The "Pictures to 3GPP" parameters are given by the internal xVSS
1535 Params.OutputVideoFrameSize = xVSS_context->pSettings->xVSS.outputVideoSize;
1536 Params.OutputVideoFormat = xVSS_context->pSettings->xVSS.outputVideoFormat;
1537 Params.videoProfile = xVSS_context->pSettings->xVSS.outputVideoProfile;
1538 Params.videoLevel = xVSS_context->pSettings->xVSS.outputVideoLevel;
1609 if(xVSS_context->pSettings->xVSS.outputVideoBitrate == 0) {
1613 Params.OutputVideoBitrate = xVSS_context->pSettings->xVSS
[all...]
H A DM4VSS3GPP_Edit.c888 switch(pC->xVSS.outputVideoSize) {
957 pC->xVSS.outputVideoSize = M4VIDEOEDITING_kQCIF;
964 pC->ewc.outputVideoProfile = pC->xVSS.outputVideoProfile;
965 pC->ewc.outputVideoLevel = pC->xVSS.outputVideoLevel;
967 switch(pC->xVSS.outputVideoFormat) {
1059 pC->xVSS.outputVideoFormat)||
1274 pC->ewc.uiVideoBitrate = pSettings->xVSS.outputVideoBitrate;
1283 pSettings->xVSS.outputFileSize);
2658 pC->ewc.pVideoOutputDsi[5] = pC->xVSS.outputVideoLevel;
2662 pC->ewc.pVideoOutputDsi[6] = pC->xVSS
[all...]
H A DM4VSS3GPP_EditVideo.c1423 pC->pC1->pSettings->xVSS.MediaRendering,
1585 pC->pC1->pSettings->xVSS.MediaRendering,
1721 if (pFx->xVSS.pFramingBuffer == M4OSA_NULL) {
1953 if ((pFx->xVSS.pFramingBuffer != M4OSA_NULL) &&
2372 if (pFx->xVSS.pFramingBuffer != M4OSA_NULL) {
2399 if (pFx->xVSS.pFramingBuffer != M4OSA_NULL) {
2588 EncParams.Bitrate = pC->xVSS.outputVideoBitrate;
3671 pClipCtxt->pSettings->xVSS.MediaRendering,
3688 pClipCtxt->pSettings->xVSS.MediaRendering,
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp1346 pSettings->xVSS.uiBeginCutPercent =
1350 pSettings->xVSS.uiEndCutPercent =
1355 pSettings->xVSS.uiDuration = 0;
1358 pSettings->xVSS.isPanZoom =
1362 pSettings->xVSS.PanZoomXa =
1366 pSettings->xVSS.PanZoomTopleftXa =
1370 pSettings->xVSS.PanZoomTopleftYa =
1374 pSettings->xVSS.PanZoomXb =
1378 pSettings->xVSS.PanZoomTopleftXb =
1382 pSettings->xVSS
[all...]
H A DVideoEditorMain.cpp432 strlen((const char*)pContext->pEditSettings->Effects[overlayEffectIndex].xVSS.pFramingFilePath);
440 Effects[overlayEffectIndex].xVSS.pFramingFilePath, overlayFileNameLen);
454 pClipList[pCurrEditInfo->clipIndex]->xVSS.MediaRendering;
957 pClipList[iCurrentClipIndex]->xVSS.MediaRendering,
958 pContext->pEditSettings->xVSS.outputVideoSize);
969 (const char*)pContext->pEditSettings->Effects[currEditInfo.overlaySettingsIndex].xVSS.pFramingFilePath, 99);
981 tmpRenderingMode = pContext->pEditSettings->pClipList[iCurrentClipIndex]->xVSS.MediaRendering;
1657 if (pContext->pEditSettings->Effects[j].xVSS.pFramingFilePath != M4OSA_NULL) {
1658 if (pContext->pEditSettings->Effects[j].xVSS.pFramingBuffer != M4OSA_NULL) {
1660 Effects[j].xVSS
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp120 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
[all...]
H A DVideoEditorTools.cpp3112 framingCtx->FramingRgb = effectsSettings[index].xVSS.pFramingBuffer;
3118 framingCtx->topleft_x = effectsSettings[index].xVSS.topleft_x;
3119 framingCtx->topleft_y = effectsSettings[index].xVSS.topleft_y;
3130 effectsSettings[index].xVSS.uialphaBlendingFadeInTime;
3133 effectsSettings[index].xVSS.uialphaBlendingFadeOutTime;
3136 effectsSettings[index].xVSS.uialphaBlendingEnd;
3139 effectsSettings[index].xVSS.uialphaBlendingMiddle;
3142 effectsSettings[index].xVSS.uialphaBlendingStart;
3152 if(effectsSettings[index].xVSS.rgbType == M4VSS3GPP_kRGB565) {
3157 else if(effectsSettings[index].xVSS
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_API.h55 * Extended API (xVSS) */
301 M4xVSS_EffectSettings xVSS; member in struct:__anon231
346 M4xVSS_TransitionSettings xVSS; member in struct:__anon233
372 M4xVSS_ClipSettings xVSS; member in struct:__anon234
407 M4xVSS_EditSettings xVSS; member in struct:__anon235
H A DM4VSS3GPP_InternalTypes.h608 M4xVSS_EditSettings xVSS; member in struct:__anon262

Completed in 6849 milliseconds