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 254 if (strstri(componentName,"SECURE") != NULL) { in ParseCodecInfoFromComponentName() 260 if ((strstri(componentName, "ENCODER") != NULL) || in ParseCodecInfoFromComponentName() 261 (strstri(componentName, "sw_ve") != NULL)) { in ParseCodecInfoFromComponentName() 267 if (strstri(componentName, "AVC") != NULL) { in ParseCodecInfoFromComponentName() 269 } else if (strstri(componentName, "VP8") != NULL) { in ParseCodecInfoFromComponentName() 271 } else if (strstri(componentName, "VP9") != NULL) { in ParseCodecInfoFromComponentName() 273 } else if (strstri(componentName, "MPEG4") != NULL) { in ParseCodecInfoFromComponentName() 275 } else if (strstri(componentName, "MPEG2") != NULL) { in ParseCodecInfoFromComponentName() 277 } else if (strstri(componentName, "H263") != NULL) { in ParseCodecInfoFromComponentName() [all …]
|