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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_omx_config_parser.cpp 42 OMXConfigParserInputs* pInputs;
46 pInputs = (OMXConfigParserInputs*) aInputParameters;
49 if (NULL != pInputs->cComponentRole)
51 if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder", oscl_strlen("audio_decoder")))
56 aInputs.inPtr = pInputs->inPtr;
57 aInputs.inBytes = pInputs->inBytes;
59 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.wma"))
64 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.aac"))
69 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amr"))
74 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrnb")
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 63 OMXConfigParserInputs* pInputs;
64 pInputs = (OMXConfigParserInputs*) aInputParameters;
66 if (NULL != pInputs->cComponentRole)
68 if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder", oscl_strlen("audio_decoder")))
73 aInputs.inPtr = pInputs->inPtr;
74 aInputs.inBytes = pInputs->inBytes;
76 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.wma"))
81 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.aac"))
86 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amr"))
91 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrnb")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 153 milliseconds