Home | History | Annotate | Download | only in jni

Lines Matching refs:getVideoHeight

617     if (0 != mp->getVideoHeight(&h)) {
618 ALOGE("getVideoHeight failed");
621 ALOGV("getVideoHeight: %d", h);
1054 {"getVideoHeight", "()I", (void *)android_media_MediaPlayer_getVideoHeight},