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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1205 OMX_VIDEO_PARAM_AVCTYPE h264type; local
1206 InitOMXParams(&h264type);
1207 h264type.nPortIndex = kPortIndexOutput;
1210 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
1213 h264type.nAllowedPictureTypes =
1218 defaultProfileLevel.mProfile = h264type.eProfile;
1219 defaultProfileLevel.mLevel = h264type.eLevel;
1222 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1223 h264type
[all...]
H A DACodec.cpp2606 OMX_VIDEO_PARAM_AVCTYPE h264type; local
2607 InitOMXParams(&h264type);
2608 h264type.nPortIndex = kPortIndexOutput;
2611 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
2617 h264type.nAllowedPictureTypes =
2633 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
2634 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(level);
2638 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
2640 h264type
[all...]

Completed in 393 milliseconds