Home
last modified time | relevance | path

Searched refs:OMX_VIDEO_HEVCProfileMain10 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_VideoExt.h217 OMX_VIDEO_HEVCProfileMain10 = 0x2, enumerator
DOMX_AsString.h1012 case OMX_VIDEO_HEVCProfileMain10: return "Main10";
/frameworks/av/media/libstagefright/
DUtils.cpp312 { 2, OMX_VIDEO_HEVCProfileMain10 }, in parseHevcProfileLevelFromHvcc()
325 codecProfile = OMX_VIDEO_HEVCProfileMain10; in parseHevcProfileLevelFromHvcc()
332 if (isHdr(format) && codecProfile == OMX_VIDEO_HEVCProfileMain10) { in parseHevcProfileLevelFromHvcc()
DACodec.cpp3398 if (profile == OMX_VIDEO_HEVCProfileMain10 || in setupVideoDecoder()