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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4402 OMX_VIDEO_PARAM_HEVCTYPE hevcType; local
4403 InitOMXParams(&hevcType);
4404 hevcType.nPortIndex = kPortIndexOutput;
4408 (OMX_INDEXTYPE)OMX_IndexParamVideoHevc, &hevcType, sizeof(hevcType));
4425 hevcType.eProfile = static_cast<OMX_VIDEO_HEVCPROFILETYPE>(profile);
4426 hevcType.eLevel = static_cast<OMX_VIDEO_HEVCLEVELTYPE>(level);
4429 hevcType.nKeyFrameInterval = setPFramesSpacing(iFrameInterval, frameRate) + 1;
4432 (OMX_INDEXTYPE)OMX_IndexParamVideoHevc, &hevcType, sizeof(hevcType));
[all...]

Completed in 186 milliseconds