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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1207 OMX_VIDEO_PARAM_AVCTYPE h264type; local
1208 InitOMXParams(&h264type);
1209 h264type.nPortIndex = kPortIndexOutput;
1212 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1215 h264type.nAllowedPictureTypes =
1220 defaultProfileLevel.mProfile = h264type.eProfile;
1221 defaultProfileLevel.mLevel = h264type.eLevel;
1224 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1225 h264type
[all...]
H A DACodec.cpp2855 OMX_VIDEO_PARAM_AVCTYPE h264type; local
2856 InitOMXParams(&h264type);
2857 h264type.nPortIndex = kPortIndexOutput;
2860 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
2866 h264type.nAllowedPictureTypes =
2882 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
2883 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(level);
2887 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
2889 h264type
[all...]

Completed in 473 milliseconds