Home
last modified time | relevance | path

Searched refs:venc_2 (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp485 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
486 ASSERT_NE(venc_2, NULL); in HWTEST_F()
487 OH_VideoEncoder_Destroy(venc_2); in HWTEST_F()
488 venc_2 = nullptr; in HWTEST_F()
500 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByName(g_codecName); in HWTEST_F() local
501 ASSERT_NE(venc_2, NULL); in HWTEST_F()
502 OH_VideoEncoder_Destroy(venc_2); in HWTEST_F()
503 venc_2 = nullptr; in HWTEST_F()
687 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
688 ASSERT_NE(venc_2, NUL in HWTEST_F()
[all...]

Completed in 1 milliseconds