No description
Find a file
Harish Mahendrakar 54cbe1b29b Decoder: Fix initialization of ps_next_dpb during reference list creation
ps_dpb_mgr->ps_dpb_ht_head is a linked list with
ps_dpb_mgr->u1_num_lt_ref_bufs number of valid buffers.
So ps_next_dbp has to be initialized to ps_dpb_mgr->ps_dpb_ht_head
for each u1_lt_index loop iteration

Bug: 33387820
Change-Id: I2dfd962bad5640a829afc123adbd0709e563e621
2016-12-28 12:33:39 -08:00
common Mark arrays of pointers as const 2015-07-31 18:47:25 +00:00
decoder Decoder: Fix initialization of ps_next_dpb during reference list creation 2016-12-28 12:33:39 -08:00
encoder Merge "Encoder: Fixed an issue in handling FPS greater than 60" into mnc-dev 2015-08-03 18:07:01 +00:00
test avcenc: Initialize avg_time 2015-07-31 18:50:02 +00:00
Android.mk fix file permissions 2015-05-05 17:51:34 +00:00
decoder.arm.mk Allow using the clang built-in arm assembler 2015-06-25 08:25:48 -07:00
decoder.arm64.mk Allow using the clang built-in arm assembler 2015-06-25 08:25:48 -07:00
decoder.mips.mk fix file permissions 2015-05-05 17:51:34 +00:00
decoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-06-03 08:30:27 -07:00
decoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-25 08:25:43 -07:00
decoder.x86.mk Don't set -mno-avx 2015-07-31 18:47:07 +00:00
decoder.x86_64.mk Don't set -mno-avx 2015-07-31 18:47:07 +00:00
encoder.arm.mk Allow using the clang built-in arm assembler 2015-06-25 08:25:48 -07:00
encoder.arm64.mk Allow using the clang built-in arm assembler 2015-06-25 08:25:48 -07:00
encoder.mips.mk fix file permissions 2015-05-05 17:51:34 +00:00
encoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-06-03 08:30:27 -07:00
encoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-25 08:25:43 -07:00
encoder.x86.mk Don't set -mno-avx 2015-07-31 18:47:07 +00:00
encoder.x86_64.mk Don't set -mno-avx 2015-07-31 18:47:07 +00:00