Home
last modified time | relevance | path

Searched refs:tmpCodecName (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dencoderconfigure_fuzzer.cpp33 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 Dgetparam_test.cpp60 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 Dconfigure_test.cpp60 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 Dtemporal_test.cpp76 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 Dsetparam_test.cpp60 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 Dvideoenc_api11_sample.cpp485 const char *tmpCodecName = OH_AVCapability_GetName(cap); in CreateVideoEncoder() local
486 if (!strcmp(codecName, tmpCodecName)) { in CreateVideoEncoder()
H A Dfunc_test.cpp67 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 Dencodersetparameter_fuzzer.cpp42 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 Dcap_test.cpp57 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 Dapi_test.cpp64 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 Dapi_test.cpp54 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local
55 g_codecName = tmpCodecName; in SetUpTestCase()
H A Dfunc_test.cpp65 const char *tmpCodecName = OH_AVCapability_GetName(cap); in SetUpTestCase() local
66 g_codecName = tmpCodecName; in SetUpTestCase()