Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp225 std::shared_ptr<AVCodecVideoDecoder> vdec_2 = VideoDecoderFactory::CreateByName(g_codecName); in HWTEST_F() local
226 ASSERT_NE(nullptr, vdec_2); in HWTEST_F()
227 ASSERT_EQ(AVCS_ERR_OK, vdec_2->Release()); in HWTEST_F()
228 vdec_2 = nullptr; in HWTEST_F()
415 std::shared_ptr<AVCodecVideoDecoder> vdec_2 = VideoDecoderFactory::CreateByMime(g_codecMime); in HWTEST_F() local
416 ASSERT_NE(nullptr, vdec_2); in HWTEST_F()
417 ASSERT_EQ(AVCS_ERR_OK, vdec_2->Release()); in HWTEST_F()
418 vdec_2 = nullptr; in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dapi_test.cpp231 std::shared_ptr<AVCodecVideoDecoder> vdec_2 = VideoDecoderFactory::CreateByName(g_codecName); in HWTEST_F() local
232 ASSERT_NE(nullptr, vdec_2); in HWTEST_F()
233 ASSERT_EQ(AVCS_ERR_OK, vdec_2->Release()); in HWTEST_F()
234 vdec_2 = nullptr; in HWTEST_F()
399 std::shared_ptr<AVCodecVideoDecoder> vdec_2 = VideoDecoderFactory::CreateByMime(g_codecMime); in HWTEST_F() local
400 ASSERT_NE(nullptr, vdec_2); in HWTEST_F()
401 ASSERT_EQ(AVCS_ERR_OK, vdec_2->Release()); in HWTEST_F()
402 vdec_2 = nullptr; in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp480 OH_AVCodec *vdec_2 = OH_VideoDecoder_CreateByName(CODEC_NAME.c_str()); in HWTEST_F() local
481 ASSERT_NE(vdec_2, NULL); in HWTEST_F()
482 OH_VideoDecoder_Destroy(vdec_2); in HWTEST_F()
483 vdec_2 = nullptr; in HWTEST_F()
663 OH_AVCodec *vdec_2 = OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
664 ASSERT_NE(vdec_2, NULL); in HWTEST_F()
665 OH_VideoDecoder_Destroy(vdec_2); in HWTEST_F()
666 vdec_2 = nullptr; in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dapi_test.cpp506 OH_AVCodec *vdec_2 = OH_VideoDecoder_CreateByName(g_codecName.c_str()); in HWTEST_F() local
507 ASSERT_NE(vdec_2, NULL); in HWTEST_F()
508 OH_VideoDecoder_Destroy(vdec_2); in HWTEST_F()
509 vdec_2 = nullptr; in HWTEST_F()
709 OH_AVCodec *vdec_2 = OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC); in HWTEST_F() local
710 ASSERT_NE(vdec_2, NULL); in HWTEST_F()
711 OH_VideoDecoder_Destroy(vdec_2); in HWTEST_F()
712 vdec_2 = nullptr; in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dapi_test.cpp714 OH_AVCodec *vdec_2 = OH_VideoDecoder_CreateByName(g_codecName_hevc.c_str()); in HWTEST_F() local
715 ASSERT_NE(vdec_2, NULL); in HWTEST_F()
716 OH_VideoDecoder_Destroy(vdec_2); in HWTEST_F()
717 vdec_2 = nullptr; in HWTEST_F()

Completed in 10 milliseconds