Searched refs:setVideoScalingMode (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DMediaCodec.java622 MediaFormat#KEY_ROTATION rotation} and {@linkplain #setVideoScalingMode video scaling
1407 <td class=fn>{@link #setVideoScalingMode setVideoScalingMode}</td>
3178 public native final void setVideoScalingMode(@VideoScalingMode int mode); method in class:MediaCodec
H A DMediaPlayer.java454 * <tr><td>setVideoScalingMode </p></td>
830 public void setVideoScalingMode(int mode) { method in class:MediaPlayer
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp637 void JMediaCodec::setVideoScalingMode(int mode) { function in class:android::JMediaCodec
1733 codec->setVideoScalingMode(mode);
2011 { "setVideoScalingMode", "(I)V",
H A Dandroid_media_MediaCodec.h124 void setVideoScalingMode(int mode);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1102 setVideoScalingMode(mVideoScalingMode);
2028 status_t NuPlayer::setVideoScalingMode(int32_t mode) { function in class:android::NuPlayer
2267 // XXX - ignore error from setVideoScalingMode for now
2268 setVideoScalingMode(mVideoScalingMode);
H A DNuPlayer.h82 status_t setVideoScalingMode(int32_t mode);
H A DNuPlayerDriver.cpp688 return mPlayer->setVideoScalingMode(mode);

Completed in 230 milliseconds