Searched refs:rotationDegree (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h489 M4OSA_UInt32 *rotationDegree);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h192 jfieldID rotationDegree; member in struct:__anon1119
H A DVideoEditorClasses.cpp545 VIDEOEDIT_JAVA_FIELD_INIT("rotationDegree", "I" )
1410 (M4OSA_UInt32)pEnv->GetIntField(object, fieldIds.rotationDegree);
1523 pEnv->SetIntField(object, fieldIds.rotationDegree,
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1529 int32_t rotationDegree; local
1530 if(!meta->findInt32(kKeyRotation, &rotationDegree)) {
1531 rotationDegree = 0;
1533 pVideoStreamHandler->videoRotationDegrees = rotationDegree;
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaVideoItem.java754 clipSettings.rotationDegree = mVideoRotationDegree;
H A DMediaArtistNativeHelper.java1057 public int rotationDegree; field in class:MediaArtistNativeHelper.ClipSettings
2269 lclipSettings.rotationDegree = 0;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c111 M4OSA_UInt32 rotationDegree);
3828 M4OSA_UInt32 rotationDegree) {
3833 if (rotationDegree != 180) {
3872 switch(rotationDegree) {
3887 M4OSA_TRACE1_1("invalid rotation param %d", (int)rotationDegree);
3892 if (rotationDegree != 180) {
3827 M4VSS3GPP_intRotateVideo(M4VIFI_ImagePlane* pPlaneIn, M4OSA_UInt32 rotationDegree) argument
H A DM4xVSS_API.c5818 M4OSA_UInt32 rotationDegree = 0; local
5819 err = M4xVSS_internalStartTranscoding(xVSS_context, &rotationDegree);
5844 ClipProperties.videoRotationDegrees = rotationDegree;
H A DM4xVSS_internal.c80 M4OSA_UInt32 *rotationDegree)
116 *rotationDegree = clipProps.videoRotationDegrees;
79 M4xVSS_internalStartTranscoding(M4OSA_Context pContext, M4OSA_UInt32 *rotationDegree) argument

Completed in 1277 milliseconds