Home | History | Annotate | Download | only in libmedia

Lines Matching refs:ext1

647 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
649 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
668 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
697 // ext1: Media framework error code.
699 ALOGE("error (%d, %d)", ext1, ext2);
705 mPrepareStatus = ext1;
711 // ext1: Media framework error code.
713 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) {
714 ALOGW("info/warning (%d, %d)", ext1, ext2);
730 ALOGV("buffering %d", ext1);
733 ALOGV("New video size %d x %d", ext1, ext2);
734 mVideoWidth = ext1;
741 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
752 listener->notify(msg, ext1, ext2, obj);