Searched refs:strstri (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/ |
D | OMX_adaptor.cpp | 40 static const char* strstri(const char* str, const char* subStr) { in strstri() function 266 if (strstri(componentName,"SECURE") != NULL) { in ParseCodecInfoFromComponentName() 272 if ((strstri(componentName, "ENCODER") != NULL) || in ParseCodecInfoFromComponentName() 273 (strstri(componentName, "sw_ve") != NULL)) { in ParseCodecInfoFromComponentName() 279 if (strstri(componentName, "AVC") != NULL) { in ParseCodecInfoFromComponentName() 281 } else if (strstri(componentName, "VP8") != NULL) { in ParseCodecInfoFromComponentName() 283 } else if (strstri(componentName, "VP9") != NULL) { in ParseCodecInfoFromComponentName() 285 } else if (strstri(componentName, "MPEG4") != NULL) { in ParseCodecInfoFromComponentName() 287 } else if (strstri(componentName, "MPEG2") != NULL) { in ParseCodecInfoFromComponentName() 289 } else if (strstri(componentName, "H263") != NULL) { in ParseCodecInfoFromComponentName() [all …]
|