HomeSort by relevance Sort by last modified time
    Searched full:strstri (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.cpp 40 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(componentName, "H263") != NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 150 #define StrStrI __MINGW_NAME_AW(StrStrI)
    [all...]

Completed in 237 milliseconds