Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_VideoExt.h185 OMX_VIDEO_HEVCProfileMain10 = 0x2, enumerator
DOMX_AsString.h986 case OMX_VIDEO_HEVCProfileMain10: return "Main10";
/frameworks/av/media/libstagefright/
DUtils.cpp332 { 2, OMX_VIDEO_HEVCProfileMain10 }, in parseHevcProfileLevelFromHvcc()
342 codecProfile = OMX_VIDEO_HEVCProfileMain10; in parseHevcProfileLevelFromHvcc()
349 if (isHdr(format) && codecProfile == OMX_VIDEO_HEVCProfileMain10) { in parseHevcProfileLevelFromHvcc()