¡@

Home 

2014/10/16 ¤W¤È 08:19:44

android Programming Glossary: mrun

Android ICS and MJPEG using AsyncTask

http://stackoverflow.com/questions/10550139/android-ics-and-mjpeg-using-asynctask

mIn null private boolean showFps false private boolean mRun false private boolean surfaceDone false private Paint overlayPaint.. destRect Canvas c null Paint p new Paint String fps while mRun if surfaceDone try c mSurfaceHolder.lockCanvas synchronized.. getHeight public void startPlayback if mIn null mRun true thread.start public void stopPlayback mRun false boolean..

Android and MJPEG

http://stackoverflow.com/questions/3205191/android-and-mjpeg

mIn null private boolean showFps false private boolean mRun false private boolean surfaceDone false private Paint overlayPaint.. Canvas c null Paint p new Paint String fps while mRun if surfaceDone try c mSurfaceHolder.lockCanvas synchronized.. getHeight public void startPlayback if mIn null mRun true thread.start public void stopPlayback mRun false boolean..

Android, canvas: How do I clear (delete contents of) a canvas (= bitmaps), living in a surfaceView?

http://stackoverflow.com/questions/5729377/android-canvas-how-do-i-clear-delete-contents-of-a-canvas-bitmaps-livin

is the routine that calls doDraw public void run while mRun Canvas c null try c mSurfaceHolder.lockCanvas null synchronized..

Android ICS and MJPEG using AsyncTask

http://stackoverflow.com/questions/10550139/android-ics-and-mjpeg-using-asynctask

8 private MjpegViewThread thread private MjpegInputStream mIn null private boolean showFps false private boolean mRun false private boolean surfaceDone false private Paint overlayPaint private int overlayTextColor private int overlayBackgroundColor.. Bitmap bm int width int height Rect destRect Canvas c null Paint p new Paint String fps while mRun if surfaceDone try c mSurfaceHolder.lockCanvas synchronized mSurfaceHolder try bm mIn.readMjpegFrame destRect.. displayMode MjpegView.SIZE_STANDARD dispWidth getWidth dispHeight getHeight public void startPlayback if mIn null mRun true thread.start public void stopPlayback mRun false boolean retry true while retry try thread.join retry false catch..

Android and MJPEG

http://stackoverflow.com/questions/3205191/android-and-mjpeg

8 private MjpegViewThread thread private MjpegInputStream mIn null private boolean showFps false private boolean mRun false private boolean surfaceDone false private Paint overlayPaint private int overlayTextColor private int overlayBackgroundColor.. Bitmap bm int width int height Rect destRect Canvas c null Paint p new Paint String fps while mRun if surfaceDone try c mSurfaceHolder.lockCanvas synchronized mSurfaceHolder try bm mIn.readMjpegFrame destRect.. displayMode MjpegView.SIZE_STANDARD dispWidth getWidth dispHeight getHeight public void startPlayback if mIn null mRun true thread.start public void stopPlayback mRun false boolean retry true while retry try thread.join retry false catch..

Android, canvas: How do I clear (delete contents of) a canvas (= bitmaps), living in a surfaceView?

http://stackoverflow.com/questions/5729377/android-canvas-how-do-i-clear-delete-contents-of-a-canvas-bitmaps-livin

I think a lot of people would like to hear that answer... This is the routine that calls doDraw public void run while mRun Canvas c null try c mSurfaceHolder.lockCanvas null synchronized mSurfaceHolder if mMode STATE_RUNNING updateGame doDraw..