Searched refs:OH_AudioEncoder_Destroy (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_encoder_capi_unit_test.cpp | 581 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 D | native_avcodec_audioencoder.h | 63 OH_AVErrCode OH_AudioEncoder_Destroy(OH_AVCodec *codec);
|
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/ |
H A D | audioencoderdemo.cpp | 154 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 D | AudioEncoderDemoCommon.cpp | 107 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 D | audioencoderdemo.cpp | 154 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 D | audioencoderdemo.cpp | 154 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 D | audioencoderdemo.cpp | 154 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 D | audioencoderdemo.cpp | 154 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 D | avcodec_audio_aac_encoder_demo.cpp | 269 return OH_AudioEncoder_Destroy(audioEnc_); in Release()
|
H A D | avcodec_audio_flac_encoder_demo.cpp | 251 return OH_AudioEncoder_Destroy(audioEnc_); in Release()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_encoder.cpp | 216 OH_AVErrCode OH_AudioEncoder_Destroy(struct OH_AVCodec *codec) in OH_AudioEncoder_Destroy() function
|
Completed in 12 milliseconds