summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90a133f)
raw | patch | inline | side by side (parent: 90a133f)
author | Frank Livingston <frank-livingston@ti.com> | |
Sun, 4 Sep 2016 21:10:33 +0000 (16:10 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Sun, 4 Sep 2016 21:10:33 +0000 (16:10 -0500) |
processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.c | patch | blob | history | |
processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.h | patch | blob | history |
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.c b/processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.c
index f017cdc2e1ccd7b0eb89ac32d0c9452da27ad986..425496a70776b6992f3223e1fccc1564facd547a 100644 (file)
{
PAF_AudioFrame *pAfCb;
PAF_AudioData *pPcmBuf;
{
PAF_AudioFrame *pAfCb;
PAF_AudioData *pPcmBuf;
- Int8 *pMetaBuf; //QIN
+ UInt8 *pMetaBuf; //QIN
Int8 n;
Int8 i;
Int8 n;
Int8 i;
diff --git a/processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.h b/processor_audio_sdk_1_00_00_00/pasdk/common/paf_decOpCircBuf.h
index b9e449411e1a5dbffc2854cba3e44ef292cdb213..96d4d4c6ab046497e474f92c668948801758d8dc 100644 (file)
{
PAF_AudioFrame *afCb; // audio frame CB
PAF_AudioData *pcmBuf; // PCM buffer, contains PCM data associated with audio frames
{
PAF_AudioFrame *afCb; // audio frame CB
PAF_AudioData *pcmBuf; // PCM buffer, contains PCM data associated with audio frames
- Int8 *metaBuf; // metafdata buffer, contains metadata associated with audio frames //QIN
+ UInt8 *metaBuf; // metafdata buffer, contains metadata associated with audio frames //QIN
Int8 afRdIdx; // audio frame CB read index
Int8 afWrtIdx; // audio frame CB write index
Int16 pcmRdIdx; // pcm buffer read index
Int8 afRdIdx; // audio frame CB read index
Int8 afWrtIdx; // audio frame CB write index
Int16 pcmRdIdx; // pcm buffer read index