saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
3k stars 1.21k forks source link

UI thred will block when starting record at usbCamera8 #421

Open chaolongYin opened 5 years ago

chaolongYin commented 5 years ago

i sure that 1、UVCPrevie::do_preview update data all the time 2、UVCCameraTextureView->onDrawFrame()->mEglSurface.swap(); will blocking ,let UI thread bloking

Line 8935: 01-02 16:28:41.372 20949 21007 D MediaEncoder: drain: default data Line 8936: 01-02 16:28:41.372 20949 21007 I MediaEncoder: mVideoWrapperMode: VIDEO_CACHE Line 8937: 01-02 16:28:41.372 20949 21007 E MediaVideoEncoder: videoCashPush: queue if full remove Line 8938: 01-02 16:28:41.372 20949 21007 E MediaVideoEncoder: ImageCash: muxer buffer position = java.nio.DirectByteBuffer[position=462848,limit=462848,capacity=462848] Line 8939: 01-02 16:28:41.372 20949 21007 E MediaVideoEncoder: ImageCash: input buffer position = java.nio.DirectByteBuffer[position=0,limit=462848,capacity=462848] Line 8940: 01-02 16:28:41.372 20949 21007 E MediaVideoEncoder: ImageCash: input bufferinfo flags = 0 time = 31370591059 size = 9229 offset = 0 Line 8941: 01-02 16:28:41.372 20949 21007 E MediaVideoEncoder: videoCashPush: add end address = 1100244304 Line 8942: 01-02 16:28:41.372 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8943: 01-02 16:28:41.372 20949 21004 E LibFrame: return success Line 8944: 01-02 16:28:41.382 20949 20973 E UVCCameraTextureView: onFrameAvailable: Line 8945: 01-02 16:28:41.382 20949 20973 E UVCCameraTextureView: onDrawFrame: start Line 8946: 01-02 16:28:41.382 20949 21006 E chaolong: onFrame: callback11 Line 8947: 01-02 16:28:41.382 20949 20973 E MediaVideoEncoder: frameAvailableSoon: start Line 8948: 01-02 16:28:41.382 20949 20973 V MediaEncoder: frameAvailableSoon Line 8949: 01-02 16:28:41.382 20949 20973 E MediaEncoder: frameAvailableSoon: mSync Line 8950: 01-02 16:28:41.382 20949 20973 E MediaVideoEncoder: frameAvailableSoon: ok Line 8951: 01-02 16:28:41.382 20949 20973 E UVCCameraTextureView: onDrawFrame: mDrawer.draw start Line 8952: 01-02 16:28:41.382 20949 20973 E UVCCameraTextureView: onDrawFrame: mEglSurface.swap start Line 8953: 01-02 16:28:41.382 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 8954: 01-02 16:28:41.382 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8955: 01-02 16:28:41.382 20949 20973 E UVCCameraTextureView: onDrawFrame: end Line 8956: 01-02 16:28:41.392 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 8957: 01-02 16:28:41.392 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 8958: 01-02 16:28:41.392 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8959: 01-02 16:28:41.402 20949 21007 E MediaEncoder: drain: chaolong else Line 8960: 01-02 16:28:41.402 20949 21007 D MediaEncoder: drain: default data Line 8961: 01-02 16:28:41.402 20949 21007 I MediaEncoder: mVideoWrapperMode: VIDEO_CACHE Line 8962: 01-02 16:28:41.402 20949 21007 E MediaVideoEncoder: videoCashPush: queue if full remove Line 8963: 01-02 16:28:41.402 20949 21007 E MediaVideoEncoder: ImageCash: muxer buffer position = java.nio.DirectByteBuffer[position=462848,limit=462848,capacity=462848] Line 8964: 01-02 16:28:41.402 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 8965: 01-02 16:28:41.402 20949 21007 E MediaVideoEncoder: ImageCash: input buffer position = java.nio.DirectByteBuffer[position=0,limit=462848,capacity=462848] Line 8966: 01-02 16:28:41.402 20949 21007 E MediaVideoEncoder: ImageCash: input bufferinfo flags = 0 time = 31370621583 size = 8320 offset = 0 Line 8967: 01-02 16:28:41.402 20949 21007 E MediaVideoEncoder: videoCashPush: add end address = 1100536896 Line 8968: 01-02 16:28:41.402 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8970: 01-02 16:28:41.412 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 8971: 01-02 16:28:41.412 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8972: 01-02 16:28:41.412 20949 21004 E LibFrame: return success Line 8973: 01-02 16:28:41.412 20949 20973 E UVCCameraTextureView: onFrameAvailable: Line 8974: 01-02 16:28:41.422 20949 20973 E UVCCameraTextureView: onDrawFrame: start Line 8975: 01-02 16:28:41.422 20949 20973 E MediaVideoEncoder: frameAvailableSoon: start Line 8976: 01-02 16:28:41.422 20949 20973 V MediaEncoder: frameAvailableSoon Line 8977: 01-02 16:28:41.422 20949 20973 E MediaEncoder: frameAvailableSoon: mSync Line 8978: 01-02 16:28:41.422 20949 20973 E MediaVideoEncoder: frameAvailableSoon: ok Line 8979: 01-02 16:28:41.422 20949 20973 E UVCCameraTextureView: onDrawFrame: mDrawer.draw start Line 8980: 01-02 16:28:41.422 20949 20973 E UVCCameraTextureView: onDrawFrame: mEglSurface.swap start Line 8981: 01-02 16:28:41.422 20949 21006 E chaolong: onFrame: callback11 Line 8982: 01-02 16:28:41.422 20949 20973 E UVCCameraTextureView: onDrawFrame: end Line 8983: 01-02 16:28:41.422 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 8984: 01-02 16:28:41.422 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 8985: 01-02 16:28:41.422 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8986: 01-02 16:28:41.432 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 8987: 01-02 16:28:41.432 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 8988: 01-02 16:28:41.432 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8989: 01-02 16:28:41.432 20949 21007 E MediaEncoder: drain: chaolong else Line 8990: 01-02 16:28:41.432 20949 21007 D MediaEncoder: drain: default data Line 8991: 01-02 16:28:41.432 20949 21007 I MediaEncoder: mVideoWrapperMode: VIDEO_CACHE Line 8992: 01-02 16:28:41.432 20949 21007 E MediaVideoEncoder: videoCashPush: queue if full remove Line 8993: 01-02 16:28:41.442 20949 21007 E MediaVideoEncoder: ImageCash: muxer buffer position = java.nio.DirectByteBuffer[position=462848,limit=462848,capacity=462848] Line 8994: 01-02 16:28:41.442 20949 21007 E MediaVideoEncoder: ImageCash: input buffer position = java.nio.DirectByteBuffer[position=0,limit=462848,capacity=462848] Line 8995: 01-02 16:28:41.442 20949 21007 E MediaVideoEncoder: ImageCash: input bufferinfo flags = 0 time = 31370658565 size = 9525 offset = 0 Line 8996: 01-02 16:28:41.442 20949 21007 E MediaVideoEncoder: videoCashPush: add end address = 1100604752 Line 8997: 01-02 16:28:41.442 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 8998: 01-02 16:28:41.452 20949 21004 E LibFrame: return success Line 8999: 01-02 16:28:41.452 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9000: 01-02 16:28:41.452 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9001: 01-02 16:28:41.452 20949 20973 E UVCCameraTextureView: onFrameAvailable: Line 9002: 01-02 16:28:41.452 20949 20973 E UVCCameraTextureView: onDrawFrame: start Line 9003: 01-02 16:28:41.452 20949 21006 E chaolong: onFrame: callback11 Line 9004: 01-02 16:28:41.452 20949 20973 E MediaVideoEncoder: frameAvailableSoon: start Line 9005: 01-02 16:28:41.452 20949 20973 V MediaEncoder: frameAvailableSoon Line 9006: 01-02 16:28:41.452 20949 20973 E MediaEncoder: frameAvailableSoon: mSync Line 9007: 01-02 16:28:41.452 20949 20973 E MediaVideoEncoder: frameAvailableSoon: ok Line 9008: 01-02 16:28:41.452 20949 20973 E UVCCameraTextureView: onDrawFrame: mDrawer.draw start Line 9009: 01-02 16:28:41.452 20949 20973 E UVCCameraTextureView: onDrawFrame: mEglSurface.swap start Line 9010: 01-02 16:28:41.452 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9011: 01-02 16:28:41.462 20949 20973 E UVCCameraTextureView: onDrawFrame: end Line 9012: 01-02 16:28:41.462 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9013: 01-02 16:28:41.462 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9014: 01-02 16:28:41.462 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9015: 01-02 16:28:41.472 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9016: 01-02 16:28:41.472 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9017: 01-02 16:28:41.472 20949 21004 E LibFrame: return success Line 9018: 01-02 16:28:41.482 20949 21007 E MediaEncoder: drain: chaolong else Line 9019: 01-02 16:28:41.482 20949 21007 D MediaEncoder: drain: default data Line 9020: 01-02 16:28:41.482 20949 21007 I MediaEncoder: mVideoWrapperMode: VIDEO_CACHE Line 9021: 01-02 16:28:41.482 20949 21007 E MediaVideoEncoder: videoCashPush: queue if full remove Line 9022: 01-02 16:28:41.482 20949 21007 E MediaVideoEncoder: ImageCash: muxer buffer position = java.nio.DirectByteBuffer[position=462848,limit=462848,capacity=462848] Line 9023: 01-02 16:28:41.492 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9024: 01-02 16:28:41.502 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9025: 01-02 16:28:41.502 20949 21007 D dalvikvm: GC_FOR_ALLOC freed 7294K, 8% free 93091K/100944K, paused 25ms, total 25ms Line 9026: 01-02 16:28:41.502 20949 21007 E MediaVideoEncoder: ImageCash: input buffer position = java.nio.DirectByteBuffer[position=0,limit=462848,capacity=462848] Line 9027: 01-02 16:28:41.502 20949 21007 E MediaVideoEncoder: ImageCash: input bufferinfo flags = 0 time = 31370703499 size = 9598 offset = 0 Line 9028: 01-02 16:28:41.512 20949 21007 E MediaVideoEncoder: videoCashPush: add end address = 1100138184 Line 9029: 01-02 16:28:41.512 20949 21006 E chaolong: onFrame: callback11 Line 9030: 01-02 16:28:41.512 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9031: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onFrameAvailable: Line 9032: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onDrawFrame: start Line 9033: 01-02 16:28:41.512 20949 20973 E MediaVideoEncoder: frameAvailableSoon: start Line 9034: 01-02 16:28:41.512 20949 20973 V MediaEncoder: frameAvailableSoon Line 9035: 01-02 16:28:41.512 20949 20973 E MediaEncoder: frameAvailableSoon: mSync Line 9036: 01-02 16:28:41.512 20949 20973 E MediaVideoEncoder: frameAvailableSoon: ok Line 9037: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onDrawFrame: mDrawer.draw start Line 9038: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onDrawFrame: mEglSurface.swap start Line 9039: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onDrawFrame: end Line 9040: 01-02 16:28:41.512 20949 21004 E LibFrame: return success Line 9041: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onFrameAvailable: Line 9042: 01-02 16:28:41.512 20949 20973 E UVCCameraTextureView: onDrawFrame: start Line 9043: 01-02 16:28:41.522 20949 21006 E chaolong: onFrame: callback11 Line 9044: 01-02 16:28:41.522 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9045: 01-02 16:28:41.522 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9046: 01-02 16:28:41.522 20949 20973 E MediaVideoEncoder: frameAvailableSoon: start Line 9047: 01-02 16:28:41.522 20949 20973 V MediaEncoder: frameAvailableSoon Line 9048: 01-02 16:28:41.522 20949 20973 E MediaEncoder: frameAvailableSoon: mSync Line 9049: 01-02 16:28:41.522 20949 20973 E MediaVideoEncoder: frameAvailableSoon: ok Line 9050: 01-02 16:28:41.522 20949 20973 E UVCCameraTextureView: onDrawFrame: mDrawer.draw start Line 9051: 01-02 16:28:41.522 20949 20973 E UVCCameraTextureView: onDrawFrame: mEglSurface.swap start Line 9052: 01-02 16:28:41.522 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9053: 01-02 16:28:41.522 20949 21007 E MediaEncoder: drain: chaolong else Line 9054: 01-02 16:28:41.522 20949 21007 D MediaEncoder: drain: default data Line 9055: 01-02 16:28:41.522 20949 21007 I MediaEncoder: mVideoWrapperMode: VIDEO_CACHE Line 9056: 01-02 16:28:41.522 20949 21007 E MediaVideoEncoder: videoCashPush: queue if full remove Line 9057: 01-02 16:28:41.522 20949 21007 E MediaVideoEncoder: ImageCash: muxer buffer position = java.nio.DirectByteBuffer[position=462848,limit=462848,capacity=462848] Line 9058: 01-02 16:28:41.532 20949 21007 E MediaVideoEncoder: ImageCash: input buffer position = java.nio.DirectByteBuffer[position=0,limit=462848,capacity=462848] Line 9059: 01-02 16:28:41.532 20949 21007 E MediaVideoEncoder: ImageCash: input bufferinfo flags = 0 time = 31370749351 size = 13375 offset = 0 Line 9060: 01-02 16:28:41.532 20949 21007 E MediaVideoEncoder: videoCashPush: add end address = 1100583248 Line 9061: 01-02 16:28:41.532 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9062: 01-02 16:28:41.532 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9063: 01-02 16:28:41.542 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9064: 01-02 16:28:41.542 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9065: 01-02 16:28:41.542 20949 21004 E LibFrame: return success Line 9066: 01-02 16:28:41.552 20949 21006 E chaolong: onFrame: callback11 Line 9067: 01-02 16:28:41.552 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9068: 01-02 16:28:41.552 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9069: 01-02 16:28:41.552 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9070: 01-02 16:28:41.562 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9071: 01-02 16:28:41.562 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9072: 01-02 16:28:41.562 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9073: 01-02 16:28:41.572 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9074: 01-02 16:28:41.572 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9075: 01-02 16:28:41.572 20949 21004 E LibFrame: return success Line 9076: 01-02 16:28:41.582 20949 21006 E chaolong: onFrame: callback11 Line 9077: 01-02 16:28:41.582 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9078: 01-02 16:28:41.582 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9079: 01-02 16:28:41.582 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9080: 01-02 16:28:41.592 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 268 Line 9081: 01-02 16:28:41.592 20949 21007 E MediaEncoder: run: drain() Line 9082: 01-02 16:28:41.592 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9083: 01-02 16:28:41.592 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9084: 01-02 16:28:41.602 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9085: 01-02 16:28:41.602 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9086: 01-02 16:28:41.612 20949 21004 E LibFrame: return success Line 9087: 01-02 16:28:41.612 20949 21006 E chaolong: onFrame: callback11 Line 9088: 01-02 16:28:41.622 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9089: 01-02 16:28:41.622 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9090: 01-02 16:28:41.622 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9091: 01-02 16:28:41.632 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9092: 01-02 16:28:41.632 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9093: 01-02 16:28:41.632 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9094: 01-02 16:28:41.642 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9095: 01-02 16:28:41.642 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9096: 01-02 16:28:41.642 20949 21004 E LibFrame: return success Line 9097: 01-02 16:28:41.652 20949 21006 E chaolong: onFrame: callback11 Line 9098: 01-02 16:28:41.652 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9099: 01-02 16:28:41.652 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9100: 01-02 16:28:41.652 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9101: 01-02 16:28:41.662 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9102: 01-02 16:28:41.662 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 267 Line 9103: 01-02 16:28:41.662 20949 21007 E MediaEncoder: run: drain() Line 9104: 01-02 16:28:41.662 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9105: 01-02 16:28:41.672 20949 21004 E LibFrame: return success Line 9106: 01-02 16:28:41.682 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9107: 01-02 16:28:41.682 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9108: 01-02 16:28:41.682 20949 21006 E chaolong: onFrame: callback11 Line 9109: 01-02 16:28:41.692 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9110: 01-02 16:28:41.692 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9111: 01-02 16:28:41.692 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9112: 01-02 16:28:41.692 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9113: 01-02 16:28:41.702 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9114: 01-02 16:28:41.702 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9115: 01-02 16:28:41.712 20949 21004 E LibFrame: return success Line 9116: 01-02 16:28:41.712 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9117: 01-02 16:28:41.712 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9118: 01-02 16:28:41.712 20949 21006 E chaolong: onFrame: callback11 Line 9119: 01-02 16:28:41.722 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9120: 01-02 16:28:41.722 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9121: 01-02 16:28:41.722 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9122: 01-02 16:28:41.732 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9123: 01-02 16:28:41.732 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 266 Line 9124: 01-02 16:28:41.732 20949 21007 E MediaEncoder: run: drain() Line 9125: 01-02 16:28:41.732 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9126: 01-02 16:28:41.742 20949 21004 E LibFrame: return success Line 9127: 01-02 16:28:41.742 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9128: 01-02 16:28:41.752 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9129: 01-02 16:28:41.752 20949 21006 E chaolong: onFrame: callback11 Line 9130: 01-02 16:28:41.752 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9131: 01-02 16:28:41.762 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9132: 01-02 16:28:41.762 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9133: 01-02 16:28:41.762 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9134: 01-02 16:28:41.772 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9135: 01-02 16:28:41.772 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9136: 01-02 16:28:41.772 20949 21004 E LibFrame: return success Line 9137: 01-02 16:28:41.782 20949 21006 E chaolong: onFrame: callback11 Line 9138: 01-02 16:28:41.782 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9139: 01-02 16:28:41.782 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9140: 01-02 16:28:41.792 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9141: 01-02 16:28:41.792 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9142: 01-02 16:28:41.792 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9143: 01-02 16:28:41.792 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9144: 01-02 16:28:41.802 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 265 Line 9145: 01-02 16:28:41.802 20949 21007 E MediaEncoder: run: drain() Line 9146: 01-02 16:28:41.802 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9147: 01-02 16:28:41.812 20949 21004 E LibFrame: return success Line 9148: 01-02 16:28:41.812 20949 21006 E chaolong: onFrame: callback11 Line 9149: 01-02 16:28:41.812 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9150: 01-02 16:28:41.812 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9151: 01-02 16:28:41.822 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9152: 01-02 16:28:41.822 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9153: 01-02 16:28:41.822 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9154: 01-02 16:28:41.832 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9155: 01-02 16:28:41.832 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9156: 01-02 16:28:41.842 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9157: 01-02 16:28:41.852 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9158: 01-02 16:28:41.852 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9159: 01-02 16:28:41.852 20949 21004 E LibFrame: return success Line 9160: 01-02 16:28:41.852 20949 21006 E chaolong: onFrame: callback11 Line 9161: 01-02 16:28:41.852 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9162: 01-02 16:28:41.862 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9163: 01-02 16:28:41.862 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9164: 01-02 16:28:41.862 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9165: 01-02 16:28:41.872 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 264 Line 9166: 01-02 16:28:41.872 20949 21007 E MediaEncoder: run: drain() Line 9167: 01-02 16:28:41.872 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9168: 01-02 16:28:41.882 20949 21004 E LibFrame: return success Line 9169: 01-02 16:28:41.882 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9170: 01-02 16:28:41.882 20949 21006 E chaolong: onFrame: callback11 Line 9171: 01-02 16:28:41.882 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9172: 01-02 16:28:41.892 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9173: 01-02 16:28:41.902 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9174: 01-02 16:28:41.902 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9175: 01-02 16:28:41.902 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9176: 01-02 16:28:41.912 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9177: 01-02 16:28:41.912 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9178: 01-02 16:28:41.912 20949 21004 E LibFrame: return success Line 9181: 01-02 16:28:41.922 20949 21006 E chaolong: onFrame: callback11 Line 9182: 01-02 16:28:41.922 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9183: 01-02 16:28:41.922 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9209: 01-02 16:28:41.922 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9210: 01-02 16:28:41.932 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9211: 01-02 16:28:41.932 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9212: 01-02 16:28:41.932 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9213: 01-02 16:28:41.942 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 263 Line 9214: 01-02 16:28:41.942 20949 21007 E MediaEncoder: run: drain() Line 9215: 01-02 16:28:41.942 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9216: 01-02 16:28:41.952 20949 21004 E LibFrame: return success Line 9217: 01-02 16:28:41.952 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9218: 01-02 16:28:41.952 20949 21006 E chaolong: onFrame: callback11 Line 9219: 01-02 16:28:41.952 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9220: 01-02 16:28:41.952 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9221: 01-02 16:28:41.962 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9222: 01-02 16:28:41.962 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9223: 01-02 16:28:41.962 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9224: 01-02 16:28:41.972 20949 21004 E LibFrame: return success Line 9225: 01-02 16:28:41.982 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9226: 01-02 16:28:41.982 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9227: 01-02 16:28:41.982 20949 21006 E chaolong: onFrame: callback11 Line 9228: 01-02 16:28:41.982 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9229: 01-02 16:28:41.992 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9230: 01-02 16:28:41.992 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9231: 01-02 16:28:42.002 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9234: 01-02 16:28:42.002 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9235: 01-02 16:28:42.002 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9236: 01-02 16:28:42.012 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 262 Line 9237: 01-02 16:28:42.012 20949 21007 E MediaEncoder: run: drain() Line 9238: 01-02 16:28:42.012 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9239: 01-02 16:28:42.012 20949 21004 E LibFrame: return success Line 9240: 01-02 16:28:42.022 20949 21006 E chaolong: onFrame: callback11 Line 9241: 01-02 16:28:42.022 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9242: 01-02 16:28:42.032 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9243: 01-02 16:28:42.032 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9244: 01-02 16:28:42.032 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9245: 01-02 16:28:42.042 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9246: 01-02 16:28:42.042 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9247: 01-02 16:28:42.052 20949 21004 E LibFrame: return success Line 9248: 01-02 16:28:42.052 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9249: 01-02 16:28:42.052 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9250: 01-02 16:28:42.052 20949 21006 E chaolong: onFrame: callback11 Line 9251: 01-02 16:28:42.052 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9252: 01-02 16:28:42.062 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9253: 01-02 16:28:42.062 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9254: 01-02 16:28:42.062 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9255: 01-02 16:28:42.072 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9256: 01-02 16:28:42.072 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9257: 01-02 16:28:42.082 20949 21004 E LibFrame: return success Line 9258: 01-02 16:28:42.082 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 261 Line 9259: 01-02 16:28:42.082 20949 21007 E MediaEncoder: run: drain() Line 9260: 01-02 16:28:42.082 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9261: 01-02 16:28:42.082 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9262: 01-02 16:28:42.092 20949 21006 E chaolong: onFrame: callback11 Line 9263: 01-02 16:28:42.092 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9264: 01-02 16:28:42.092 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9265: 01-02 16:28:42.092 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9266: 01-02 16:28:42.102 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9267: 01-02 16:28:42.102 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9268: 01-02 16:28:42.112 20949 21004 E LibFrame: return success Line 9269: 01-02 16:28:42.112 20949 21006 E chaolong: onFrame: callback11 Line 9270: 01-02 16:28:42.122 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9271: 01-02 16:28:42.122 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9272: 01-02 16:28:42.122 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9273: 01-02 16:28:42.132 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9274: 01-02 16:28:42.132 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9275: 01-02 16:28:42.132 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9276: 01-02 16:28:42.142 20949 21004 E LibFrame: return success Line 9277: 01-02 16:28:42.142 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9278: 01-02 16:28:42.142 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9279: 01-02 16:28:42.142 20949 21006 E chaolong: onFrame: callback11 Line 9280: 01-02 16:28:42.152 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 260 Line 9281: 01-02 16:28:42.152 20949 21007 E MediaEncoder: run: drain() Line 9282: 01-02 16:28:42.152 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9283: 01-02 16:28:42.152 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9284: 01-02 16:28:42.162 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9285: 01-02 16:28:42.162 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9286: 01-02 16:28:42.162 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9287: 01-02 16:28:42.172 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9288: 01-02 16:28:42.172 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9289: 01-02 16:28:42.182 20949 21004 E LibFrame: return success Line 9290: 01-02 16:28:42.182 20949 21006 E chaolong: onFrame: callback11 Line 9291: 01-02 16:28:42.182 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9292: 01-02 16:28:42.182 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9293: 01-02 16:28:42.192 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9294: 01-02 16:28:42.202 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9295: 01-02 16:28:42.202 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9296: 01-02 16:28:42.202 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9297: 01-02 16:28:42.212 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9298: 01-02 16:28:42.212 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9299: 01-02 16:28:42.212 20949 21004 E LibFrame: return success Line 9300: 01-02 16:28:42.222 20949 21006 E chaolong: onFrame: callback11 Line 9301: 01-02 16:28:42.222 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9302: 01-02 16:28:42.222 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 259 Line 9303: 01-02 16:28:42.222 20949 21007 E MediaEncoder: run: drain() Line 9304: 01-02 16:28:42.222 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9305: 01-02 16:28:42.232 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9306: 01-02 16:28:42.232 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9307: 01-02 16:28:42.232 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9308: 01-02 16:28:42.242 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9309: 01-02 16:28:42.242 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9310: 01-02 16:28:42.242 20949 21004 E LibFrame: return success Line 9311: 01-02 16:28:42.252 20949 21006 E chaolong: onFrame: callback11 Line 9312: 01-02 16:28:42.252 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9313: 01-02 16:28:42.252 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9314: 01-02 16:28:42.252 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9315: 01-02 16:28:42.262 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9316: 01-02 16:28:42.262 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9317: 01-02 16:28:42.262 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9318: 01-02 16:28:42.272 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9319: 01-02 16:28:42.272 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9320: 01-02 16:28:42.282 20949 21004 E LibFrame: return success Line 9321: 01-02 16:28:42.282 20949 21006 E chaolong: onFrame: callback11 Line 9322: 01-02 16:28:42.292 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9323: 01-02 16:28:42.292 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 258 Line 9324: 01-02 16:28:42.292 20949 21007 E MediaEncoder: run: drain() Line 9325: 01-02 16:28:42.292 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9326: 01-02 16:28:42.302 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9327: 01-02 16:28:42.302 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9328: 01-02 16:28:42.302 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9329: 01-02 16:28:42.312 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9330: 01-02 16:28:42.312 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9331: 01-02 16:28:42.312 20949 21004 E LibFrame: return success Line 9332: 01-02 16:28:42.322 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9333: 01-02 16:28:42.322 20949 21006 E chaolong: onFrame: callback11 Line 9334: 01-02 16:28:42.322 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9335: 01-02 16:28:42.322 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9336: 01-02 16:28:42.332 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9337: 01-02 16:28:42.332 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9338: 01-02 16:28:42.332 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9345: 01-02 16:28:42.342 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9346: 01-02 16:28:42.342 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9347: 01-02 16:28:42.342 20949 21004 E LibFrame: return success Line 9348: 01-02 16:28:42.352 20949 21006 E chaolong: onFrame: callback11 Line 9349: 01-02 16:28:42.352 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9350: 01-02 16:28:42.362 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 257 Line 9351: 01-02 16:28:42.362 20949 21007 E MediaEncoder: run: drain() Line 9352: 01-02 16:28:42.362 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9353: 01-02 16:28:42.362 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9354: 01-02 16:28:42.372 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9355: 01-02 16:28:42.372 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9356: 01-02 16:28:42.382 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9357: 01-02 16:28:42.382 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9358: 01-02 16:28:42.382 20949 21004 E LibFrame: return success Line 9359: 01-02 16:28:42.382 20949 21006 E chaolong: onFrame: callback11 Line 9360: 01-02 16:28:42.392 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9361: 01-02 16:28:42.392 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9362: 01-02 16:28:42.392 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9363: 01-02 16:28:42.402 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9364: 01-02 16:28:42.402 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9365: 01-02 16:28:42.402 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9366: 01-02 16:28:42.412 20949 21004 E LibFrame: return success Line 9367: 01-02 16:28:42.412 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9368: 01-02 16:28:42.412 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9369: 01-02 16:28:42.422 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9370: 01-02 16:28:42.422 20949 21006 E chaolong: onFrame: callback11 Line 9371: 01-02 16:28:42.432 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 256 Line 9372: 01-02 16:28:42.432 20949 21007 E MediaEncoder: run: drain() Line 9373: 01-02 16:28:42.432 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9374: 01-02 16:28:42.432 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9375: 01-02 16:28:42.442 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9376: 01-02 16:28:42.442 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9377: 01-02 16:28:42.442 20949 21004 E LibFrame: return success Line 9378: 01-02 16:28:42.452 20949 21006 E chaolong: onFrame: callback11 Line 9379: 01-02 16:28:42.452 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9380: 01-02 16:28:42.452 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9381: 01-02 16:28:42.452 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9382: 01-02 16:28:42.462 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9383: 01-02 16:28:42.462 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9384: 01-02 16:28:42.462 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9385: 01-02 16:28:42.472 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9386: 01-02 16:28:42.472 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9387: 01-02 16:28:42.482 20949 21004 E LibFrame: return success Line 9388: 01-02 16:28:42.482 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9389: 01-02 16:28:42.482 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9390: 01-02 16:28:42.482 20949 21006 E chaolong: onFrame: callback11 Line 9391: 01-02 16:28:42.492 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9392: 01-02 16:28:42.492 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 255 Line 9393: 01-02 16:28:42.492 20949 21007 E MediaEncoder: run: drain() Line 9394: 01-02 16:28:42.492 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9395: 01-02 16:28:42.502 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9396: 01-02 16:28:42.512 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9397: 01-02 16:28:42.512 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9398: 01-02 16:28:42.512 20949 21004 E LibFrame: return success Line 9399: 01-02 16:28:42.522 20949 21006 E chaolong: onFrame: callback11 Line 9400: 01-02 16:28:42.522 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9401: 01-02 16:28:42.522 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9402: 01-02 16:28:42.522 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9403: 01-02 16:28:42.532 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9404: 01-02 16:28:42.532 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9405: 01-02 16:28:42.532 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9406: 01-02 16:28:42.542 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9407: 01-02 16:28:42.542 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9408: 01-02 16:28:42.542 20949 21004 E LibFrame: return success Line 9409: 01-02 16:28:42.552 20949 21006 E chaolong: onFrame: callback11 Line 9410: 01-02 16:28:42.552 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9411: 01-02 16:28:42.552 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9412: 01-02 16:28:42.552 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9413: 01-02 16:28:42.562 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 254 Line 9414: 01-02 16:28:42.562 20949 21007 E MediaEncoder: run: drain() Line 9415: 01-02 16:28:42.562 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9416: 01-02 16:28:42.562 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9417: 01-02 16:28:42.572 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9418: 01-02 16:28:42.572 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9419: 01-02 16:28:42.582 20949 21004 E LibFrame: return success Line 9420: 01-02 16:28:42.582 20949 21006 E chaolong: onFrame: callback11 Line 9421: 01-02 16:28:42.592 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9422: 01-02 16:28:42.592 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9423: 01-02 16:28:42.592 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9424: 01-02 16:28:42.602 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9425: 01-02 16:28:42.602 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9426: 01-02 16:28:42.602 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9427: 01-02 16:28:42.612 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9428: 01-02 16:28:42.612 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9429: 01-02 16:28:42.612 20949 21004 E LibFrame: return success Line 9430: 01-02 16:28:42.622 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9431: 01-02 16:28:42.622 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9432: 01-02 16:28:42.622 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9433: 01-02 16:28:42.622 20949 21006 E chaolong: onFrame: callback11 Line 9434: 01-02 16:28:42.632 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 253 Line 9435: 01-02 16:28:42.632 20949 21007 E MediaEncoder: run: drain() Line 9436: 01-02 16:28:42.632 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9437: 01-02 16:28:42.632 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9438: 01-02 16:28:42.642 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9439: 01-02 16:28:42.642 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9440: 01-02 16:28:42.642 20949 21004 E LibFrame: return success Line 9441: 01-02 16:28:42.652 20949 21006 E chaolong: onFrame: callback11 Line 9442: 01-02 16:28:42.652 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9443: 01-02 16:28:42.652 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9444: 01-02 16:28:42.652 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9445: 01-02 16:28:42.662 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9446: 01-02 16:28:42.662 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9447: 01-02 16:28:42.662 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9448: 01-02 16:28:42.672 20949 21004 E LibFrame: return success Line 9449: 01-02 16:28:42.672 20949 21006 E chaolong: onFrame: callback11 Line 9450: 01-02 16:28:42.672 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9451: 01-02 16:28:42.682 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9452: 01-02 16:28:42.682 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9453: 01-02 16:28:42.692 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9454: 01-02 16:28:42.692 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9455: 01-02 16:28:42.692 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9456: 01-02 16:28:42.702 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 252 Line 9457: 01-02 16:28:42.702 20949 21007 E MediaEncoder: run: drain() Line 9458: 01-02 16:28:42.702 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9459: 01-02 16:28:42.702 20949 21004 E LibFrame: return success Line 9460: 01-02 16:28:42.712 20949 21006 E chaolong: onFrame: callback11 Line 9461: 01-02 16:28:42.712 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9462: 01-02 16:28:42.712 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9463: 01-02 16:28:42.722 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9464: 01-02 16:28:42.722 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9465: 01-02 16:28:42.722 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9466: 01-02 16:28:42.722 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9467: 01-02 16:28:42.732 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9468: 01-02 16:28:42.732 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9469: 01-02 16:28:42.742 20949 21004 E LibFrame: return success Line 9470: 01-02 16:28:42.742 20949 21006 E chaolong: onFrame: callback11 Line 9471: 01-02 16:28:42.742 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9472: 01-02 16:28:42.742 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9473: 01-02 16:28:42.752 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9474: 01-02 16:28:42.752 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9475: 01-02 16:28:42.752 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9476: 01-02 16:28:42.762 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9477: 01-02 16:28:42.762 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 251 Line 9478: 01-02 16:28:42.762 20949 21007 E MediaEncoder: run: drain() Line 9479: 01-02 16:28:42.772 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9480: 01-02 16:28:42.772 20949 21004 E LibFrame: return success Line 9481: 01-02 16:28:42.772 20949 21006 E chaolong: onFrame: callback11 Line 9482: 01-02 16:28:42.782 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9483: 01-02 16:28:42.782 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9484: 01-02 16:28:42.792 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9485: 01-02 16:28:42.792 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9486: 01-02 16:28:42.792 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9487: 01-02 16:28:42.792 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9488: 01-02 16:28:42.802 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9489: 01-02 16:28:42.802 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9490: 01-02 16:28:42.812 20949 21004 E LibFrame: return success Line 9491: 01-02 16:28:42.812 20949 21006 E chaolong: onFrame: callback11 Line 9492: 01-02 16:28:42.812 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9493: 01-02 16:28:42.812 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9494: 01-02 16:28:42.822 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9495: 01-02 16:28:42.822 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9496: 01-02 16:28:42.822 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9497: 01-02 16:28:42.832 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9498: 01-02 16:28:42.832 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 250 Line 9499: 01-02 16:28:42.832 20949 21007 E MediaEncoder: run: drain() Line 9500: 01-02 16:28:42.832 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9501: 01-02 16:28:42.842 20949 21004 E LibFrame: return success Line 9502: 01-02 16:28:42.842 20949 21006 E chaolong: onFrame: callback11 Line 9503: 01-02 16:28:42.842 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9504: 01-02 16:28:42.842 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9505: 01-02 16:28:42.852 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9506: 01-02 16:28:42.862 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9507: 01-02 16:28:42.862 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9508: 01-02 16:28:42.862 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9509: 01-02 16:28:42.872 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9510: 01-02 16:28:42.872 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9511: 01-02 16:28:42.872 20949 21004 E LibFrame: return success Line 9512: 01-02 16:28:42.872 20949 21006 E chaolong: onFrame: callback11 Line 9513: 01-02 16:28:42.882 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9514: 01-02 16:28:42.882 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9515: 01-02 16:28:42.892 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9516: 01-02 16:28:42.892 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9517: 01-02 16:28:42.892 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9518: 01-02 16:28:42.902 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9519: 01-02 16:28:42.902 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 249 Line 9520: 01-02 16:28:42.902 20949 21007 E MediaEncoder: run: drain() Line 9521: 01-02 16:28:42.902 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9522: 01-02 16:28:42.912 20949 21004 E LibFrame: return success Line 9523: 01-02 16:28:42.912 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9524: 01-02 16:28:42.912 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9527: 01-02 16:28:42.922 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9531: 01-02 16:28:42.922 20949 21006 E chaolong: onFrame: callback11 Line 9554: 01-02 16:28:42.922 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9555: 01-02 16:28:42.922 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9556: 01-02 16:28:42.932 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9557: 01-02 16:28:42.942 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9558: 01-02 16:28:42.942 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9559: 01-02 16:28:42.942 20949 21004 E LibFrame: return success Line 9560: 01-02 16:28:42.952 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9561: 01-02 16:28:42.952 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9562: 01-02 16:28:42.952 20949 21006 E chaolong: onFrame: callback11 Line 9563: 01-02 16:28:42.952 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9564: 01-02 16:28:42.962 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9565: 01-02 16:28:42.962 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9566: 01-02 16:28:42.962 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9567: 01-02 16:28:42.972 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 248 Line 9568: 01-02 16:28:42.972 20949 21007 E MediaEncoder: run: drain() Line 9569: 01-02 16:28:42.972 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9570: 01-02 16:28:42.982 20949 21004 E LibFrame: return success Line 9571: 01-02 16:28:42.982 20949 21006 E chaolong: onFrame: callback11 Line 9572: 01-02 16:28:42.982 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9573: 01-02 16:28:42.982 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9574: 01-02 16:28:42.982 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9575: 01-02 16:28:42.992 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9576: 01-02 16:28:42.992 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9577: 01-02 16:28:43.002 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9578: 01-02 16:28:43.002 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9579: 01-02 16:28:43.002 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9580: 01-02 16:28:43.012 20949 21004 E LibFrame: return success Line 9581: 01-02 16:28:43.012 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9582: 01-02 16:28:43.012 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9583: 01-02 16:28:43.022 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9584: 01-02 16:28:43.022 20949 21006 E chaolong: onFrame: callback11 Line 9585: 01-02 16:28:43.032 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9586: 01-02 16:28:43.032 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9587: 01-02 16:28:43.032 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9588: 01-02 16:28:43.042 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 247 Line 9589: 01-02 16:28:43.042 20949 21007 E MediaEncoder: run: drain() Line 9590: 01-02 16:28:43.042 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9591: 01-02 16:28:43.042 20949 21004 E LibFrame: return success Line 9592: 01-02 16:28:43.042 20949 21006 E chaolong: onFrame: callback11 Line 9593: 01-02 16:28:43.052 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9594: 01-02 16:28:43.052 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9595: 01-02 16:28:43.052 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9596: 01-02 16:28:43.062 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9597: 01-02 16:28:43.062 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9598: 01-02 16:28:43.062 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9599: 01-02 16:28:43.072 20949 21004 E LibFrame: return success Line 9600: 01-02 16:28:43.072 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9601: 01-02 16:28:43.072 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9602: 01-02 16:28:43.072 20949 21006 E chaolong: onFrame: callback11 Line 9603: 01-02 16:28:43.082 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9604: 01-02 16:28:43.082 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9605: 01-02 16:28:43.092 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9606: 01-02 16:28:43.092 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9607: 01-02 16:28:43.092 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9608: 01-02 16:28:43.092 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9609: 01-02 16:28:43.112 20949 21004 E LibFrame: return success Line 9610: 01-02 16:28:43.112 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 246 Line 9611: 01-02 16:28:43.112 20949 21007 E MediaEncoder: run: drain() Line 9612: 01-02 16:28:43.112 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9613: 01-02 16:28:43.112 20949 21006 E chaolong: onFrame: callback11 Line 9614: 01-02 16:28:43.122 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9615: 01-02 16:28:43.122 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9616: 01-02 16:28:43.122 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9617: 01-02 16:28:43.122 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9618: 01-02 16:28:43.132 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9619: 01-02 16:28:43.132 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9620: 01-02 16:28:43.142 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9621: 01-02 16:28:43.142 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9622: 01-02 16:28:43.142 20949 21004 E LibFrame: return success Line 9623: 01-02 16:28:43.152 20949 21006 E chaolong: onFrame: callback11 Line 9624: 01-02 16:28:43.152 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9625: 01-02 16:28:43.152 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9626: 01-02 16:28:43.152 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9627: 01-02 16:28:43.162 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9628: 01-02 16:28:43.162 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9629: 01-02 16:28:43.162 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9630: 01-02 16:28:43.172 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 245 Line 9631: 01-02 16:28:43.172 20949 21007 E MediaEncoder: run: drain() Line 9632: 01-02 16:28:43.172 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9633: 01-02 16:28:43.172 20949 21004 E LibFrame: return success Line 9634: 01-02 16:28:43.182 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9635: 01-02 16:28:43.182 20949 21006 E chaolong: onFrame: callback11 Line 9636: 01-02 16:28:43.182 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9637: 01-02 16:28:43.192 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9638: 01-02 16:28:43.192 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9639: 01-02 16:28:43.202 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9640: 01-02 16:28:43.202 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9641: 01-02 16:28:43.212 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9642: 01-02 16:28:43.212 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9643: 01-02 16:28:43.212 20949 21004 E LibFrame: return success Line 9644: 01-02 16:28:43.212 20949 21006 E chaolong: onFrame: callback11 Line 9645: 01-02 16:28:43.222 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9646: 01-02 16:28:43.222 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9647: 01-02 16:28:43.222 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9648: 01-02 16:28:43.232 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9649: 01-02 16:28:43.232 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9650: 01-02 16:28:43.232 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9651: 01-02 16:28:43.242 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 244 Line 9652: 01-02 16:28:43.242 20949 21007 E MediaEncoder: run: drain() Line 9653: 01-02 16:28:43.242 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9654: 01-02 16:28:43.252 20949 21004 E LibFrame: return success Line 9655: 01-02 16:28:43.252 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9656: 01-02 16:28:43.252 20949 21006 E chaolong: onFrame: callback11 Line 9657: 01-02 16:28:43.252 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9658: 01-02 16:28:43.252 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9659: 01-02 16:28:43.262 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9660: 01-02 16:28:43.262 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9661: 01-02 16:28:43.272 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9662: 01-02 16:28:43.272 20949 21004 E LibFrame: return success Line 9663: 01-02 16:28:43.282 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9664: 01-02 16:28:43.282 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9665: 01-02 16:28:43.282 20949 21006 E chaolong: onFrame: callback11 Line 9666: 01-02 16:28:43.282 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9667: 01-02 16:28:43.292 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9668: 01-02 16:28:43.292 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9669: 01-02 16:28:43.292 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9670: 01-02 16:28:43.302 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9671: 01-02 16:28:43.302 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9672: 01-02 16:28:43.312 20949 21004 E LibFrame: return success Line 9673: 01-02 16:28:43.312 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 243 Line 9674: 01-02 16:28:43.312 20949 21007 E MediaEncoder: run: drain() Line 9675: 01-02 16:28:43.312 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9676: 01-02 16:28:43.312 20949 21006 E chaolong: onFrame: callback11 Line 9677: 01-02 16:28:43.322 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9678: 01-02 16:28:43.322 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9679: 01-02 16:28:43.322 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9680: 01-02 16:28:43.332 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9681: 01-02 16:28:43.332 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9682: 01-02 16:28:43.332 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9689: 01-02 16:28:43.342 20949 21004 E LibFrame: return success Line 9690: 01-02 16:28:43.342 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9691: 01-02 16:28:43.342 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9692: 01-02 16:28:43.352 20949 21006 E chaolong: onFrame: callback11 Line 9693: 01-02 16:28:43.352 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9694: 01-02 16:28:43.362 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9695: 01-02 16:28:43.362 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9696: 01-02 16:28:43.362 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9697: 01-02 16:28:43.372 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9698: 01-02 16:28:43.372 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9699: 01-02 16:28:43.382 20949 21004 E LibFrame: return success Line 9700: 01-02 16:28:43.382 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 242 Line 9701: 01-02 16:28:43.382 20949 21007 E MediaEncoder: run: drain() Line 9702: 01-02 16:28:43.382 20949 21006 E chaolong: onFrame: callback11 Line 9703: 01-02 16:28:43.382 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9704: 01-02 16:28:43.382 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9705: 01-02 16:28:43.392 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9706: 01-02 16:28:43.392 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9707: 01-02 16:28:43.392 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9708: 01-02 16:28:43.402 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9709: 01-02 16:28:43.402 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9710: 01-02 16:28:43.412 20949 21004 E LibFrame: return success Line 9711: 01-02 16:28:43.412 20949 21006 E chaolong: onFrame: callback11 Line 9712: 01-02 16:28:43.412 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9713: 01-02 16:28:43.412 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9714: 01-02 16:28:43.422 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9715: 01-02 16:28:43.422 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9716: 01-02 16:28:43.422 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9717: 01-02 16:28:43.432 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9718: 01-02 16:28:43.432 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9719: 01-02 16:28:43.432 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9720: 01-02 16:28:43.442 20949 21004 E LibFrame: return success Line 9721: 01-02 16:28:43.442 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 241 Line 9722: 01-02 16:28:43.442 20949 21007 E MediaEncoder: run: drain() Line 9723: 01-02 16:28:43.452 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9724: 01-02 16:28:43.452 20949 21006 E chaolong: onFrame: callback11 Line 9725: 01-02 16:28:43.452 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9726: 01-02 16:28:43.462 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9727: 01-02 16:28:43.462 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9728: 01-02 16:28:43.462 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9729: 01-02 16:28:43.472 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9730: 01-02 16:28:43.472 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9731: 01-02 16:28:43.472 20949 21004 E LibFrame: return success Line 9732: 01-02 16:28:43.482 20949 21006 E chaolong: onFrame: callback11 Line 9733: 01-02 16:28:43.482 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9734: 01-02 16:28:43.482 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9735: 01-02 16:28:43.482 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9736: 01-02 16:28:43.492 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9737: 01-02 16:28:43.492 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9738: 01-02 16:28:43.492 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9739: 01-02 16:28:43.502 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9740: 01-02 16:28:43.502 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9741: 01-02 16:28:43.512 20949 21004 E LibFrame: return success Line 9742: 01-02 16:28:43.512 20949 21006 E chaolong: onFrame: callback11 Line 9743: 01-02 16:28:43.512 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 240 Line 9744: 01-02 16:28:43.512 20949 21007 E MediaEncoder: run: drain() Line 9745: 01-02 16:28:43.512 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9746: 01-02 16:28:43.522 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9747: 01-02 16:28:43.522 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9748: 01-02 16:28:43.532 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9749: 01-02 16:28:43.532 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9750: 01-02 16:28:43.542 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9751: 01-02 16:28:43.542 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9752: 01-02 16:28:43.542 20949 21004 E LibFrame: return success Line 9753: 01-02 16:28:43.552 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9754: 01-02 16:28:43.552 20949 21006 E chaolong: onFrame: callback11 Line 9755: 01-02 16:28:43.552 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9756: 01-02 16:28:43.552 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9757: 01-02 16:28:43.562 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9758: 01-02 16:28:43.562 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9759: 01-02 16:28:43.562 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9760: 01-02 16:28:43.572 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9761: 01-02 16:28:43.572 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9762: 01-02 16:28:43.582 20949 21004 E LibFrame: return success Line 9763: 01-02 16:28:43.582 20949 21006 E chaolong: onFrame: callback11 Line 9764: 01-02 16:28:43.582 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9765: 01-02 16:28:43.582 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 239 Line 9766: 01-02 16:28:43.582 20949 21007 E MediaEncoder: run: drain() Line 9767: 01-02 16:28:43.582 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9768: 01-02 16:28:43.592 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9769: 01-02 16:28:43.592 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9770: 01-02 16:28:43.592 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9771: 01-02 16:28:43.602 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9772: 01-02 16:28:43.602 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9773: 01-02 16:28:43.612 20949 21004 E LibFrame: return success Line 9774: 01-02 16:28:43.612 20949 21006 E chaolong: onFrame: callback11 Line 9775: 01-02 16:28:43.612 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9776: 01-02 16:28:43.622 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9777: 01-02 16:28:43.622 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9778: 01-02 16:28:43.632 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9779: 01-02 16:28:43.632 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9780: 01-02 16:28:43.632 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9781: 01-02 16:28:43.642 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9782: 01-02 16:28:43.642 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9783: 01-02 16:28:43.642 20949 21004 E LibFrame: return success Line 9784: 01-02 16:28:43.642 20949 21006 E chaolong: onFrame: callback11 Line 9785: 01-02 16:28:43.652 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 238 Line 9786: 01-02 16:28:43.652 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9787: 01-02 16:28:43.652 20949 21007 E MediaEncoder: run: drain() Line 9788: 01-02 16:28:43.652 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9789: 01-02 16:28:43.662 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9790: 01-02 16:28:43.662 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9791: 01-02 16:28:43.662 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9792: 01-02 16:28:43.672 20949 21004 E LibFrame: return success Line 9793: 01-02 16:28:43.672 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9794: 01-02 16:28:43.672 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9795: 01-02 16:28:43.672 20949 21006 E chaolong: onFrame: callback11 Line 9796: 01-02 16:28:43.682 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9797: 01-02 16:28:43.682 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9798: 01-02 16:28:43.682 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9799: 01-02 16:28:43.692 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9800: 01-02 16:28:43.702 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9801: 01-02 16:28:43.702 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9802: 01-02 16:28:43.702 20949 21004 E LibFrame: return success Line 9803: 01-02 16:28:43.712 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9804: 01-02 16:28:43.712 20949 21006 E chaolong: onFrame: callback11 Line 9805: 01-02 16:28:43.712 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9806: 01-02 16:28:43.712 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9807: 01-02 16:28:43.722 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 237 Line 9808: 01-02 16:28:43.722 20949 21007 E MediaEncoder: run: drain() Line 9809: 01-02 16:28:43.722 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9810: 01-02 16:28:43.722 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9811: 01-02 16:28:43.732 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9812: 01-02 16:28:43.732 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9813: 01-02 16:28:43.732 20949 21004 E LibFrame: return success Line 9815: 01-02 16:28:43.742 20949 21006 E chaolong: onFrame: callback11 Line 9816: 01-02 16:28:43.742 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9817: 01-02 16:28:43.742 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9818: 01-02 16:28:43.752 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9819: 01-02 16:28:43.752 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9820: 01-02 16:28:43.752 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9821: 01-02 16:28:43.762 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9822: 01-02 16:28:43.762 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9823: 01-02 16:28:43.762 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9824: 01-02 16:28:43.772 20949 21004 E LibFrame: return success Line 9825: 01-02 16:28:43.772 20949 21006 E chaolong: onFrame: callback11 Line 9826: 01-02 16:28:43.772 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9827: 01-02 16:28:43.772 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9828: 01-02 16:28:43.782 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9829: 01-02 16:28:43.782 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 236 Line 9830: 01-02 16:28:43.782 20949 21007 E MediaEncoder: run: drain() Line 9831: 01-02 16:28:43.792 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9832: 01-02 16:28:43.792 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9833: 01-02 16:28:43.802 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9834: 01-02 16:28:43.802 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9835: 01-02 16:28:43.812 20949 21004 E LibFrame: return success Line 9836: 01-02 16:28:43.812 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9837: 01-02 16:28:43.812 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9838: 01-02 16:28:43.812 20949 21006 E chaolong: onFrame: callback11 Line 9839: 01-02 16:28:43.812 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9840: 01-02 16:28:43.822 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9841: 01-02 16:28:43.822 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9842: 01-02 16:28:43.822 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9843: 01-02 16:28:43.832 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9844: 01-02 16:28:43.832 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9845: 01-02 16:28:43.842 20949 21004 E LibFrame: return success Line 9846: 01-02 16:28:43.842 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9847: 01-02 16:28:43.842 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9848: 01-02 16:28:43.842 20949 21006 E chaolong: onFrame: callback11 Line 9849: 01-02 16:28:43.852 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9850: 01-02 16:28:43.852 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 235 Line 9851: 01-02 16:28:43.852 20949 21007 E MediaEncoder: run: drain() Line 9852: 01-02 16:28:43.852 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9853: 01-02 16:28:43.862 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9854: 01-02 16:28:43.862 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9855: 01-02 16:28:43.872 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9856: 01-02 16:28:43.872 20949 21004 E LibFrame: return success Line 9857: 01-02 16:28:43.882 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9858: 01-02 16:28:43.882 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9859: 01-02 16:28:43.882 20949 21006 E chaolong: onFrame: callback11 Line 9860: 01-02 16:28:43.882 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9861: 01-02 16:28:43.892 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9862: 01-02 16:28:43.892 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9863: 01-02 16:28:43.892 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9864: 01-02 16:28:43.902 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9865: 01-02 16:28:43.902 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9866: 01-02 16:28:43.912 20949 21004 E LibFrame: return success Line 9867: 01-02 16:28:43.912 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9868: 01-02 16:28:43.912 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9869: 01-02 16:28:43.912 20949 21006 E chaolong: onFrame: callback11 Line 9872: 01-02 16:28:43.912 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9898: 01-02 16:28:43.922 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 234 Line 9899: 01-02 16:28:43.922 20949 21007 E MediaEncoder: run: drain() Line 9900: 01-02 16:28:43.922 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9901: 01-02 16:28:43.932 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9902: 01-02 16:28:43.932 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9903: 01-02 16:28:43.932 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9904: 01-02 16:28:43.942 20949 21004 E LibFrame: return success Line 9905: 01-02 16:28:43.942 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9906: 01-02 16:28:43.952 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9907: 01-02 16:28:43.952 20949 21006 E chaolong: onFrame: callback11 Line 9908: 01-02 16:28:43.952 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9909: 01-02 16:28:43.962 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9910: 01-02 16:28:43.962 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9911: 01-02 16:28:43.962 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9912: 01-02 16:28:43.972 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9913: 01-02 16:28:43.972 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9914: 01-02 16:28:43.972 20949 21004 E LibFrame: return success Line 9915: 01-02 16:28:43.982 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9916: 01-02 16:28:43.982 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9917: 01-02 16:28:43.982 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9918: 01-02 16:28:43.982 20949 21006 E chaolong: onFrame: callback11 Line 9919: 01-02 16:28:43.992 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 233 Line 9920: 01-02 16:28:43.992 20949 21007 E MediaEncoder: run: drain() Line 9921: 01-02 16:28:43.992 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9922: 01-02 16:28:43.992 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9923: 01-02 16:28:44.002 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9924: 01-02 16:28:44.002 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9925: 01-02 16:28:44.012 20949 21004 E LibFrame: return success Line 9926: 01-02 16:28:44.012 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9927: 01-02 16:28:44.012 20949 21006 E chaolong: onFrame: callback11 Line 9928: 01-02 16:28:44.012 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9929: 01-02 16:28:44.012 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9930: 01-02 16:28:44.022 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9931: 01-02 16:28:44.032 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9932: 01-02 16:28:44.032 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9933: 01-02 16:28:44.042 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9934: 01-02 16:28:44.042 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9935: 01-02 16:28:44.042 20949 21004 E LibFrame: return success Line 9936: 01-02 16:28:44.042 20949 21006 E chaolong: onFrame: callback11 Line 9937: 01-02 16:28:44.052 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9938: 01-02 16:28:44.052 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9939: 01-02 16:28:44.052 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9940: 01-02 16:28:44.062 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 232 Line 9941: 01-02 16:28:44.062 20949 21007 E MediaEncoder: run: drain() Line 9942: 01-02 16:28:44.062 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9943: 01-02 16:28:44.062 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9944: 01-02 16:28:44.072 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9945: 01-02 16:28:44.072 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9946: 01-02 16:28:44.082 20949 21004 E LibFrame: return success Line 9947: 01-02 16:28:44.082 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9948: 01-02 16:28:44.082 20949 21006 E chaolong: onFrame: callback11 Line 9949: 01-02 16:28:44.082 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9950: 01-02 16:28:44.082 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9951: 01-02 16:28:44.092 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9952: 01-02 16:28:44.102 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9953: 01-02 16:28:44.102 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9954: 01-02 16:28:44.112 20949 21004 E LibFrame: return success Line 9955: 01-02 16:28:44.112 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9956: 01-02 16:28:44.112 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9957: 01-02 16:28:44.112 20949 21006 E chaolong: onFrame: callback11 Line 9958: 01-02 16:28:44.112 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9959: 01-02 16:28:44.122 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9960: 01-02 16:28:44.122 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9961: 01-02 16:28:44.122 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9962: 01-02 16:28:44.132 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 231 Line 9963: 01-02 16:28:44.132 20949 21007 E MediaEncoder: run: drain() Line 9964: 01-02 16:28:44.132 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9965: 01-02 16:28:44.142 20949 21004 E LibFrame: return success Line 9966: 01-02 16:28:44.142 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9967: 01-02 16:28:44.142 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9968: 01-02 16:28:44.142 20949 21006 E chaolong: onFrame: callback11 Line 9969: 01-02 16:28:44.152 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9970: 01-02 16:28:44.152 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9971: 01-02 16:28:44.152 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9972: 01-02 16:28:44.162 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9973: 01-02 16:28:44.162 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9974: 01-02 16:28:44.162 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9975: 01-02 16:28:44.172 20949 21004 E LibFrame: return success Line 9976: 01-02 16:28:44.182 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9977: 01-02 16:28:44.182 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9978: 01-02 16:28:44.182 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9979: 01-02 16:28:44.182 20949 21006 E chaolong: onFrame: callback11 Line 9980: 01-02 16:28:44.192 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9981: 01-02 16:28:44.192 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9982: 01-02 16:28:44.192 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9983: 01-02 16:28:44.202 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 230 Line 9984: 01-02 16:28:44.202 20949 21007 E MediaEncoder: run: drain() Line 9985: 01-02 16:28:44.202 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9986: 01-02 16:28:44.212 20949 21004 E LibFrame: return success Line 9987: 01-02 16:28:44.212 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9988: 01-02 16:28:44.212 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9989: 01-02 16:28:44.212 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9990: 01-02 16:28:44.222 20949 21006 E chaolong: onFrame: callback11 Line 9991: 01-02 16:28:44.222 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9992: 01-02 16:28:44.222 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9993: 01-02 16:28:44.222 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 9994: 01-02 16:28:44.232 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 9995: 01-02 16:28:44.232 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 9996: 01-02 16:28:44.242 20949 21004 E LibFrame: return success Line 9997: 01-02 16:28:44.252 20949 21006 E chaolong: onFrame: callback11 Line 9998: 01-02 16:28:44.252 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 9999: 01-02 16:28:44.252 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10000: 01-02 16:28:44.252 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10001: 01-02 16:28:44.262 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10002: 01-02 16:28:44.262 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10003: 01-02 16:28:44.262 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10004: 01-02 16:28:44.272 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 229 Line 10005: 01-02 16:28:44.272 20949 21007 E MediaEncoder: run: drain() Line 10006: 01-02 16:28:44.272 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10007: 01-02 16:28:44.272 20949 21004 E LibFrame: return success Line 10008: 01-02 16:28:44.282 20949 21006 E chaolong: onFrame: callback11 Line 10009: 01-02 16:28:44.282 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10010: 01-02 16:28:44.282 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10011: 01-02 16:28:44.282 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10012: 01-02 16:28:44.292 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10013: 01-02 16:28:44.292 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10014: 01-02 16:28:44.292 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10015: 01-02 16:28:44.302 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10016: 01-02 16:28:44.302 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10017: 01-02 16:28:44.312 20949 21004 E LibFrame: return success Line 10018: 01-02 16:28:44.312 20949 21006 E chaolong: onFrame: callback11 Line 10019: 01-02 16:28:44.312 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10020: 01-02 16:28:44.312 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10021: 01-02 16:28:44.312 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10022: 01-02 16:28:44.322 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10023: 01-02 16:28:44.332 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10024: 01-02 16:28:44.332 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10025: 01-02 16:28:44.342 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 228 Line 10026: 01-02 16:28:44.342 20949 21007 E MediaEncoder: run: drain() Line 10027: 01-02 16:28:44.342 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10028: 01-02 16:28:44.342 20949 21004 E LibFrame: return success Line 10035: 01-02 16:28:44.342 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10036: 01-02 16:28:44.352 20949 21006 E chaolong: onFrame: callback11 Line 10037: 01-02 16:28:44.352 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10038: 01-02 16:28:44.352 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10039: 01-02 16:28:44.362 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10040: 01-02 16:28:44.362 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10041: 01-02 16:28:44.362 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10042: 01-02 16:28:44.372 20949 21004 E LibFrame: return success Line 10043: 01-02 16:28:44.372 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10044: 01-02 16:28:44.372 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10045: 01-02 16:28:44.382 20949 21006 E chaolong: onFrame: callback11 Line 10046: 01-02 16:28:44.382 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10047: 01-02 16:28:44.382 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10048: 01-02 16:28:44.382 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10049: 01-02 16:28:44.392 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10050: 01-02 16:28:44.402 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10051: 01-02 16:28:44.402 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10052: 01-02 16:28:44.412 20949 21004 E LibFrame: return success Line 10053: 01-02 16:28:44.412 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 227 Line 10054: 01-02 16:28:44.412 20949 21007 E MediaEncoder: run: drain() Line 10055: 01-02 16:28:44.412 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10056: 01-02 16:28:44.412 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10057: 01-02 16:28:44.412 20949 21006 E chaolong: onFrame: callback11 Line 10058: 01-02 16:28:44.422 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10059: 01-02 16:28:44.422 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10060: 01-02 16:28:44.422 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10061: 01-02 16:28:44.432 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10062: 01-02 16:28:44.432 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10063: 01-02 16:28:44.442 20949 21004 E LibFrame: return success Line 10064: 01-02 16:28:44.442 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10065: 01-02 16:28:44.442 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10066: 01-02 16:28:44.442 20949 21006 E chaolong: onFrame: callback11 Line 10067: 01-02 16:28:44.452 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10068: 01-02 16:28:44.462 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10069: 01-02 16:28:44.462 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10070: 01-02 16:28:44.462 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10071: 01-02 16:28:44.472 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10072: 01-02 16:28:44.472 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10073: 01-02 16:28:44.472 20949 21004 E LibFrame: return success Line 10074: 01-02 16:28:44.482 20949 21006 E chaolong: onFrame: callback11 Line 10075: 01-02 16:28:44.482 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 226 Line 10076: 01-02 16:28:44.482 20949 21007 E MediaEncoder: run: drain() Line 10077: 01-02 16:28:44.482 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10078: 01-02 16:28:44.482 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10079: 01-02 16:28:44.492 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10080: 01-02 16:28:44.492 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10081: 01-02 16:28:44.492 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10082: 01-02 16:28:44.502 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10083: 01-02 16:28:44.502 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10084: 01-02 16:28:44.512 20949 21004 E LibFrame: return success Line 10085: 01-02 16:28:44.512 20949 21006 E chaolong: onFrame: callback11 Line 10086: 01-02 16:28:44.512 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10087: 01-02 16:28:44.512 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10088: 01-02 16:28:44.512 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10089: 01-02 16:28:44.522 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10090: 01-02 16:28:44.522 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10091: 01-02 16:28:44.522 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10092: 01-02 16:28:44.532 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10093: 01-02 16:28:44.542 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10094: 01-02 16:28:44.542 20949 21004 E LibFrame: return success Line 10095: 01-02 16:28:44.542 20949 21006 E chaolong: onFrame: callback11 Line 10096: 01-02 16:28:44.552 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 225 Line 10097: 01-02 16:28:44.552 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10098: 01-02 16:28:44.552 20949 21007 E MediaEncoder: run: drain() Line 10099: 01-02 16:28:44.552 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10100: 01-02 16:28:44.562 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10101: 01-02 16:28:44.562 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10102: 01-02 16:28:44.562 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10103: 01-02 16:28:44.572 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10104: 01-02 16:28:44.572 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10105: 01-02 16:28:44.572 20949 21004 E LibFrame: return success Line 10106: 01-02 16:28:44.582 20949 21006 E chaolong: onFrame: callback11 Line 10107: 01-02 16:28:44.582 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10108: 01-02 16:28:44.582 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10109: 01-02 16:28:44.582 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10110: 01-02 16:28:44.592 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10111: 01-02 16:28:44.592 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10112: 01-02 16:28:44.592 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10113: 01-02 16:28:44.602 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10114: 01-02 16:28:44.602 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10115: 01-02 16:28:44.612 20949 21004 E LibFrame: return success Line 10116: 01-02 16:28:44.612 20949 21006 E chaolong: onFrame: callback11 Line 10117: 01-02 16:28:44.612 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10118: 01-02 16:28:44.612 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 224 Line 10119: 01-02 16:28:44.622 20949 21007 E MediaEncoder: run: drain() Line 10120: 01-02 16:28:44.622 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10121: 01-02 16:28:44.622 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10122: 01-02 16:28:44.632 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10123: 01-02 16:28:44.632 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10124: 01-02 16:28:44.642 20949 21004 E LibFrame: return success Line 10125: 01-02 16:28:44.642 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10126: 01-02 16:28:44.642 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10127: 01-02 16:28:44.642 20949 21006 E chaolong: onFrame: callback11 Line 10128: 01-02 16:28:44.652 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10129: 01-02 16:28:44.652 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10130: 01-02 16:28:44.652 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10131: 01-02 16:28:44.662 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10132: 01-02 16:28:44.662 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10133: 01-02 16:28:44.662 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10134: 01-02 16:28:44.672 20949 21004 E LibFrame: return success Line 10135: 01-02 16:28:44.672 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10136: 01-02 16:28:44.672 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10137: 01-02 16:28:44.682 20949 21006 E chaolong: onFrame: callback11 Line 10138: 01-02 16:28:44.682 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10139: 01-02 16:28:44.682 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 223 Line 10140: 01-02 16:28:44.682 20949 21007 E MediaEncoder: run: drain() Line 10141: 01-02 16:28:44.682 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10142: 01-02 16:28:44.692 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10143: 01-02 16:28:44.702 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10144: 01-02 16:28:44.702 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10145: 01-02 16:28:44.702 20949 21004 E LibFrame: return success Line 10146: 01-02 16:28:44.712 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10147: 01-02 16:28:44.712 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10148: 01-02 16:28:44.712 20949 21006 E chaolong: onFrame: callback11 Line 10149: 01-02 16:28:44.712 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10150: 01-02 16:28:44.722 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10151: 01-02 16:28:44.722 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10152: 01-02 16:28:44.722 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10153: 01-02 16:28:44.732 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10154: 01-02 16:28:44.732 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10155: 01-02 16:28:44.742 20949 21004 E LibFrame: return success Line 10156: 01-02 16:28:44.742 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10157: 01-02 16:28:44.742 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10158: 01-02 16:28:44.742 20949 21006 E chaolong: onFrame: callback11 Line 10159: 01-02 16:28:44.742 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10160: 01-02 16:28:44.752 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 222 Line 10161: 01-02 16:28:44.752 20949 21007 E MediaEncoder: run: drain() Line 10162: 01-02 16:28:44.752 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10163: 01-02 16:28:44.762 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10164: 01-02 16:28:44.762 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10165: 01-02 16:28:44.762 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10166: 01-02 16:28:44.772 20949 21004 E LibFrame: return success Line 10167: 01-02 16:28:44.782 20949 21006 E chaolong: onFrame: callback11 Line 10168: 01-02 16:28:44.782 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10169: 01-02 16:28:44.782 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10170: 01-02 16:28:44.782 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10171: 01-02 16:28:44.782 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10172: 01-02 16:28:44.792 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10173: 01-02 16:28:44.792 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10174: 01-02 16:28:44.802 20949 21004 E LibFrame: return success Line 10175: 01-02 16:28:44.802 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10176: 01-02 16:28:44.802 20949 21006 E chaolong: onFrame: callback11 Line 10177: 01-02 16:28:44.802 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10178: 01-02 16:28:44.812 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10179: 01-02 16:28:44.812 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10180: 01-02 16:28:44.812 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10181: 01-02 16:28:44.822 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10182: 01-02 16:28:44.822 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 221 Line 10183: 01-02 16:28:44.822 20949 21007 E MediaEncoder: run: drain() Line 10184: 01-02 16:28:44.822 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10185: 01-02 16:28:44.832 20949 21004 E LibFrame: return success Line 10186: 01-02 16:28:44.842 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10187: 01-02 16:28:44.842 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10188: 01-02 16:28:44.842 20949 21006 E chaolong: onFrame: callback11 Line 10189: 01-02 16:28:44.842 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10190: 01-02 16:28:44.852 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10191: 01-02 16:28:44.852 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10192: 01-02 16:28:44.852 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10193: 01-02 16:28:44.862 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10194: 01-02 16:28:44.862 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10195: 01-02 16:28:44.862 20949 21004 E LibFrame: return success Line 10196: 01-02 16:28:44.872 20949 21006 E chaolong: onFrame: callback11 Line 10197: 01-02 16:28:44.872 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10198: 01-02 16:28:44.872 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10199: 01-02 16:28:44.882 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10200: 01-02 16:28:44.882 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10201: 01-02 16:28:44.882 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10202: 01-02 16:28:44.882 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10203: 01-02 16:28:44.892 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 220 Line 10204: 01-02 16:28:44.892 20949 21007 E MediaEncoder: run: drain() Line 10205: 01-02 16:28:44.892 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10206: 01-02 16:28:44.902 20949 21004 E LibFrame: return success Line 10207: 01-02 16:28:44.902 20949 21006 E chaolong: onFrame: callback11 Line 10208: 01-02 16:28:44.902 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10209: 01-02 16:28:44.902 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10211: 01-02 16:28:44.912 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10213: 01-02 16:28:44.912 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10214: 01-02 16:28:44.912 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10240: 01-02 16:28:44.922 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10241: 01-02 16:28:44.932 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10242: 01-02 16:28:44.932 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10243: 01-02 16:28:44.932 20949 21004 E LibFrame: return success Line 10244: 01-02 16:28:44.942 20949 21006 E chaolong: onFrame: callback11 Line 10245: 01-02 16:28:44.942 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10246: 01-02 16:28:44.942 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10247: 01-02 16:28:44.942 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10248: 01-02 16:28:44.952 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10249: 01-02 16:28:44.952 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10250: 01-02 16:28:44.962 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10251: 01-02 16:28:44.962 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 219 Line 10252: 01-02 16:28:44.962 20949 21007 E MediaEncoder: run: drain() Line 10253: 01-02 16:28:44.962 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10254: 01-02 16:28:44.972 20949 21004 E LibFrame: return success Line 10255: 01-02 16:28:44.972 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10256: 01-02 16:28:44.982 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10257: 01-02 16:28:44.982 20949 21006 E chaolong: onFrame: callback11 Line 10258: 01-02 16:28:44.982 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10259: 01-02 16:28:44.992 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10260: 01-02 16:28:44.992 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10261: 01-02 16:28:44.992 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10262: 01-02 16:28:45.002 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10263: 01-02 16:28:45.002 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10264: 01-02 16:28:45.002 20949 21004 E LibFrame: return success Line 10265: 01-02 16:28:45.012 20949 21006 E chaolong: onFrame: callback11 Line 10266: 01-02 16:28:45.012 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10267: 01-02 16:28:45.012 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10268: 01-02 16:28:45.012 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10269: 01-02 16:28:45.022 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10270: 01-02 16:28:45.022 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10271: 01-02 16:28:45.022 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10272: 01-02 16:28:45.032 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 218 Line 10273: 01-02 16:28:45.032 20949 21007 E MediaEncoder: run: drain() Line 10274: 01-02 16:28:45.032 20949 21004 E LibFrame: return success Line 10275: 01-02 16:28:45.032 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10276: 01-02 16:28:45.042 20949 21006 E chaolong: onFrame: callback11 Line 10277: 01-02 16:28:45.052 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10278: 01-02 16:28:45.052 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10279: 01-02 16:28:45.052 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10280: 01-02 16:28:45.052 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10281: 01-02 16:28:45.062 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10282: 01-02 16:28:45.062 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10283: 01-02 16:28:45.072 20949 21004 E LibFrame: return success Line 10284: 01-02 16:28:45.072 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10285: 01-02 16:28:45.072 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10286: 01-02 16:28:45.072 20949 21006 E chaolong: onFrame: callback11 Line 10287: 01-02 16:28:45.082 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10288: 01-02 16:28:45.082 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10289: 01-02 16:28:45.082 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10290: 01-02 16:28:45.092 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10291: 01-02 16:28:45.092 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10292: 01-02 16:28:45.092 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10293: 01-02 16:28:45.102 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 217 Line 10294: 01-02 16:28:45.102 20949 21007 E MediaEncoder: run: drain() Line 10295: 01-02 16:28:45.102 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10296: 01-02 16:28:45.102 20949 21004 E LibFrame: return success Line 10297: 01-02 16:28:45.112 20949 21006 E chaolong: onFrame: callback11 Line 10298: 01-02 16:28:45.112 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10299: 01-02 16:28:45.112 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10300: 01-02 16:28:45.112 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10301: 01-02 16:28:45.122 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10302: 01-02 16:28:45.132 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10303: 01-02 16:28:45.132 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10304: 01-02 16:28:45.142 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10305: 01-02 16:28:45.142 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10306: 01-02 16:28:45.142 20949 21004 E LibFrame: return success Line 10307: 01-02 16:28:45.142 20949 21006 E chaolong: onFrame: callback11 Line 10308: 01-02 16:28:45.142 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10309: 01-02 16:28:45.152 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10310: 01-02 16:28:45.152 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10311: 01-02 16:28:45.162 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10312: 01-02 16:28:45.162 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10313: 01-02 16:28:45.162 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10314: 01-02 16:28:45.172 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 216 Line 10315: 01-02 16:28:45.172 20949 21007 E MediaEncoder: run: drain() Line 10316: 01-02 16:28:45.172 20949 21004 E LibFrame: return success Line 10317: 01-02 16:28:45.172 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10318: 01-02 16:28:45.172 20949 21006 E chaolong: onFrame: callback11 Line 10319: 01-02 16:28:45.182 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10320: 01-02 16:28:45.182 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10321: 01-02 16:28:45.182 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10322: 01-02 16:28:45.192 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10323: 01-02 16:28:45.192 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10324: 01-02 16:28:45.192 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10325: 01-02 16:28:45.202 20949 21004 E LibFrame: return success Line 10326: 01-02 16:28:45.202 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10327: 01-02 16:28:45.202 20949 21006 E chaolong: onFrame: callback11 Line 10328: 01-02 16:28:45.202 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10329: 01-02 16:28:45.212 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10330: 01-02 16:28:45.222 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10331: 01-02 16:28:45.222 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10332: 01-02 16:28:45.222 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10333: 01-02 16:28:45.232 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10334: 01-02 16:28:45.232 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10335: 01-02 16:28:45.232 20949 21004 E LibFrame: return success Line 10336: 01-02 16:28:45.232 20949 21006 E chaolong: onFrame: callback11 Line 10337: 01-02 16:28:45.242 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 215 Line 10338: 01-02 16:28:45.242 20949 21007 E MediaEncoder: run: drain() Line 10339: 01-02 16:28:45.242 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10340: 01-02 16:28:45.242 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10341: 01-02 16:28:45.252 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10342: 01-02 16:28:45.252 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10343: 01-02 16:28:45.252 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10344: 01-02 16:28:45.262 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10345: 01-02 16:28:45.262 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10346: 01-02 16:28:45.272 20949 21004 E LibFrame: return success Line 10347: 01-02 16:28:45.272 20949 21006 E chaolong: onFrame: callback11 Line 10348: 01-02 16:28:45.272 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10349: 01-02 16:28:45.272 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10350: 01-02 16:28:45.282 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10351: 01-02 16:28:45.282 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10352: 01-02 16:28:45.282 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10353: 01-02 16:28:45.282 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10354: 01-02 16:28:45.292 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10355: 01-02 16:28:45.292 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10356: 01-02 16:28:45.302 20949 21004 E LibFrame: return success Line 10357: 01-02 16:28:45.302 20949 21006 E chaolong: onFrame: callback11 Line 10358: 01-02 16:28:45.302 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 214 Line 10359: 01-02 16:28:45.302 20949 21007 E MediaEncoder: run: drain() Line 10360: 01-02 16:28:45.312 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10361: 01-02 16:28:45.312 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10362: 01-02 16:28:45.322 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10363: 01-02 16:28:45.322 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10364: 01-02 16:28:45.322 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10365: 01-02 16:28:45.332 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10366: 01-02 16:28:45.332 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10367: 01-02 16:28:45.342 20949 21004 E LibFrame: return success Line 10368: 01-02 16:28:45.342 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10369: 01-02 16:28:45.342 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10370: 01-02 16:28:45.342 20949 21006 E chaolong: onFrame: callback11 Line 10377: 01-02 16:28:45.352 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10378: 01-02 16:28:45.352 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10379: 01-02 16:28:45.352 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10380: 01-02 16:28:45.362 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10381: 01-02 16:28:45.362 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10382: 01-02 16:28:45.362 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10383: 01-02 16:28:45.372 20949 21004 E LibFrame: return success Line 10384: 01-02 16:28:45.372 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 213 Line 10385: 01-02 16:28:45.372 20949 21007 E MediaEncoder: run: drain() Line 10386: 01-02 16:28:45.382 20949 21006 E chaolong: onFrame: callback11 Line 10387: 01-02 16:28:45.382 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10388: 01-02 16:28:45.382 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10389: 01-02 16:28:45.392 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10390: 01-02 16:28:45.392 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10391: 01-02 16:28:45.392 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10392: 01-02 16:28:45.402 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10393: 01-02 16:28:45.402 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10394: 01-02 16:28:45.402 20949 21004 E LibFrame: return success Line 10395: 01-02 16:28:45.412 20949 21006 E chaolong: onFrame: callback11 Line 10396: 01-02 16:28:45.412 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10397: 01-02 16:28:45.412 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10398: 01-02 16:28:45.412 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10399: 01-02 16:28:45.422 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10400: 01-02 16:28:45.422 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10401: 01-02 16:28:45.422 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10402: 01-02 16:28:45.432 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10403: 01-02 16:28:45.432 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10404: 01-02 16:28:45.432 20949 21004 E LibFrame: return success Line 10405: 01-02 16:28:45.442 20949 21006 E chaolong: onFrame: callback11 Line 10406: 01-02 16:28:45.442 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 212 Line 10407: 01-02 16:28:45.442 20949 21007 E MediaEncoder: run: drain() Line 10408: 01-02 16:28:45.442 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10409: 01-02 16:28:45.442 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10410: 01-02 16:28:45.452 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10411: 01-02 16:28:45.452 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10412: 01-02 16:28:45.462 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10413: 01-02 16:28:45.472 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10414: 01-02 16:28:45.472 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10415: 01-02 16:28:45.472 20949 21004 E LibFrame: return success Line 10416: 01-02 16:28:45.472 20949 21006 E chaolong: onFrame: callback11 Line 10417: 01-02 16:28:45.482 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10418: 01-02 16:28:45.482 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10419: 01-02 16:28:45.482 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10420: 01-02 16:28:45.492 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10421: 01-02 16:28:45.492 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10422: 01-02 16:28:45.492 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10423: 01-02 16:28:45.502 20949 21004 E LibFrame: return success Line 10424: 01-02 16:28:45.502 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10425: 01-02 16:28:45.502 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10426: 01-02 16:28:45.502 20949 21006 E chaolong: onFrame: callback11 Line 10427: 01-02 16:28:45.512 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10428: 01-02 16:28:45.512 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 211 Line 10429: 01-02 16:28:45.512 20949 21007 E MediaEncoder: run: drain() Line 10430: 01-02 16:28:45.512 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10431: 01-02 16:28:45.522 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10432: 01-02 16:28:45.522 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10433: 01-02 16:28:45.522 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10434: 01-02 16:28:45.532 20949 21004 E LibFrame: return success Line 10435: 01-02 16:28:45.542 20949 21006 E chaolong: onFrame: callback11 Line 10436: 01-02 16:28:45.542 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10437: 01-02 16:28:45.542 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10438: 01-02 16:28:45.542 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10439: 01-02 16:28:45.552 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10440: 01-02 16:28:45.552 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10441: 01-02 16:28:45.552 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10442: 01-02 16:28:45.562 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10443: 01-02 16:28:45.562 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10444: 01-02 16:28:45.572 20949 21004 E LibFrame: return success Line 10445: 01-02 16:28:45.572 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10446: 01-02 16:28:45.572 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10447: 01-02 16:28:45.572 20949 21006 E chaolong: onFrame: callback11 Line 10448: 01-02 16:28:45.582 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10449: 01-02 16:28:45.582 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 210 Line 10450: 01-02 16:28:45.582 20949 21007 E MediaEncoder: run: drain() Line 10451: 01-02 16:28:45.582 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10452: 01-02 16:28:45.582 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10453: 01-02 16:28:45.592 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10454: 01-02 16:28:45.592 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10455: 01-02 16:28:45.602 20949 21004 E LibFrame: return success Line 10456: 01-02 16:28:45.602 20949 21006 E chaolong: onFrame: callback11 Line 10457: 01-02 16:28:45.602 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10458: 01-02 16:28:45.602 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10459: 01-02 16:28:45.612 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10460: 01-02 16:28:45.622 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10461: 01-02 16:28:45.622 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10462: 01-02 16:28:45.622 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10463: 01-02 16:28:45.632 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10464: 01-02 16:28:45.632 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10465: 01-02 16:28:45.632 20949 21004 E LibFrame: return success Line 10466: 01-02 16:28:45.632 20949 21006 E chaolong: onFrame: callback11 Line 10467: 01-02 16:28:45.642 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10468: 01-02 16:28:45.642 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10469: 01-02 16:28:45.652 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10470: 01-02 16:28:45.652 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 209 Line 10471: 01-02 16:28:45.652 20949 21007 E MediaEncoder: run: drain() Line 10472: 01-02 16:28:45.652 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10473: 01-02 16:28:45.662 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10474: 01-02 16:28:45.662 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10475: 01-02 16:28:45.662 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10476: 01-02 16:28:45.672 20949 21004 E LibFrame: return success Line 10477: 01-02 16:28:45.672 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10478: 01-02 16:28:45.672 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10479: 01-02 16:28:45.682 20949 21006 E chaolong: onFrame: callback11 Line 10480: 01-02 16:28:45.682 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10481: 01-02 16:28:45.682 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10482: 01-02 16:28:45.682 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10483: 01-02 16:28:45.692 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10484: 01-02 16:28:45.702 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10485: 01-02 16:28:45.702 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10486: 01-02 16:28:45.702 20949 21004 E LibFrame: return success Line 10487: 01-02 16:28:45.712 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10488: 01-02 16:28:45.712 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10489: 01-02 16:28:45.712 20949 21006 E chaolong: onFrame: callback11 Line 10490: 01-02 16:28:45.712 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10491: 01-02 16:28:45.722 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 208 Line 10492: 01-02 16:28:45.722 20949 21007 E MediaEncoder: run: drain() Line 10493: 01-02 16:28:45.722 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10494: 01-02 16:28:45.722 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10495: 01-02 16:28:45.732 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10496: 01-02 16:28:45.732 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10497: 01-02 16:28:45.742 20949 21004 E LibFrame: return success Line 10498: 01-02 16:28:45.742 20949 21006 E chaolong: onFrame: callback11 Line 10499: 01-02 16:28:45.742 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10500: 01-02 16:28:45.742 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10501: 01-02 16:28:45.742 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10502: 01-02 16:28:45.752 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10503: 01-02 16:28:45.752 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10504: 01-02 16:28:45.752 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10505: 01-02 16:28:45.762 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10506: 01-02 16:28:45.762 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10507: 01-02 16:28:45.772 20949 21004 E LibFrame: return success Line 10508: 01-02 16:28:45.772 20949 21006 E chaolong: onFrame: callback11 Line 10509: 01-02 16:28:45.782 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10510: 01-02 16:28:45.782 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10511: 01-02 16:28:45.782 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10512: 01-02 16:28:45.792 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10513: 01-02 16:28:45.792 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 207 Line 10514: 01-02 16:28:45.792 20949 21007 E MediaEncoder: run: drain() Line 10515: 01-02 16:28:45.792 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10516: 01-02 16:28:45.802 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10517: 01-02 16:28:45.802 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10518: 01-02 16:28:45.802 20949 21004 E LibFrame: return success Line 10519: 01-02 16:28:45.812 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10520: 01-02 16:28:45.812 20949 21006 E chaolong: onFrame: callback11 Line 10521: 01-02 16:28:45.812 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10522: 01-02 16:28:45.812 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10523: 01-02 16:28:45.822 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10524: 01-02 16:28:45.822 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10525: 01-02 16:28:45.822 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10526: 01-02 16:28:45.842 20949 21004 E LibFrame: return success Line 10527: 01-02 16:28:45.842 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10528: 01-02 16:28:45.842 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10529: 01-02 16:28:45.842 20949 21006 E chaolong: onFrame: callback11 Line 10530: 01-02 16:28:45.842 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10531: 01-02 16:28:45.852 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10532: 01-02 16:28:45.852 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10533: 01-02 16:28:45.852 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10534: 01-02 16:28:45.862 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 206 Line 10535: 01-02 16:28:45.862 20949 21007 E MediaEncoder: run: drain() Line 10536: 01-02 16:28:45.862 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10537: 01-02 16:28:45.872 20949 21004 E LibFrame: return success Line 10538: 01-02 16:28:45.872 20949 21006 E chaolong: onFrame: callback11 Line 10539: 01-02 16:28:45.872 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10540: 01-02 16:28:45.872 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10541: 01-02 16:28:45.882 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10542: 01-02 16:28:45.882 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10543: 01-02 16:28:45.882 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10544: 01-02 16:28:45.892 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10545: 01-02 16:28:45.902 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10546: 01-02 16:28:45.902 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10547: 01-02 16:28:45.902 20949 21004 E LibFrame: return success Line 10548: 01-02 16:28:45.912 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10549: 01-02 16:28:45.912 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10550: 01-02 16:28:45.912 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10551: 01-02 16:28:45.912 20949 21006 E chaolong: onFrame: callback11 Line 10579: 01-02 16:28:45.922 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10580: 01-02 16:28:45.922 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10581: 01-02 16:28:45.922 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10582: 01-02 16:28:45.932 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 205 Line 10583: 01-02 16:28:45.932 20949 21007 E MediaEncoder: run: drain() Line 10584: 01-02 16:28:45.932 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10585: 01-02 16:28:45.942 20949 21004 E LibFrame: return success Line 10586: 01-02 16:28:45.942 20949 21006 E chaolong: onFrame: callback11 Line 10587: 01-02 16:28:45.942 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10588: 01-02 16:28:45.942 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10589: 01-02 16:28:45.942 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10590: 01-02 16:28:45.952 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10591: 01-02 16:28:45.952 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10592: 01-02 16:28:45.952 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10593: 01-02 16:28:45.972 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10594: 01-02 16:28:45.972 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10595: 01-02 16:28:45.972 20949 21004 E LibFrame: return success Line 10596: 01-02 16:28:45.972 20949 21006 E chaolong: onFrame: callback11 Line 10597: 01-02 16:28:45.982 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10598: 01-02 16:28:45.982 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10599: 01-02 16:28:45.982 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10600: 01-02 16:28:45.992 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10601: 01-02 16:28:45.992 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10602: 01-02 16:28:45.992 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10603: 01-02 16:28:46.002 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 204 Line 10604: 01-02 16:28:46.002 20949 21007 E MediaEncoder: run: drain() Line 10605: 01-02 16:28:46.002 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10606: 01-02 16:28:46.002 20949 21004 E LibFrame: return success Line 10607: 01-02 16:28:46.012 20949 21006 E chaolong: onFrame: callback11 Line 10608: 01-02 16:28:46.012 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10609: 01-02 16:28:46.012 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10610: 01-02 16:28:46.012 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10611: 01-02 16:28:46.022 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10612: 01-02 16:28:46.022 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10613: 01-02 16:28:46.022 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10614: 01-02 16:28:46.032 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10615: 01-02 16:28:46.032 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10616: 01-02 16:28:46.042 20949 21004 E LibFrame: return success Line 10617: 01-02 16:28:46.042 20949 21006 E chaolong: onFrame: callback11 Line 10618: 01-02 16:28:46.042 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10619: 01-02 16:28:46.052 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10620: 01-02 16:28:46.052 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10621: 01-02 16:28:46.052 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10622: 01-02 16:28:46.062 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10623: 01-02 16:28:46.062 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10624: 01-02 16:28:46.072 20949 21004 E LibFrame: return success Line 10625: 01-02 16:28:46.072 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 203 Line 10626: 01-02 16:28:46.072 20949 21007 E MediaEncoder: run: drain() Line 10627: 01-02 16:28:46.072 20949 21006 E chaolong: onFrame: callback11 Line 10628: 01-02 16:28:46.072 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10629: 01-02 16:28:46.082 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10630: 01-02 16:28:46.082 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10631: 01-02 16:28:46.082 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10632: 01-02 16:28:46.092 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10633: 01-02 16:28:46.092 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10634: 01-02 16:28:46.092 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10635: 01-02 16:28:46.102 20949 21004 E LibFrame: return success Line 10636: 01-02 16:28:46.112 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10637: 01-02 16:28:46.112 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10638: 01-02 16:28:46.112 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10639: 01-02 16:28:46.112 20949 21006 E chaolong: onFrame: callback11 Line 10640: 01-02 16:28:46.122 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10641: 01-02 16:28:46.122 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10642: 01-02 16:28:46.122 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10643: 01-02 16:28:46.132 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10644: 01-02 16:28:46.132 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10645: 01-02 16:28:46.142 20949 21004 E LibFrame: return success Line 10646: 01-02 16:28:46.142 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 202 Line 10647: 01-02 16:28:46.142 20949 21006 E chaolong: onFrame: callback11 Line 10648: 01-02 16:28:46.142 20949 21007 E MediaEncoder: run: drain() Line 10649: 01-02 16:28:46.142 20949 21004 E libUVCCamera: [21004UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10650: 01-02 16:28:46.142 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10651: 01-02 16:28:46.152 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10652: 01-02 16:28:46.152 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10653: 01-02 16:28:46.152 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10654: 01-02 16:28:46.162 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10655: 01-02 16:28:46.162 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10656: 01-02 16:28:46.172 20949 21004 E LibFrame: return success Line 10657: 01-02 16:28:46.172 20949 21006 E chaolong: onFrame: callback11 Line 10658: 01-02 16:28:46.172 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10659: 01-02 16:28:46.172 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10660: 01-02 16:28:46.182 20949 21004 E libUVCCamera: [21004*UVCPreview.cpp:533:do_preview]:do_preview frame_mjpeg ... Line 10661: 01-02 16:28:46.182 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10662: 01-02 16:28:46.182 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10663: 01-02 16:28:46.192 20949 21004 E LibFrame: uvc_yuyv2rgbx alloc succes Line 10664: 01-02 16:28:46.202 20949 21007 E MediaEncoder: drain: encoderStatus == MediaCodec.INFO_TRY_AGAIN_LATER Line 10665: 01-02 16:28:46.202 20949 21007 E MediaEncoder: drain: while (mIsCapturing) Line 10666: 01-02 16:28:46.202 20949 21004 E LibFrame: return success Line 10667: 01-02 16:28:46.212 20949 21006 E chaolong: onFrame: callback11 Line 10668: 01-02 16:28:46.212 20949 21007 E MediaEncoder: run: mSync localRequestStop = falsemRequestDrain = 201

chaolongYin commented 5 years ago

ri