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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 194 /* H263 profile and level table*/
629 D("Configuring H263...");
631 OMX_VIDEO_PARAM_H263TYPE h263; local
634 &h263);
636 h263.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
637 h263.nPFrames = m_sProfile.nFramerate * 2 - 1; // intra period
638 h263.nBFrames = 0;
639 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
640 h263.eLevel = (OMX_VIDEO_H263LEVELTYPE)eLevel;
641 h263.bPLUSPTYPEAllowed = OMX_FALSE
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 215 /* H263 profile and level table*/
664 D("Configuring H263...");
666 OMX_VIDEO_PARAM_H263TYPE h263; local
669 &h263);
671 h263.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
672 h263.nPFrames = m_sProfile.nFramerate * 2 - 1; // intra period
673 h263.nBFrames = 0;
674 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
675 h263.eLevel = (OMX_VIDEO_H263LEVELTYPE)eLevel;
676 h263.bPLUSPTYPEAllowed = OMX_FALSE
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 225 ExynosVideoEncH263Param h263; member in union:_ExynosVideoEncCodecParam
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 178 ExynosVideoEncH263Param *pH263Param = &pEncParam->codecParam.h263;
197 /* H263 specific parameters */
334 pH263Param = &pEncParam->codecParam.h263;
385 /* H263 specific parameters */
486 pH263Param = &pEncParam->codecParam.h263;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c 581 ExynosVideoEncH263Param *pH263Param = &pEncParam->codecParam.h263;
595 /* H263 specific parameters */
    [all...]

Completed in 161 milliseconds