HomeSort by relevance Sort by last modified time
    Searched full:dasfmode (Results 1 - 25 of 63) sorted by null

1 2 3

  /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/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/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/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/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/wma_dec/tests/
WmaDecTest.c 241 void fill_init_params(OMX_HANDLETYPE pHandle,const char * filename, int dasfmode, TI_OMX_DATAPATH * dataPath);
497 int dasfmode = 0; local
560 dasfmode = atoi(argv[4]);
561 if(dasfmode == 1){
564 else if(dasfmode == 0){
691 dasfmode = atoi(argv[4]);
692 if(dasfmode == 1){
695 else if(dasfmode == 0){
828 else if (dasfmode == 1)
924 if(dasfmode)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 283 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Setting dasfmode and mimemode to 0\n",__LINE__);
284 pComponentPrivate->dasfmode = 0;
    [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/g729_dec/src/
OMX_G729Decoder.c 292 G729DEC_DPRINT("Setting dasfmode to 0\n");
294 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_dec/src/
OMX_G711Decoder.c 284 G711DEC_DPRINT("Setting dasfmode and mimemode to 0\n");
285 pComponentPrivate->dasfmode = 0;
    [all...]
OMX_G711Dec_Utils.c 173 if(pComponentPrivate->dasfmode == 1) {
174 G711DEC_DPRINT("pComponentPrivate->dasfmode = %d\n",pComponentPrivate->dasfmode);
224 if(pComponentPrivate->dasfmode == 1) {
697 if (pComponentPrivate->dasfmode == 1)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 283 OMX_PRINT1(pComponentPrivate->dbg, "Setting dasfmode and mimemode to 0\n");
284 pComponentPrivate->dasfmode = 0;
    [all...]
  /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/g722_enc/src/
OMX_G722Encoder.c 420 pComponentPrivate->dasfmode = 0;
    [all...]
OMX_G722Enc_Utils.c 292 if(pComponentPrivate->dasfmode == 1) {
351 if (pComponentPrivate->dasfmode == 1){
804 if ((pComponentPrivate->dasfmode == 1) && (pComponentPrivate->pParams)) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
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/mp3_dec/src/
OMX_Mp3Decoder.c 298 pComponentPrivate->dasfmode = 0;
    [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/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/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/wbamr_dec/tests/
WBAmrDecTest.c 270 OMX_S16 dasfmode = 0; variable
737 dasfmode = atoi(argv[7]);
901 if(dasfmode )
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 291 pComponentPrivate->dasfmode = 0;
    [all...]

Completed in 1120 milliseconds

1 2 3