Searched refs:h264type (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1103 OMX_VIDEO_PARAM_AVCTYPE h264type; local
1104 InitOMXParams(&h264type);
1105 h264type.nPortIndex = kPortIndexOutput;
1108 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1111 h264type.nAllowedPictureTypes =
1116 defaultProfileLevel.mProfile = h264type.eProfile;
1117 defaultProfileLevel.mLevel = h264type.eLevel;
1120 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1121 h264type
[all...]
H A DACodec.cpp1823 OMX_VIDEO_PARAM_AVCTYPE h264type; local
1824 InitOMXParams(&h264type);
1825 h264type.nPortIndex = kPortIndexOutput;
1828 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1834 h264type.nAllowedPictureTypes =
1850 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
1851 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(level);
1855 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
1857 h264type
[all...]

Completed in 274 milliseconds