Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp106 std::string substring; in SetUp() local
108 substring = std::string(gEnv->getComponent()); in SetUp()
112 size_t len = substring.find(".encoder", pos); in SetUp()
113 comp = substring.substr(pos, len - pos); in SetUp()
DMtsHidlC2V1_0TargetAudioDecTest.cpp120 std::string substring; in SetUp() local
122 substring = std::string(gEnv->getComponent()); in SetUp()
126 size_t len = substring.find(".decoder", pos); in SetUp()
127 comp = substring.substr(pos, len - pos); in SetUp()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp104 std::string substring; in SetUp() local
106 substring = std::string(gEnv->getComponent()); in SetUp()
110 size_t len = substring.find(".encoder", pos); in SetUp()
111 comp = substring.substr(pos, len - pos); in SetUp()
DMtsHidlC2V1_0TargetVideoDecTest.cpp110 std::string substring; in SetUp() local
112 substring = std::string(gEnv->getComponent()); in SetUp()
116 size_t len = substring.find(".decoder", pos); in SetUp()
117 comp = substring.substr(pos, len - pos); in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp107 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
108 strcpy(substring, gEnv->getRole().c_str()); in SetUp()
109 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp110 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
111 strcpy(substring, gEnv->getRole().c_str()); in SetUp()
112 pch = strchr(substring, '.'); in SetUp()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp104 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/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp109 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
110 strcpy(substring, gEnv->getRole().c_str()); in SetUp()
111 pch = strchr(substring, '.'); in SetUp()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp123 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local
124 strcpy(substring, gEnv->getRole().c_str()); in SetUp()
125 pch = strchr(substring, '.'); in SetUp()