Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dapi_test.cpp487 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
488 ASSERT_NE(venc_2, NULL); in HWTEST_F()
489 OH_VideoEncoder_Destroy(venc_2); in HWTEST_F()
490 venc_2 = nullptr; in HWTEST_F()
502 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByName(g_codecName); in HWTEST_F() local
503 ASSERT_NE(venc_2, NULL); in HWTEST_F()
504 OH_VideoEncoder_Destroy(venc_2); in HWTEST_F()
505 venc_2 = nullptr; in HWTEST_F()
711 OH_AVCodec *venc_2 = OH_VideoEncoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
712 ASSERT_NE(venc_2, NUL in HWTEST_F()
[all...]

Completed in 1 milliseconds