HomeSort by relevance Sort by last modified time
    Searched refs:aOmxInputParameters (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.c 824 OMXConfigParserInputs *aOmxInputParameters;
826 aOmxInputParameters = (OMXConfigParserInputs *)aInputParameters;
835 if (0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.avc"))
840 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263")))
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.c 809 OMXConfigParserInputs *aOmxInputParameters;
811 aOmxInputParameters = (OMXConfigParserInputs *)aInputParameters;
820 if (0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.avc"))
825 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263")))
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 907 OMXConfigParserInputs *aOmxInputParameters;
909 aOmxInputParameters = (OMXConfigParserInputs *)aInputParameters;
918 if (0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.avc"))
923 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263")))
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.c 909 OMXConfigParserInputs *aOmxInputParameters;
911 aOmxInputParameters = (OMXConfigParserInputs *)aInputParameters;
920 if (0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.avc"))
925 else if ((0 == strcmp(aOmxInputParameters->cComponentRole, (OMX_STRING)"video_decoder.mpeg4")) || (0 == strcmp(aOmxInputParameters ->cComponentRole, (OMX_STRING)"video_decoder.h263")))

Completed in 122 milliseconds