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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Edit.c189 pC->ewc.uiVideoHeight = 0;
333 pClipSettings->ClipProperties.uiVideoHeight = 0;
891 pC->ewc.uiVideoHeight = 96;
895 pC->ewc.uiVideoHeight = 120;
899 pC->ewc.uiVideoHeight = 144;
903 pC->ewc.uiVideoHeight = 240;
907 pC->ewc.uiVideoHeight = 288;
911 pC->ewc.uiVideoHeight = 480;
916 pC->ewc.uiVideoHeight = 480;
920 pC->ewc.uiVideoHeight
[all...]
H A DM4VSS3GPP_ClipAnalysis.c373 pClipProperties->uiVideoHeight = 0;
392 pClipProperties->uiVideoHeight = pClipCtxt->pVideoStream->m_videoHeight;
H A DM4VSS3GPP_EditVideo.c1113 pC->ewc.uiVideoHeight);
1124 pC->ewc.uiVideoHeight);
1135 pC->ewc.uiVideoHeight);
1149 pC->ewc.uiVideoHeight);
1163 pC->ewc.uiVideoHeight);
1479 pC->ewc.uiVideoHeight);
1572 pTemp2, pC->ewc.uiVideoWidth, pC->ewc.uiVideoHeight);
1607 pC->ewc.uiVideoHeight);
2493 EncParams.FrameHeight = pC->ewc.uiVideoHeight;
3489 pClipCtxt->pPlaneYuvWithEffect[0].u_height = pC->ewc.uiVideoHeight;
[all...]
H A DM4xVSS_API.c359 && fileProperties.uiVideoHeight == 96 )
373 && fileProperties.uiVideoHeight == 120 )
382 && fileProperties.uiVideoHeight == 144 )
396 && fileProperties.uiVideoHeight == 240 )
405 && fileProperties.uiVideoHeight == 288 )
419 && fileProperties.uiVideoHeight == 480 )
H A DM4VSS3GPP_AudioMixing.c921 pC->ewc.uiVideoHeight =
922 pC->pInputClipCtxt->pSettings->ClipProperties.uiVideoHeight;
3906 EncParams.FrameHeight = pC->ewc.uiVideoHeight;
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h281 M4OSA_UInt32 uiVideoHeight; /**< Video frame height */ member in struct:__anon212
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp222 || (pClipProperties->uiVideoHeight %16) )
249 pProperties->uiVideoHeight = pClipProperties->uiVideoHeight;
279 pProperties->uiVideoHeight = height;
H A DVideoEditorClasses.h137 M4OSA_UInt32 uiVideoHeight; member in struct:__anon10
H A DVideoEditorMain.cpp346 pSettings->ClipProperties.uiVideoHeight = pEnv->GetIntField(object,fid);
347 M4OSA_TRACE1_1("height = %d",pSettings->ClipProperties.uiVideoHeight);
788 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoHeight);
796 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoHeight,
828 ClipProperties.uiVideoHeight);
835 ClipProperties.uiVideoHeight;
854 ClipProperties.uiVideoHeight,
937 ClipProperties.uiVideoHeight;
943 ClipProperties.uiVideoHeight;
H A DVideoEditorClasses.cpp1182 "%*c uiVideoHeight: %u", indentation, ' ',
1183 (unsigned int)(unsigned int)pProperties->uiVideoHeight);
1584 pEnv->SetIntField(object, fieldIds.height, pProperties->uiVideoHeight);
2953 "%*c uiVideoHeight: %u", indentation, ' ',
2954 (unsigned int)(unsigned int)pProperties->uiVideoHeight);
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h429 M4OSA_UInt32 uiVideoHeight; /**< Output image height */ member in struct:__anon261
753 M4OSA_UInt32 uiVideoHeight; /**< Decoded image height */ member in struct:__anon264
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp1003 pController->mClipList[index]->ClipProperties.uiVideoHeight);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3737 pC->EncodingHeight = pC->InputFileProperties.uiVideoHeight;
9394 pC->InputFileProperties.uiVideoHeight = 0;
9542 pC->InputFileProperties.uiVideoHeight =

Completed in 120 milliseconds