Home | History | Annotate | Download | only in jni

Lines Matching refs:getVideoWidth

416     if (0 != mp->getVideoWidth(&w)) {
417 ALOGE("getVideoWidth failed");
420 ALOGV("getVideoWidth: %d", w);
863 {"getVideoWidth", "()I", (void *)android_media_MediaPlayer_getVideoWidth},