aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/codecs.h')
-rw-r--r--include/gapk/codecs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gapk/codecs.h b/include/gapk/codecs.h
index f62cb25..aa1c829 100644
--- a/include/gapk/codecs.h
+++ b/include/gapk/codecs.h
@@ -26,6 +26,8 @@
#define HR_CANON_LEN 14
#define EFR_CANON_LEN 31
#define PCM_CANON_LEN (160*sizeof(uint16_t))
+#define HR_REF_ENC_LEN (20 * sizeof(uint16_t))
+#define HR_REF_DEC_LEN (22 * sizeof(uint16_t))
enum codec_type {
CODEC_INVALID = 0,