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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4057 OMX_VIDEO_PARAM_AVCTYPE h264type; local
4058 InitOMXParams(&h264type);
4059 h264type.nPortIndex = kPortIndexOutput;
4062 mNode, OMX_IndexParamVideoAvc, &h264type, sizeof(h264type));
4068 h264type.nAllowedPictureTypes =
4084 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
4085 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(level);
4088 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
4092 asString(h264type
[all...]

Completed in 52 milliseconds