Searched defs:rotationDegree (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c5818 M4OSA_UInt32 rotationDegree = 0; local
5819 err = M4xVSS_internalStartTranscoding(xVSS_context, &rotationDegree);
5844 ClipProperties.videoRotationDegrees = rotationDegree;
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_internal.c80 M4OSA_UInt32 *rotationDegree)
116 *rotationDegree = clipProps.videoRotationDegrees;
79 M4xVSS_internalStartTranscoding(M4OSA_Context pContext, M4OSA_UInt32 *rotationDegree) argument
/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/jni/mediaeditor/
H A DVideoEditorClasses.h192 jfieldID rotationDegree; member in struct:__anon12
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1057 public int rotationDegree; field in class:MediaArtistNativeHelper.ClipSettings
2269 lclipSettings.rotationDegree = 0;

Completed in 2400 milliseconds