Searched refs:substring (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 107 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 108 strcpy(substring, gEnv->getRole().c_str()); in SetUp() 109 pch = strchr(substring, '.'); in SetUp()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 104 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 105 strcpy(substring, gEnv->getRole().c_str()); in SetUp() 106 pch = strchr(substring, '.'); in SetUp() 108 substring[pch - substring] = '\0'; in SetUp() 111 if (!strcasecmp(substring, kStringToClass[i].Class)) { in SetUp()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 109 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 110 strcpy(substring, gEnv->getRole().c_str()); in SetUp() 111 pch = strchr(substring, '.'); in SetUp()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 122 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 123 strcpy(substring, gEnv->getRole().c_str()); in SetUp() 124 pch = strchr(substring, '.'); in SetUp()
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 650 # wildcard * is used, a substring. Examples: ANamespace, AClass,
|
/hardware/google/av/codec2/docs/ |
D | doxygen.config | 847 # wildcard * is used, a substring. Examples: ANamespace, AClass,
|