Home | History | Annotate | Download | only in libcameraservice

Lines Matching defs:mp

868     MediaPlayer* mp = new MediaPlayer();
869 if (mp->setDataSource(file, NULL) == NO_ERROR) {
870 mp->setAudioStreamType(AUDIO_STREAM_ENFORCED_AUDIBLE);
871 mp->prepare();
876 return mp;