Advertisement
DOS93

Untitled

Nov 17th, 2021
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.00 KB | None | 0 0
  1. 2021-11-17 14:40:46.304 18265-26033/ru.sber.sbi.livecomm.qa E/ACodec: Unable to instantiate codec 'OMX.qcom.video.decoder.avc' with err 0xfffffff4.
  2. 2021-11-17 14:40:46.304 18265-26033/ru.sber.sbi.livecomm.qa E/ACodec: signalError(omxError 0xfffffff4, internalError -12)
  3. 2021-11-17 14:40:46.304 18265-26032/ru.sber.sbi.livecomm.qa E/MediaCodec: Codec reported err 0xfffffff4, actionCode 0, while in state 1
  4. 2021-11-17 14:40:46.308 18265-22197/ru.sber.sbi.livecomm.qa E/MediaCodecVideoRenderer: Video codec error
  5.       e.d.a.c.t2.t$a: Decoder init failed: OMX.qcom.video.decoder.avc, Format(0, null, null, video/avc, avc1.64002A, 6896033, null, [1080, 1920, -1.0], [-1, -1])
  6.         at e.d.a.c.t2.t.N0(:1034)
  7.         at e.d.a.c.t2.t.M0(:585)
  8.         at e.d.a.c.t2.t.S0(:1455)
  9.         at e.d.a.c.c3.t.S0(:713)
  10.         at e.d.a.c.t2.t.a1(:981)
  11.         at e.d.a.c.t2.t.n(:810)
  12.         at e.d.a.c.g1.g(:978)
  13.         at e.d.a.c.g1.handleMessage(:482)
  14.         at android.os.Handler.dispatchMessage(Handler.java:103)
  15.         at android.os.Looper.loop(Looper.java:226)
  16.         at android.os.HandlerThread.run(HandlerThread.java:67)
  17.      Caused by: android.media.MediaCodec$CodecException: Failed to initialize OMX.qcom.video.decoder.avc, error 0xfffffff4
  18.         at android.media.MediaCodec.native_setup(Native Method)
  19.         at android.media.MediaCodec.<init>(MediaCodec.java:1865)
  20.         at android.media.MediaCodec.createByCodecName(MediaCodec.java:1843)
  21.         at e.d.a.c.t2.w$b.b(:73)
  22.         at e.d.a.c.t2.w$b.a(:48)
  23.         at e.d.a.c.t2.t.H0(:1121)
  24.         at e.d.a.c.t2.t.N0(:1027)
  25.         at e.d.a.c.t2.t.M0(:585) 
  26.         at e.d.a.c.t2.t.S0(:1455) 
  27.         at e.d.a.c.c3.t.S0(:713) 
  28.         at e.d.a.c.t2.t.a1(:981) 
  29.         at e.d.a.c.t2.t.n(:810) 
  30.         at e.d.a.c.g1.g(:978) 
  31.         at e.d.a.c.g1.handleMessage(:482) 
  32.         at android.os.Handler.dispatchMessage(Handler.java:103) 
  33.         at android.os.Looper.loop(Looper.java:226) 
  34.         at android.os.HandlerThread.run(HandlerThread.java:67) 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement