HomeSort by relevance Sort by last modified time
    Searched refs:dasfMode (Results 1 - 25 of 39) sorted by null

1 2

  /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_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/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_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/nbamr_enc/tests/
AmrEncTest.c 349 int DasfMode;
828 audioinfo->dasfMode = 0;
829 DasfMode = 0;
830 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %x \n",__LINE__,audioinfo->dasfMode);
832 audioinfo->dasfMode = 1;
833 DasfMode = 1;
834 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %x \n",__LINE__,audioinfo->dasfMode);
839 audioinfo->dasfMode = 1
    [all...]
  /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/g722_enc/tests/
G722EncTest.c 487 pAppPrivate->dasfMode = atoi(argv[9]);
679 if (pAppPrivate->dasfMode) {
769 if (pAppPrivate->dasfMode == 0) {
820 if(pAppPrivate->dasfMode == 0) { /* file-to-file mode */
860 if(pAppPrivate->dasfMode == 0) { /* file-to-file mode */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 627 pAppPrivate->dasfMode = gDasfMode;
733 if (pAppPrivate->dasfMode == 0) {
758 if (pAppPrivate->dasfMode == 0) {
820 if(pAppPrivate->dasfMode == 1) {
822 } else if(pAppPrivate->dasfMode == 0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 335 int DasfMode = 0;
792 audioinfo->dasfMode = 0;
793 DasfMode = 0;
794 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %x \n", __LINE__, audioinfo->dasfMode);
796 audioinfo->dasfMode = 1;
797 DasfMode = 1;
798 APP_DPRINT("\n%d :: App: audioinfo->dasfMode = %x \n", __LINE__, audioinfo->dasfMode);
803 APP_IPRINT("\n%d :: App: audioinfo->dasfMode Sending Bad Parameter\n", __LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 841 audioinfo.dasfMode = atoi(argv[5]);
842 if(audioinfo.dasfMode == 1)
846 else if(audioinfo.dasfMode == 0)
863 if (audioinfo.dasfMode == 1) /* DASF MODE */
878 else if (audioinfo.dasfMode == 0) /* F2F MODE */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 324 pComponentPrivate->dasfMode = 0;
    [all...]
OMX_G726Enc_Utils.c 220 if(pComponentPrivate->dasfMode == 1) {
264 if(pComponentPrivate->dasfMode == 1) {
537 if(pComponentPrivate->dasfMode == 1) {
695 if(( pComponentPrivate->dasfMode && !outputPortFlag) ||
696 (!pComponentPrivate->dasfMode && (!inputPortFlag || !outputPortFlag)))
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 344 pComponentPrivate->dasfMode = 0;
    [all...]
OMX_G729Enc_Utils.c 170 if(pComponentPrivate->dasfMode == 1)
209 if(pComponentPrivate->dasfMode == 1)
516 if(pComponentPrivate->dasfMode == 1)
696 if (pComponentPrivate->dasfMode == 1)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 376 pComponentPrivate->dasfMode = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 382 pComponentPrivate->dasfMode = 0;
    [all...]
OMX_AmrEnc_Utils.c 164 if(pComponentPrivate->dasfMode == 1) {
205 if(pComponentPrivate->dasfMode == 1) {
504 if(pComponentPrivate->dasfMode == 1) {
698 if(pComponentPrivate->dasfMode == 1) {
731 if((pComponentPrivate->dasfMode && !outputPortFlag) ||
732 (!pComponentPrivate->dasfMode && (!inputPortFlag || !outputPortFlag)))
    [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/g711_enc/src/
OMX_G711Enc_Utils.c 158 if(pComponentPrivate->dasfMode == 1) {
193 if(pComponentPrivate->dasfMode == 1) {
491 if(pComponentPrivate->dasfMode == 1) {
651 if (pComponentPrivate->dasfMode == 1) {
    [all...]
OMX_G711Encoder.c 334 pComponentPrivate->dasfMode = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 235 OMX_S16 dasfmode = 0; variable
663 dasfmode = atoi(argv[6]);
664 if(dasfmode == 1){
670 else if(dasfmode == 0){
760 if (dasfmode)
819 if(dasfmode == 1) {
    [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/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 747 OMX_U32 dasfMode;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 591 OMX_U32 dasfMode;
    [all...]

Completed in 927 milliseconds

1 2