HomeSort by relevance Sort by last modified time
    Searched defs:dasfMode (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 669 OMX_BOOL dasfMode; /* Support DASF or file to file */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 146 OMX_U32 dasfMode;
617 audioinfo->dasfMode = 0;
618 tiOmxDspDefinition.dasfMode = OMX_FALSE;
622 audioinfo->dasfMode = 1;
623 tiOmxDspDefinition.dasfMode = OMX_TRUE;
628 printf("\n%d [TEST APP] audioinfo->dasfMode Sending Bad Parameter\n",__LINE__);
633 if(audioinfo->dasfMode == 0) {
800 if (audioinfo->dasfMode) {
833 if(!audioinfo->dasfMode){
855 if(!audioinfo->dasfMode){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 165 OMX_S16 dasfMode = 0;
453 printf( "Usage: testApp infile outfile TestCaseNo DASFmode nbinbuf nboutbuf nbPacketsPerBuffer\n");
454 printf(" DASFmode: FM or DM for File Mode or DASF Mode\n");
602 audioinfo->dasfMode = 0;
603 dasfMode = 0;
607 audioinfo->dasfMode = 1;
608 dasfMode = 1;
660 if(audioinfo->dasfMode == 0){
736 if(audioinfo->dasfMode == 1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 539 OMX_U32 dasfMode;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 256 OMX_U32 dasfMode;
287 int DasfMode =0;
708 audioinfo->dasfMode = 0;
709 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %ld \n",__LINE__,audioinfo->dasfMode);
711 audioinfo->dasfMode = 1;
712 DasfMode = 1;
713 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %ld \n",__LINE__,audioinfo->dasfMode);
719 printf("\n%d :: App: audioinfo->dasfMode Sending Bad Parameter\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 149 OMX_U32 dasfMode;
612 audioinfo->dasfMode = 0;
613 tiOmxDspDefinition.dasfMode = OMX_FALSE;
614 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %ld \n",__LINE__,audioinfo->dasfMode);
617 audioinfo->dasfMode = 1;
618 tiOmxDspDefinition.dasfMode = OMX_TRUE;
619 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %ld \n",__LINE__,audioinfo->dasfMode);
625 printf("\n%d :: App: audioinfo->dasfMode Sending Bad Parameter\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 644 OMX_U32 dasfMode;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 692 OMX_U32 dasfMode;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 591 OMX_U32 dasfMode;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 747 OMX_U32 dasfMode;
    [all...]

Completed in 836 milliseconds