summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2009-09-11 14:38:52 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:11:18 +0200
commit8d2d06a050b1a5de0c5139733ae5216a8a8f2632 (patch)
treec8e25946110eb1a70ff5e001d5e8064fc43c0713 /software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
parent4ed38158b4baae55739e1753c59073eccd4d17ec (diff)
importing OCT612x-01.03.00
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
index 2e57fa8..e874a81 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.c
@@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.02.04 $
+$Octasic_Release: OCT612xAPI-01.03.00 $
-$Octasic_Revision: 96 $
+$Octasic_Revision: 98 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -105,6 +105,7 @@ UINT32 Oct6100ChipGetStatsDef(
+
return cOCT6100_ERR_OK;
}
@@ -216,6 +217,7 @@ UINT32 Oct6100ChipGetImageInfoDef(
f_pChipImageInfo->fSinLevel = TRUE;
+
f_pChipImageInfo->fPerChannelPlayoutControl = FALSE;
for ( i = 0; i < cOCT6100_MAX_TONE_EVENT; i++ )
@@ -290,6 +292,7 @@ UINT32 Oct6100ChipGetImageInfo(
f_pChipImageInfo->ulImageType = pImageInfo->byImageType;
+
f_pChipImageInfo->fPerChannelPlayoutControl = pImageInfo->fPerChannelPlayoutControl;
for ( i = 0; i < cOCT6100_MAX_TONE_EVENT; i++ )
@@ -358,6 +361,8 @@ UINT32 Oct6100ApiChipStatsSwInit(
+
+
return cOCT6100_ERR_OK;
}
@@ -416,6 +421,8 @@ UINT32 Oct6100ChipGetStatsSer(
pSharedInfo->SoftBufs.ulBufPlayoutEventBufferOverflowCnt = 0;
+
+
}
f_pChipStats->ulH100OutOfSynchCount = pSharedInfo->ErrorStats.ulH100OutOfSyncCnt;
@@ -429,6 +436,8 @@ UINT32 Oct6100ChipGetStatsSer(
+
+
f_pChipStats->ulOverflowToneEventsCount = pSharedInfo->ErrorStats.ulOverflowToneEventsCnt;
f_pChipStats->ulSoftOverflowToneEventsCount = pSharedInfo->SoftBufs.ulToneEventBufferOverflowCnt;
f_pChipStats->ulSoftOverflowBufferPlayoutEventsCount = pSharedInfo->SoftBufs.ulBufPlayoutEventBufferOverflowCnt;