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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4251 OMX_VIDEO_PARAM_AVCTYPE h264type; local
4252 InitOMXParams(&h264type);
4253 h264type.nPortIndex = kPortIndexOutput;
4256 OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
4262 h264type.nAllowedPictureTypes =
4278 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
4279 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(level);
4281 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
4287 h264type
[all...]

Completed in 360 milliseconds