Searched refs:tmpCodecName (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | getparam_test.cpp | 60 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 61 if (memcpy_s(g_codecName, sizeof(g_codecName), tmpCodecName, strlen(tmpCodecName)) != 0) in SetUpTestCase()
|
H A D | temporal_test.cpp | 76 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 77 if (memcpy_s(g_codecName, sizeof(g_codecName), tmpCodecName, strlen(tmpCodecName)) != 0) in SetUpTestCase()
|
H A D | setparam_test.cpp | 60 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 61 if (memcpy_s(g_codecName, sizeof(g_codecName), tmpCodecName, strlen(tmpCodecName)) != 0) in SetUpTestCase()
|
H A D | func_test.cpp | 67 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 68 if (memcpy_s(g_codecName, sizeof(g_codecName), tmpCodecName, strlen(tmpCodecName)) != 0) in SetUpTestCase()
|
/test/xts/acts/multimedia/av_codec/capability/src/ |
H A D | cap_test.cpp | 57 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 58 if (memcpy_s(g_codecName, sizeof(g_codecName), tmpCodecName, strlen(tmpCodecName)) != 0) in SetUpTestCase()
|
Completed in 7 milliseconds