Home
last modified time | relevance | path

Searched refs:OH_AudioCodec_Reset (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp601 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
605 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
622 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
627 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
646 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
650 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
669 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
673 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
852 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
938 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioEnc_));
[all …]
H A Daudio_decoder_avbuffer_capi_unit_test.cpp589 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
593 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
597 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
616 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
620 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
641 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
728 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
743 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
757 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
958 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
[all …]
H A Daudio_encoder_capi_unit_test.cpp505 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in HeAACSampleRateTest()
510 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in HeAACSampleRateTest()
526 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in ChannelCountTest()
531 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in ChannelCountTest()
549 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in ChannelLayoutTest()
555 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK); in ChannelLayoutTest()
2028 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK);
2034 EXPECT_EQ(OH_AudioCodec_Reset(audioEnc_), AV_ERR_OK);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md360 | OH_AudioDecoder_Reset | 原音频解码模块变更为音频编解码模块 | OH_AudioCodec_Reset |
412 (可选)调用OH_AudioCodec_Reset(),重置编解码器。
469 | OH_AudioEncoder_Reset | 原音频编码模块变更为音频编解码模块 | OH_AudioCodec_Reset |
521 (可选)调用OH_AudioCodec_Reset(),重置编解码器。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_audio_codec.md41 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Reset](#oh_audiocodec_reset) ([OH_AVCodec](_…
320 ### OH_AudioCodec_Reset()
323 OH_AVErrCode OH_AudioCodec_Reset (OH_AVCodec *codec)
H A Dnative__avcodec__audiocodec_8h.md31 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Reset](_audio_codec.md#oh_audiocodec_reset) …
H A D_audio_decoder.md372 **替代接口:**[OH_AudioCodec_Reset](_audio_codec.md#oh_audiocodec_reset)
H A D_audio_encoder.md368 **替代接口:**[OH_AudioCodec_Reset](_audio_codec.md#oh_audiocodec_reset)
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-encoding.md361 10. (可选)调用OH_AudioCodec_Reset()重置编码器。
362 …调用OH_AudioCodec_Reset()后,编码器回到初始化的状态,需要调用OH_AudioCodec_Configure()重新配置,然后调用OH_AudioCodec_Start()重新…
366 ret = OH_AudioCodec_Reset(audioEnc_);
H A Daudio-decoding.md423 12. (可选)调用OH_AudioCodec_Reset()重置解码器。
424 …调用OH_AudioCodec_Reset()后,解码器回到初始化的状态,需要调用OH_AudioCodec_Configure()重新配置,然后调用OH_AudioCodec_Start()重新…
428 ret = OH_AudioCodec_Reset(audioDec_);
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiocodec.h199 OH_AVErrCode OH_AudioCodec_Reset(OH_AVCodec *codec);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/
H A Daudio_decoder_capi_avbuffer_vivid_unit_test.cpp611 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
626 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
640 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
648 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
663 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
677 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioCodec_Reset(audioDec_));
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-multimedia.md360 …Reset | The **AudioDecoder** module is changed to the **AudioCodec** module.| OH_AudioCodec_Reset |
412 (Optional) Call **OH_AudioCodec_Reset()** to reset the codec.
469 …Reset | The **AudioEncoder** module is changed to the **AudioCodec** module.| OH_AudioCodec_Reset |
521 (Optional) Call **OH_AudioCodec_Reset()** to reset the codec.
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-encoding.md367 10. (Optional) Call **OH_AudioCodec_Reset()** to reset the encoder.
369 …After **OH_AudioCodec_Reset()** is called, the encoder returns to the initialized state. To contin…
373 ret = OH_AudioCodec_Reset(audioEnc_);
H A Daudio-decoding.md427 12. (Optional) Call **OH_AudioCodec_Reset()** to reset the decoder.
429 …After **OH_AudioCodec_Reset()** is called, the decoder returns to the initialized state. To contin…
433 ret = OH_AudioCodec_Reset(audioDec_);
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_audio_codec.md41 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Reset](#oh_audiocodec_reset) ([OH_AVCodec](_…
344 ### OH_AudioCodec_Reset()
347 OH_AVErrCode OH_AudioCodec_Reset (OH_AVCodec *codec)
H A Dnative__avcodec__audiocodec_8h.md31 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioCodec_Reset](_audio_codec.md#oh_audiocodec_reset) …
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/
H A Daudio_encoder_demo.cpp365 return OH_AudioCodec_Reset(audioEnc_); in Reset()
538 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_demo.cpp344 return OH_AudioCodec_Reset(audioEnc_); in Reset()
517 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_demo.cpp344 return OH_AudioCodec_Reset(audioEnc_); in Reset()
517 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.cpp397 return OH_AudioCodec_Reset(audioDec_); in Reset()
564 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.cpp356 return OH_AudioCodec_Reset(audioDec_); in Reset()
523 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.cpp356 return OH_AudioCodec_Reset(audioDec_); in Reset()
523 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp426 return OH_AudioCodec_Reset(audioEnc_); in Reset()
643 return OH_AudioCodec_Reset(codec); in Reset()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_flac_encoder_demo.cpp256 return OH_AudioCodec_Reset(audioEnc_); in Reset()

12