Searched refs:strstri (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DOMX_adaptor.cpp40 static const char* strstri(const char* str, const char* subStr) { function
254 if (strstri(componentName,"SECURE") != NULL) {
260 if ((strstri(componentName, "ENCODER") != NULL) ||
261 (strstri(componentName, "sw_ve") != NULL)) {
267 if (strstri(componentName, "AVC") != NULL) {
269 } else if (strstri(componentName, "VP8") != NULL) {
271 } else if (strstri(componentName, "VP9") != NULL) {
273 } else if (strstri(componentName, "MPEG4") != NULL) {
275 } else if (strstri(componentName, "MPEG2") != NULL) {
277 } else if (strstri(componentNam
[all...]

Completed in 67 milliseconds