search for: th_decode_headerin

Displaying 2 results from an estimated 2 matches for "th_decode_headerin".

2009 Nov 25
2
encoding image from a webcam
...lity and pixel_fmt. Then I allocate a th_enc_ctx handle and repeatedly call th_encode_flushheader(). Do I have to save this header packets? Do i have to provide this header packets to the decoder when I initialize it? Because the documentation says /Parse the header packets by repeatedly calling th_decode_headerin(). Thank you,/ -- Mircea Gliga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20091125/5c95eb4f/attachment.htm
2014 May 05
1
Application crushes
...of Android NDK 9r in Android Studio. Program stack: #0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150 #1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:171 #2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240 #3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8, _op=0x6728ebb8) at jni/theorarm/src/dec/decapiwrapper.c:150 Android.mk: LOCAL_PATH := $(call my-dir) include $(CLEAR...