嗨,我想在带有rk3288芯片的android设备上显示视频。 该程序在所有其他设备上都可以正常运行,但是在此设备上却给了我这个错误:
AndroidPlayer(ADB@127.0.0.1:34999) AndroidVideoMedia: Error -10000 while starting codec.
(Filename: ./PlatformDependent/AndroidPlayer/Modules/Video/Private/AndroidVideoMedia.cpp Line: 2163)
AndroidPlayer(ADB@127.0.0.1:34999) AndroidVideoMedia: Decoder setup error.
(文件名:./PlatformDependent/AndroidPlayer/Modules/Video/Private/AndroidVideoMedia.cpp行:1151)
请问有人可以帮助我吗?
这是日志
10-13 15:05:08.881 236 939 D MediaBufferGroup: creating MemoryDealer
10-13 15:05:08.883 3191 3227 I MediaCodec: callingProcessName:com.Society.VideoTest2
10-13 15:05:08.883 237 757 I MediaPlayerService: MediaPlayerService::getOMX
10-13 15:05:08.884 3191 3327 I OMXClient: MuxOMX ctor
10-13 15:05:08.884 3191 3327 I ACodec : onAllocateComponent:6752 mSoftCodecPref:0 componentName:
10-13 15:05:08.885 3191 3327 I ACodec : onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_decoder.avc
10-13 15:05:08.886 234 752 I OMXMaster: makeComponentInstance(OMX.rk.video_decoder.avc) in mediacodec process
10-13 15:05:08.889 234 752 I omx_vdec_ctl: decoder width 720 support 4096
10-13 15:05:08.889 234 752 I omx_osal_android: input nBufferSize: 4194304, width: 720, height: 1080, minBufferCount: 4, bufferCount: 4
10-13 15:05:08.889 234 752 I omx_osal_android: output nBufferSize: 1175040, width: 720, height: 1080, minBufferCount: 19, bufferCount: 23 buffer type: 9
10-13 15:05:08.890 234 752 I omx_osal_android: input nBufferSize: 4194304, width: 720, height: 1080, minBufferCount: 4, bufferCount: 4
10-13 15:05:08.890 234 752 I omx_osal_android: output nBufferSize: 1175040, width: 720, height: 1080, minBufferCount: 19, bufferCount: 23 buffer type: 9
10-13 15:05:08.890 234 2982 E omx_osal_android: hor_stride 720 ver_stride 1088
10-13 15:05:08.890 234 2982 E omx_osal_android: hor_stride 720 ver_stride 1088
10-13 15:05:08.892 234 2982 E OMXNodeInstance: getConfig(ea003d:rk._decoder.avc, ConfigCommonOutputCrop(0x700000f)) ERROR: UnsupportedIndex(0x8000101a)
10-13 15:05:08.894 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadc30
10-13 15:05:08.895 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae680
10-13 15:05:08.895 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaddc0
10-13 15:05:08.896 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfade60
10-13 15:05:08.897 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaecc0
10-13 15:05:08.898 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadf00
10-13 15:05:08.898 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaebd0
10-13 15:05:08.899 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae130
10-13 15:05:08.899 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadc80
10-13 15:05:08.900 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadff0
10-13 15:05:08.900 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaedb0
10-13 15:05:08.900 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadaa0
10-13 15:05:08.901 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaed60
10-13 15:05:08.901 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae2c0
10-13 15:05:08.901 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaed10
10-13 15:05:08.902 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae360
10-13 15:05:08.902 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae1d0
10-13 15:05:08.902 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae3b0
10-13 15:05:08.903 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae220
10-13 15:05:08.903 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae400
10-13 15:05:08.903 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae270
10-13 15:05:08.904 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae5e0
10-13 15:05:08.904 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae9f0
10-13 15:05:08.905 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae860
10-13 15:05:08.905 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaea40
10-13 15:05:08.905 234 752 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfae900
10-13 15:05:08.906 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaea90
10-13 15:05:08.906 234 3328 E omx_vdec: omx decoder info : author: root
10-13 15:05:08.906 234 3328 E omx_vdec: time: Wed, 07 Aug 2019 11:12:08 +0800 git commit bd7289740e8c45145b503fcb3213eb9e2c846a45
10-13 15:05:08.909 3191 3227 I MediaCodec: callingProcessName:com.Society.VideoTest2
10-13 15:05:08.909 237 757 I MediaPlayerService: MediaPlayerService::getOMX
10-13 15:05:08.910 3191 3332 I OMXClient: MuxOMX ctor
10-13 15:05:08.910 3191 3332 I ACodec : onAllocateComponent:6752 mSoftCodecPref:0 componentName:
10-13 15:05:08.911 3191 3332 I ACodec : onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.google.aac.decoder
10-13 15:05:08.911 234 234 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in mediacodec process
10-13 15:05:08.920 234 3331 I H264_DEBUG: init done status 0, ts_en = 0 debug 0
10-13 15:05:08.921 234 3335 D vpu_api : codec 0xacd03540 work thread created
10-13 15:05:08.929 234 3333 I SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->2 channels
10-13 15:05:08.929 234 3335 I H264_DEBUG: decoded width 720 decoded height 1088
10-13 15:05:08.929 234 3335 I H264_DEBUG: display width 720, display height 1080
10-13 15:05:08.950 234 3330 E omx_vdec_ctl: mWidth = 720 mHeight = 1080 mStride = 720,mSlicHeight 1088
10-13 15:05:08.958 234 3330 E omx_vdec_ctl: mWidth = 720 mHeight = 1080 mStride = 720,mSlicHeight 1088
10-13 15:05:08.963 234 234 E OMXNodeInstance: getConfig(ea003d:rk._decoder.avc, ConfigCommonOutputCrop(0x700000f)) ERROR: UnsupportedIndex(0x8000101a)
10-13 15:05:08.965 234 3330 E omx_vdec_ctl: mWidth = 720 mHeight = 1080 mStride = 720,mSlicHeight 1088
10-13 15:05:08.973 234 3330 E omx_vdec_ctl: mWidth = 720 mHeight = 1080 mStride = 720,mSlicHeight 1088
10-13 15:05:08.982 234 3330 E omx_vdec_ctl: mWidth = 720 mHeight = 1080 mStride = 720,mSlicHeight 1088
10-13 15:05:08.991 234 3328 D vpu_api : codec thread thread_stop in
10-13 15:05:08.993 234 3335 D vpu_api : codec 0xacd03540 work thread end
10-13 15:05:08.995 234 3328 D vpu_api : codec thread thread_stop ok
10-13 15:05:09.001 234 3328 I H264_DEBUG: deinit DONE
10-13 15:05:09.001 234 3328 I vpu_api : org vpu_close_context ok
10-13 15:05:09.014 3191 3227 I MediaCodec: callingProcessName:com.Society.VideoTest2
10-13 15:05:09.015 237 312 I MediaPlayerService: MediaPlayerService::getOMX
10-13 15:05:09.016 3191 3337 I OMXClient: MuxOMX ctor
10-13 15:05:09.016 3191 3337 I ACodec : onAllocateComponent:6752 mSoftCodecPref:0 componentName:
10-13 15:05:09.017 3191 3337 I ACodec : onAllocateComponent:6783 mSoftCodecPref:0 componentName:OMX.rk.video_decoder.avc
10-13 15:05:09.017 234 234 I OMXMaster: makeComponentInstance(OMX.rk.video_decoder.avc) in mediacodec process
10-13 15:05:09.020 3191 3336 I MediaCodec: [OMX.rk.video_decoder.avc] setting surface generation to 3267587
10-13 15:05:09.020 234 2982 W OMXNodeInstance: [ea003f:rk._decoder.avc] component does not support metadata mode; using fallback
10-13 15:05:09.020 3191 3337 E ACodec : [OMX.rk.video_decoder.avc] storeMetaDataInBuffers failed w/ err -1010
10-13 15:05:09.022 234 2982 I omx_vdec_ctl: decoder width 720 support 4096
10-13 15:05:09.022 234 2982 I omx_osal_android: input nBufferSize: 4194304, width: 720, height: 1080, minBufferCount: 4, bufferCount: 4
10-13 15:05:09.022 234 2982 I omx_osal_android: output nBufferSize: 1175040, width: 720, height: 1080, minBufferCount: 19, bufferCount: 23 buffer type: 9
10-13 15:05:09.022 234 2982 I omx_osal_android: input nBufferSize: 4194304, width: 720, height: 1080, minBufferCount: 4, bufferCount: 4
10-13 15:05:09.022 234 2982 I omx_osal_android: output nBufferSize: 1175040, width: 720, height: 1080, minBufferCount: 19, bufferCount: 23 buffer type: 9
10-13 15:05:09.023 234 234 E OMXNodeInstance: getConfig(ea003f:rk._decoder.avc, ConfigCommonOutputCrop(0x700000f)) ERROR: UnsupportedIndex(0x8000101a)
10-13 15:05:09.025 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfadf00
10-13 15:05:09.025 234 234 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaeb30
10-13 15:05:09.026 234 2982 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaebd0
10-13 15:05:09.026 234 234 E omx_vdec_ctl: buf_fd: 0xffffffff, OMXBufferHeader:0xacfaed60
10-13 15:05:09.028 3191 3337 E ACodec : setupNativeWindowSizeFormatAndUsage 991 colorSpace = 0,eDyncRange = 0
10-13 15:05:09.028 3191 3337 D SurfaceUtils: set up nativeWindow 0x8027b808 for 720x1088, color 0x15, rotation 0, usage 0x2900
10-13 15:05:09.028 234 234 E omx_vdec_ctl: error: SET buffer count: 24, count min: 19 NOW buffer count: 23, count min: 19
10-13 15:05:09.028 234 234 E omx_vdec_ctl: check portdefinition param failed , ret: 0x80001005
10-13 15:05:09.028 234 234 E OMXNodeInstance: setParameter(ea003f:rk._decoder.avc, ParamPortDefinition(0x2000001)) ERROR: BadParameter(0x80001005)
10-13 15:05:09.029 217 248 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.031 217 248 I [Gralloc]: Got fd 51 for handle 17
10-13 15:05:09.032 217 248 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.032 217 248 I [Gralloc]: leave: prime_fd=51,share_attr_fd=107
10-13 15:05:09.032 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.032 3191 3337 I [Gralloc]: Got handle 8 for fd 87
10-13 15:05:09.032 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.032 3191 3337 I [Gralloc]: leave: prime_fd=87,share_attr_fd=88
10-13 15:05:09.033 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.033 234 234 I [Gralloc]: Got handle 1 for fd 30
10-13 15:05:09.033 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.033 234 234 I [Gralloc]: leave: prime_fd=30,share_attr_fd=31
10-13 15:05:09.033 217 377 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.035 217 377 I [Gralloc]: Got fd 107 for handle 17
10-13 15:05:09.036 217 377 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.036 217 377 I [Gralloc]: leave: prime_fd=107,share_attr_fd=147
10-13 15:05:09.036 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.036 3191 3337 I [Gralloc]: Got handle 9 for fd 103
10-13 15:05:09.036 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.036 3191 3337 I [Gralloc]: leave: prime_fd=103,share_attr_fd=104
10-13 15:05:09.036 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.036 234 234 I [Gralloc]: Got handle 2 for fd 32
10-13 15:05:09.036 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.036 234 234 I [Gralloc]: leave: prime_fd=32,share_attr_fd=33
10-13 15:05:09.037 217 377 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.039 217 377 I [Gralloc]: Got fd 107 for handle 17
10-13 15:05:09.039 217 377 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.039 217 377 I [Gralloc]: leave: prime_fd=107,share_attr_fd=147
10-13 15:05:09.040 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.040 3191 3337 I [Gralloc]: Got handle 10 for fd 105
10-13 15:05:09.040 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.040 3191 3337 I [Gralloc]: leave: prime_fd=105,share_attr_fd=106
10-13 15:05:09.040 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.040 234 234 I [Gralloc]: Got handle 3 for fd 34
10-13 15:05:09.040 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.040 234 234 I [Gralloc]: leave: prime_fd=34,share_attr_fd=35
10-13 15:05:09.040 217 377 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.042 217 377 I [Gralloc]: Got fd 103 for handle 17
10-13 15:05:09.043 217 377 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.043 217 377 I [Gralloc]: leave: prime_fd=103,share_attr_fd=107
10-13 15:05:09.043 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.043 3191 3337 I [Gralloc]: Got handle 11 for fd 99
10-13 15:05:09.043 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.043 3191 3337 I [Gralloc]: leave: prime_fd=99,share_attr_fd=102
10-13 15:05:09.044 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.044 234 234 I [Gralloc]: Got handle 4 for fd 36
10-13 15:05:09.044 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.044 234 234 I [Gralloc]: leave: prime_fd=36,share_attr_fd=37
10-13 15:05:09.044 217 377 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.046 217 377 I [Gralloc]: Got fd 51 for handle 17
10-13 15:05:09.047 217 377 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.047 217 377 I [Gralloc]: leave: prime_fd=51,share_attr_fd=109
10-13 15:05:09.047 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.047 3191 3337 I [Gralloc]: Got handle 12 for fd 82
10-13 15:05:09.047 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.047 3191 3337 I [Gralloc]: leave: prime_fd=82,share_attr_fd=85
10-13 15:05:09.048 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.048 234 234 I [Gralloc]: Got handle 5 for fd 38
10-13 15:05:09.048 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.048 234 234 I [Gralloc]: leave: prime_fd=38,share_attr_fd=39
10-13 15:05:09.049 217 248 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.051 217 248 I [Gralloc]: Got fd 109 for handle 17
10-13 15:05:09.052 217 248 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.052 217 248 I [Gralloc]: leave: prime_fd=109,share_attr_fd=136
10-13 15:05:09.052 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.052 3191 3337 I [Gralloc]: Got handle 13 for fd 111
10-13 15:05:09.052 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.052 3191 3337 I [Gralloc]: leave: prime_fd=111,share_attr_fd=112
10-13 15:05:09.052 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.052 234 234 I [Gralloc]: Got handle 6 for fd 40
10-13 15:05:09.052 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.052 234 234 I [Gralloc]: leave: prime_fd=40,share_attr_fd=41
10-13 15:05:09.053 217 248 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.055 217 248 I [Gralloc]: Got fd 109 for handle 17
10-13 15:05:09.056 217 248 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.056 217 248 I [Gralloc]: leave: prime_fd=109,share_attr_fd=136
10-13 15:05:09.056 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.056 3191 3337 I [Gralloc]: Got handle 14 for fd 113
10-13 15:05:09.056 3191 3337 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.056 3191 3337 I [Gralloc]: leave: prime_fd=113,share_attr_fd=114
10-13 15:05:09.056 234 234 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.056 234 234 I [Gralloc]: Got handle 7 for fd 42
10-13 15:05:09.056 234 234 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.056 234 234 I [Gralloc]: leave: prime_fd=42,share_attr_fd=43
10-13 15:05:09.057 217 248 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.
10-13 15:05:09.059 217 248 I [Gralloc]: Got fd 103 for handle 17
10-13 15:05:09.060 217 248 I [Gralloc]: leave, w : 720, h : 1088, format : 0x15,internal_format : 0x15, usage : 0x2900. size=1566720,pixel_stride=720,byte_stride=720
10-13 15:05:09.060 217 248 I [Gralloc]: leave: prime_fd=103,share_attr_fd=109
10-13 15:05:09.060 3191 3337 I [Gralloc]: for nv12, w : 720, h : 1088, pixel_stride : 720, byte_stride : 720, size : 1566720; internalHeight : 1088.