Lines Matching refs:ext1
666 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
668 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
687 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
716 // ext1: Media framework error code.
718 ALOGE("error (%d, %d)", ext1, ext2);
724 mPrepareStatus = ext1;
730 // ext1: Media framework error code.
732 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) {
733 ALOGW("info/warning (%d, %d)", ext1, ext2);
749 ALOGV("buffering %d", ext1);
752 ALOGV("New video size %d x %d", ext1, ext2);
753 mVideoWidth = ext1;
763 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
774 listener->notify(msg, ext1, ext2, obj);