Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp106 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
107 strcpy(substring, role_.c_str()); in SetUp()
108 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp109 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
110 strcpy(substring, role_.c_str()); in SetUp()
111 pch = strchr(substring, '.'); in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp101 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
102 strcpy(substring, role_.c_str()); in SetUp()
103 pch = strchr(substring, '.'); in SetUp()
105 substring[pch - substring] = '\0'; in SetUp()
108 if (!strcasecmp(substring, kStringToClass[i].Class)) { in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp108 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
109 strcpy(substring, role_.c_str()); in SetUp()
110 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp120 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
121 strcpy(substring, role_.c_str()); in SetUp()
122 pch = strchr(substring, '.'); in SetUp()