]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - procsdk_audio_x_xx_xx_xx/test_dsp/framework/audioStreamInpProc_paramsFxns.c
Change root folder name, create pasdk subfolder
[processor-sdk/performance-audio-sr.git] / procsdk_audio_x_xx_xx_xx / test_dsp / framework / audioStreamInpProc_paramsFxns.c
diff --git a/procsdk_audio_x_xx_xx_xx/test_dsp/framework/audioStreamInpProc_paramsFxns.c b/procsdk_audio_x_xx_xx_xx/test_dsp/framework/audioStreamInpProc_paramsFxns.c
deleted file mode 100644 (file)
index 42e8c34..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- *  ======== audioStreamInpProc_paramsFxns.c ========
- */
-
-#include <xdc/std.h>
-#include "as0.h"
-#include "audioStreamInpProc.h"
-// .............................................................................
-// Audio Stream Input Task Parameter Functions
-//
-//   Name:      PAF_ASIT_params_fxns
-//   Purpose:   ASIT jump table.
-//   From:      PAF_AST_Params
-//   Uses:      See contents.
-//   States:    N.A.
-//   Return:    N.A.
-//   Trace:     None.
-//
-const PAF_AST_Fxns PAF_ASIT_params_fxns =
-{
-    {   // initPhase[8]
-        PAF_ASIT_initPhaseMalloc,
-        PAF_ASIT_initPhaseConfig,
-        PAF_ASIT_initPhaseAcpAlg,
-        PAF_ASIT_initPhaseCommon,
-        PAF_ASIT_initPhaseAlgKey,
-        PAF_ASIT_initPhaseDevice,
-        NULL,
-        NULL
-    },
-    NULL, //PAF_AST_initFrame0,             // initFrame0
-    NULL, //PAF_AST_initFrame1,             // initFrame1
-    NULL, //PAF_AST_passProcessing,         // passProcessing        
-    NULL, //PAF_AST_passProcessingCopy,     // passProcessingCopy    
-    PAF_ASIT_autoProcessing,                // autoProcessing
-    PAF_ASIT_decodeProcessing,              // decodeProcessing
-    PAF_ASIT_decodeCommand,                 // decodeCommand
-    NULL, //PAF_AST_encodeCommand,          // encodeCommand
-    PAF_ASIT_decodeInit,                    // decodeInit
-    PAF_ASIT_decodeInfo,                    // decodeInfo
-    PAF_ASIT_decodeInfo1,                   // decodeInfo1
-    PAF_ASIT_decodeInfo2,                   // decodeInfo2
-    NULL, //PAF_AST_decodeCont,             // decodeCont
-    PAF_ASIT_decodeDecode,                  // decodeDecode
-    NULL, //PAF_AST_decodeStream,           // decodeStream
-    NULL, //PAF_AST_decodeEncode,           // decodeEncode
-    PAF_ASIT_decodeFinalTest,               // decodeFinalTest
-    PAF_ASIT_decodeComplete,                // decodeComplete
-    PAF_ASIT_selectDevices,                 // selectDevices
-    PAF_ASIT_sourceDecode,                  // sourceDecode
-    NULL, //PAF_AST_startOutput,            // startOutput
-    NULL, //PAF_AST_stopOutput,             // stopOutput
-    NULL, //PAF_AST_setCheckRateX,          // setCheckRateX
-    NULL, //PAF_AST_streamChainFunction,    // streamChainFunction
-    PAF_DEC_deviceAllocate,                 // deviceAllocate
-    PAF_DEC_deviceSelect,                   // deviceSelect
-    PAF_DEC_computeFrameLength,             // computeFrameLength
-    PAF_DEC_updateInputStatus,              // updateInputStatus
-    NULL, //PAF_BUF_copy,                   // copy
-    NULL, /*headerPrint*/                   // headerPrint
-    NULL, /*allocPrint*/                    // allocPrint
-    NULL, /*commonPrint*/                   // commonPrint
-    NULL, /*bufMemPrint*/                   // bufMemPrint
-    NULL /*memStatusPrint*/                 // memStatusPrint
-};