HomeSort by relevance Sort by last modified time
    Searched full:aomxoutputparameters (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 823 VideoOMXConfigParserOutputs *aOmxOutputParameters;
825 aOmxOutputParameters = (VideoOMXConfigParserOutputs *)aOutputParameters;
828 aOmxOutputParameters->width = 176; //setting width to QCIF
829 aOmxOutputParameters->height = 144; //setting height to QCIF
837 aOmxOutputParameters->profile = 66; //minimum supported h264 profile - setting to baseline profile
838 aOmxOutputParameters->level = 0; // minimum supported h264 level
842 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile
843 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 808 VideoOMXConfigParserOutputs *aOmxOutputParameters;
810 aOmxOutputParameters = (VideoOMXConfigParserOutputs *)aOutputParameters;
813 aOmxOutputParameters->width = 176; //setting width to QCIF
814 aOmxOutputParameters->height = 144; //setting height to QCIF
822 aOmxOutputParameters->profile = 66; //minimum supported h264 profile - setting to baseline profile
823 aOmxOutputParameters->level = 0; // minimum supported h264 level
827 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile
828 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level

Completed in 2341 milliseconds