Searched refs:CheckEntrypointCodecType (Results 1 – 2 of 2) sorted by relevance
147 bool MediaLibvaCaps::CheckEntrypointCodecType(VAEntrypoint entrypoint, CodecType codecType) in CheckEntrypointCodecType() function in MediaLibvaCaps251 if (CheckEntrypointCodecType(m_profileEntryTbl[i].m_entrypoint, codecType)) in GetProfileEntrypointFromConfigId()2319 if (CheckEntrypointCodecType(entrypoint, videoDecode)) in CreateConfig()2323 else if(CheckEntrypointCodecType(entrypoint, videoProcess)) in CreateConfig()2327 else if(CheckEntrypointCodecType(entrypoint, videoEncode)) in CreateConfig()2331 else if(CheckEntrypointCodecType(entrypoint, videoProtect)) in CreateConfig()
934 bool CheckEntrypointCodecType(VAEntrypoint entrypoint, CodecType codecType);