summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_utils.h
diff options
context:
space:
mode:
authorHamsalekha S <hamsalekha.s@ittiam.com>2015-07-28 14:41:24 +0530
committerMarco Nelissen <marcone@google.com>2015-07-31 18:53:17 +0000
commit8a50328131307b53ebde95e9af87a408c4011559 (patch)
tree9d0fa21005ba4a189635f96b91d13112efc5225f /decoder/ih264d_utils.h
parente789d1d2e2f9a8fca00a7bf8fab1afa892422127 (diff)
downloadandroid_external_libavc-8a50328131307b53ebde95e9af87a408c4011559.tar.gz
android_external_libavc-8a50328131307b53ebde95e9af87a408c4011559.tar.bz2
android_external_libavc-8a50328131307b53ebde95e9af87a408c4011559.zip
Support for level greater than level at init in Decoder
Added support to check num_ref_frames in SPS and num_reorder_frames in VUI before returning error for level Bug: 22860270 Change-Id: I392bab419385ca239836d200f9f2b064915a8a46
Diffstat (limited to 'decoder/ih264d_utils.h')
-rw-r--r--decoder/ih264d_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/decoder/ih264d_utils.h b/decoder/ih264d_utils.h
index a1a64d5..326acc0 100644
--- a/decoder/ih264d_utils.h
+++ b/decoder/ih264d_utils.h
@@ -97,5 +97,9 @@ WORD32 ih264d_get_next_nal_unit(UWORD8 *pu1_buf,
UWORD32 u4_cur_pos,
UWORD32 u4_max_ofst,
UWORD32 *pu4_length_of_start_code);
+UWORD32 ih264d_get_numbuf_mv_bank(dec_struct_t *ps_dec, UWORD32 width, UWORD32 height);
+WORD32 ih264d_get_numbuf_dpb_bank(dec_struct_t *ps_dec,
+ UWORD32 u2_frame_wd,
+ UWORD32 u2_frame_ht);
#endif /* _IH264D_UTILS_H_ */