Home | History | Annotate | Download | only in cts

Lines Matching defs:resid

193         final int resid = R.raw.testmp3_3;
195 InputStream is = mContext.getResources().openRawResource(resid);
251 final int resid = R.raw.testmp3_2;
256 MediaPlayer mp = MediaPlayer.create(mContext, resid);
287 AssetFileDescriptor afd = mResources.openRawResourceFd(resid);
305 final int resid = R.raw.testmp3;
307 MediaPlayer mp = MediaPlayer.create(mContext, resid);
342 final int resid = R.raw.midi8sec;
347 MediaPlayer mp = MediaPlayer.create(mContext, resid);
369 AssetFileDescriptor afd = mResources.openRawResourceFd(resid);
447 final int resid = R.raw.camera_click;
449 MediaPlayer mp = MediaPlayer.create(mContext, resid);
2055 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz;
2058 if (!MediaUtils.hasCodecsForResource(mContext, resid)) {
2063 TestMediaDataSource.fromAssetFd(mResources.openRawResourceFd(resid));
2110 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz;
2111 if (!MediaUtils.hasCodecsForResource(mContext, resid)) {
2117 TestMediaDataSource.fromAssetFd(mResources.openRawResourceFd(resid));
2127 final int resid = R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_192kbps_44100hz;
2128 if (!MediaUtils.hasCodecsForResource(mContext, resid)) {
2134 TestMediaDataSource.fromAssetFd(mResources.openRawResourceFd(resid));