Searched defs:h263 (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp103 {"h263", h263}, {"avc", avc}, {"mpeg2", mpeg2}, {"mpeg4", mpeg4},
126 {h263, OMX_VIDEO_CodingH263}, {avc, OMX_VIDEO_CodingAVC},
238 h263, enumerator in enum:VideoDecHidlTest::standardComp
337 {VideoDecHidlTest::standardComp::h263,
338 {"", "bbb_h263_352x288_300kbps_12fps.h263"},
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp116 {"h263", h263}, {"avc", avc}, {"mpeg4", mpeg4},
139 {h263, OMX_VIDEO_CodingH263}, {avc, OMX_VIDEO_CodingAVC},
238 h263, enumerator in enum:VideoEncHidlTest::standardComp
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp631 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;
642 h263.nAllowedPictureTypes = 2;
643 h263
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp666 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;
677 h263.nAllowedPictureTypes = 2;
678 h263
[all...]

Completed in 666 milliseconds