Replies: 1 comment 5 replies
-
You'll have to file a platform bug. We're just the messengers for the platform APIs. You already know more about the possible errors codes than we do. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to know more precisely which error/info codes can be returned by
AMediaCodec_dequeueInputBuffer
andAMediaCodec_dequeueOutputBuffer
. In particular I know that they can return both positive and negative error codes, the two positive error codes beingAMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE
andAMEDIACODEC_ERROR_RECLAIMED
, what would be a maximum valid buffer index or minimum positive error code that is guaranteed to hold in a forward-compatible way? And likewise, is there a minimum info code?Related issue: rust-mobile/ndk#316 (comment)
Beta Was this translation helpful? Give feedback.
All reactions