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:__anon225
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp224 || (pClipProperties->uiVideoHeight %16) )
251 pProperties->uiVideoHeight = pClipProperties->uiVideoHeight;
281 pProperties->uiVideoHeight = height;
H A DVideoEditorClasses.h137 M4OSA_UInt32 uiVideoHeight; member in struct:__anon1136
H A DVideoEditorMain.cpp348 pSettings->ClipProperties.uiVideoHeight = pEnv->GetIntField(object,fid);
349 M4OSA_TRACE1_1("height = %d",pSettings->ClipProperties.uiVideoHeight);
769 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoHeight);
777 pContext->pEditSettings->pClipList[iCurrentClipIndex]->ClipProperties.uiVideoHeight,
809 ClipProperties.uiVideoHeight);
816 ClipProperties.uiVideoHeight;
835 ClipProperties.uiVideoHeight,
918 ClipProperties.uiVideoHeight;
924 ClipProperties.uiVideoHeight;
H A DVideoEditorClasses.cpp1183 "%*c uiVideoHeight: %u", indentation, ' ',
1184 (unsigned int)(unsigned int)pProperties->uiVideoHeight);
1585 pEnv->SetIntField(object, fieldIds.height, pProperties->uiVideoHeight);
2954 "%*c uiVideoHeight: %u", indentation, ' ',
2955 (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:__anon274
753 M4OSA_UInt32 uiVideoHeight; /**< Decoded image height */ member in struct:__anon277
/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 223 milliseconds