Searched refs:uiVideoWidth (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Edit.c188 pC->ewc.uiVideoWidth = 0;
332 pClipSettings->ClipProperties.uiVideoWidth = 0;
890 pC->ewc.uiVideoWidth = 128;
894 pC->ewc.uiVideoWidth = 160;
898 pC->ewc.uiVideoWidth = 176;
902 pC->ewc.uiVideoWidth = 320;
906 pC->ewc.uiVideoWidth = 352;
910 pC->ewc.uiVideoWidth = 640;
915 pC->ewc.uiVideoWidth = 800;
919 pC->ewc.uiVideoWidth
[all...]
H A DM4VSS3GPP_ClipAnalysis.c372 pClipProperties->uiVideoWidth = 0;
391 pClipProperties->uiVideoWidth = pClipCtxt->pVideoStream->m_videoWidth;
H A DM4VSS3GPP_EditVideo.c1112 err = M4VSS3GPP_intAllocateYUV420(pTemp1, pC->ewc.uiVideoWidth,
1123 err = M4VSS3GPP_intAllocateYUV420(pTemp2, pC->ewc.uiVideoWidth,
1134 err = M4VSS3GPP_intAllocateYUV420(pC->yuv1, pC->ewc.uiVideoWidth,
1148 err = M4VSS3GPP_intAllocateYUV420(pC->yuv2, pC->ewc.uiVideoWidth,
1162 err = M4VSS3GPP_intAllocateYUV420(pC->yuv3, pC->ewc.uiVideoWidth,
1478 pC->ewc.uiVideoWidth,
1572 pTemp2, pC->ewc.uiVideoWidth, pC->ewc.uiVideoHeight);
1606 pC->ewc.uiVideoWidth,
2492 EncParams.FrameWidth = pC->ewc.uiVideoWidth;
3490 pClipCtxt->pPlaneYuvWithEffect[0].u_width = pC->ewc.uiVideoWidth;
[all...]
H A DM4xVSS_API.c358 if( fileProperties.uiVideoWidth == 128
372 else if( fileProperties.uiVideoWidth == 160
381 else if( fileProperties.uiVideoWidth == 176
395 else if( fileProperties.uiVideoWidth == 320
404 else if( fileProperties.uiVideoWidth == 352
418 else if( fileProperties.uiVideoWidth == 640
H A DM4VSS3GPP_AudioMixing.c919 pC->ewc.uiVideoWidth =
920 pC->pInputClipCtxt->pSettings->ClipProperties.uiVideoWidth;
3905 EncParams.FrameWidth = pC->ewc.uiVideoWidth;
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h280 M4OSA_UInt32 uiVideoWidth; /**< Video frame width */ member in struct:__anon225
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp223 if ( (pClipProperties->uiVideoWidth %16)
250 pProperties->uiVideoWidth = pClipProperties->uiVideoWidth;
280 pProperties->uiVideoWidth = width;
H A DVideoEditorClasses.h136 M4OSA_UInt32 uiVideoWidth; member in struct:__anon1136
H A DVideoEditorMain.cpp344 pSettings->ClipProperties.uiVideoWidth = pEnv->GetIntField(object,fid);
345 M4OSA_TRACE1_1("width = %d",pSettings->ClipProperties.uiVideoWidth);
773 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoWidth);
778 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoWidth,
806 ClipProperties.uiVideoWidth);
814 ClipProperties.uiVideoWidth;
833 ClipProperties.uiVideoWidth,
915 ClipProperties.uiVideoWidth;
921 ClipProperties.uiVideoWidth;
H A DVideoEditorClasses.cpp1180 "%*c uiVideoWidth: %u", indentation, ' ',
1181 (unsigned int)pProperties->uiVideoWidth);
1582 pEnv->SetIntField(object, fieldIds.width, pProperties->uiVideoWidth);
2950 "%*c uiVideoWidth: %u", indentation, ' ',
2951 (unsigned int)pProperties->uiVideoWidth);
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h428 M4OSA_UInt32 uiVideoWidth; /**< Output image width */ member in struct:__anon274
752 M4OSA_UInt32 uiVideoWidth; /**< Decoded image width */ member in struct:__anon277
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp1002 pController->mClipList[index]->ClipProperties.uiVideoWidth,
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3735 pC->EncodingWidth = pC->InputFileProperties.uiVideoWidth;
9393 pC->InputFileProperties.uiVideoWidth = 0;
9544 pC->InputFileProperties.uiVideoWidth =

Completed in 136 milliseconds