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

  /hardware/qcom/media/msm8974/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/msm8974/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
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 906 VideoOMXConfigParserOutputs *aOmxOutputParameters;
908 aOmxOutputParameters = (VideoOMXConfigParserOutputs *)aOutputParameters;
911 aOmxOutputParameters->width = 176; //setting width to QCIF
912 aOmxOutputParameters->height = 144; //setting height to QCIF
920 aOmxOutputParameters->profile = 66; //minimum supported h264 profile - setting to baseline profile
921 aOmxOutputParameters->level = 0; // minimum supported h264 level
925 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile
926 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.c 908 VideoOMXConfigParserOutputs *aOmxOutputParameters;
910 aOmxOutputParameters = (VideoOMXConfigParserOutputs *)aOutputParameters;
913 aOmxOutputParameters->width = 176; //setting width to QCIF
914 aOmxOutputParameters->height = 144; //setting height to QCIF
922 aOmxOutputParameters->profile = 66; //minimum supported h264 profile - setting to baseline profile
923 aOmxOutputParameters->level = 0; // minimum supported h264 level
927 aOmxOutputParameters->profile = 8; //minimum supported h263/mpeg4 profile
928 aOmxOutputParameters->level = 0; // minimum supported h263/mpeg4 level

Completed in 78 milliseconds