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

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 166 if (pComponentPrivate->dasfMode == 1) {
203 if (pComponentPrivate->dasfMode == 1) {
528 if (pComponentPrivate->dasfMode == 1) {
731 if (pComponentPrivate->dasfMode == 1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 307 pComponentPrivate->dasfmode = 0;
    [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/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/g722_enc/src/
OMX_G722Encoder.c 420 pComponentPrivate->dasfmode = 0;
    [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/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/aac_dec/src/
OMX_AacDecoder.c 291 pComponentPrivate->dasfmode = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 310 appPrivate.dasfMode = gDasfMode;
608 printf ("DasfMode:\t\t %d\n", *gDasfMode);
    [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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 277 pComponentPrivate->dasfmode = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 278 pComponentPrivate->dasfmode = 0;
    [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/aac_enc/src/
OMX_AacEncoder.c 293 pComponentPrivate->dasfmode = 0;
    [all...]

Completed in 586 milliseconds

12