Searched refs:substring (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 106 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()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 120 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/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 104 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()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 110 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/ |
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()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 110 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/ |
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 | 123 char substring[OMX_MAX_STRINGNAME_SIZE]; in SetUp() local 124 strcpy(substring, gEnv->getRole().c_str()); in SetUp() 125 pch = strchr(substring, '.'); in SetUp()
|