Searched refs:tmpCodecName (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/ |
H A D | encoderconfigure_fuzzer.cpp | 33 string tmpCodecName = OH_AVCapability_GetName(cap); in RunNormalEncoder() local 34 vEncSample->CreateVideoEncoder(tmpCodecName.c_str()); in RunNormalEncoder() 57 string tmpCodecName = OH_AVCapability_GetName(cap); in EncoderConfigureFuzzTest() local 58 vEncSample->CreateVideoEncoder(tmpCodecName.c_str()); in EncoderConfigureFuzzTest()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/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 | configure_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 | videoenc_api11_sample.cpp | 485 const char *tmpCodecName = OH_AVCapability_GetName(cap); in CreateVideoEncoder() local 486 if (!strcmp(codecName, tmpCodecName)) { in CreateVideoEncoder()
|
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()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/ |
H A D | encodersetparameter_fuzzer.cpp | 42 string tmpCodecName = OH_AVCapability_GetName(cap); in DoSomethingInterestingWithMyAPI() local 43 vEncSample->CreateVideoEncoder(tmpCodecName.c_str()); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/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()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/ |
H A D | api_test.cpp | 64 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 65 g_codecName = tmpCodecName; in SetUpTestCase()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | api_test.cpp | 54 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 55 g_codecName = tmpCodecName; in SetUpTestCase()
|
H A D | func_test.cpp | 65 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local 66 g_codecName = tmpCodecName; in SetUpTestCase()
|