Searched refs:setOrientationHint (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaMuxer.h79 status_t setOrientationHint(int degrees);
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp90 status_t MediaMuxer::setOrientationHint(int degrees) { function in class:android::MediaMuxer
93 ALOGE("setOrientationHint() must be called before start().");
98 ALOGE("setOrientationHint() get invalid degrees");
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java156 public void setOrientationHint(int degrees) { method in class:MediaMuxer
H A DMediaRecorder.java414 public void setOrientationHint(int degrees) { method in class:MediaRecorder
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp145 muxer->setOrientationHint(rotationDegrees);
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp157 status_t err = muxer->setOrientationHint(degrees);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java259 mMediaRecorder.setOrientationHint(mOrientationHint);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp498 muxer->setOrientationHint(90);

Completed in 149 milliseconds