Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_capi_unit_test.cpp581 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
629 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
679 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
728 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
756 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
784 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
1037 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
1080 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
1125 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc_)); in HWTEST_F()
1169 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Destroy(audioEnc in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audioencoder.h63 OH_AVErrCode OH_AudioEncoder_Destroy(OH_AVCodec *codec);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/
H A Daudioencoderdemo.cpp154 OH_AVErrCode ret = OH_AudioEncoder_Destroy(codec); in Destroy()
501 int32_t ret = OH_AudioEncoder_Destroy(audioEnc_); in Release()
635 OH_AudioEncoder_Destroy(audioEnc_);
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp107 return OH_AudioEncoder_Destroy(codec); in NativeDestroy()
552 OH_AVErrCode result = OH_AudioEncoder_Destroy(audioEnc_); in NativeRunCase()
635 result = OH_AudioEncoder_Destroy(audioEnc_); in NativeRunCasePerformance()
678 result = OH_AudioEncoder_Destroy(audioEnc_); in NativeRunCaseFlush()
724 result = OH_AudioEncoder_Destroy(audioEnc_); in NativeRunCaseReset()
745 result = OH_AudioEncoder_Destroy(audioEnc_); in NativeRunCaseGetOutputDescription()
854 result = OH_AudioEncoder_Destroy(audioEnc_); in TestRunCase()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/
H A Daudioencoderdemo.cpp154 OH_AVErrCode ret = OH_AudioEncoder_Destroy(codec); in Destroy()
501 int32_t ret = OH_AudioEncoder_Destroy(audioEnc_); in Release()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/
H A Daudioencoderdemo.cpp154 OH_AVErrCode ret = OH_AudioEncoder_Destroy(codec); in Destroy()
501 int32_t ret = OH_AudioEncoder_Destroy(audioEnc_); in Release()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/
H A Daudioencoderdemo.cpp154 OH_AVErrCode ret = OH_AudioEncoder_Destroy(codec); in Destroy()
501 int32_t ret = OH_AudioEncoder_Destroy(audioEnc_); in Release()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/
H A Daudioencoderdemo.cpp154 OH_AVErrCode ret = OH_AudioEncoder_Destroy(codec); in Destroy()
501 int32_t ret = OH_AudioEncoder_Destroy(audioEnc_); in Release()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_aac_encoder_demo.cpp269 return OH_AudioEncoder_Destroy(audioEnc_); in Release()
H A Davcodec_audio_flac_encoder_demo.cpp251 return OH_AudioEncoder_Destroy(audioEnc_); in Release()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_encoder.cpp216 OH_AVErrCode OH_AudioEncoder_Destroy(struct OH_AVCodec *codec) in OH_AudioEncoder_Destroy() function

Completed in 14 milliseconds