Searched refs:OH_AudioEncoder_Prepare (Results 1 – 11 of 11) sorted by relevance
440 | OH_AudioEncoder_Prepare | 9 |463 | OH_AudioEncoder_Prepare | 原音频编码模块变更为音频编解码模块 | OH_AudioCodec_Prepare |483 调用OH_AudioEncoder_Prepare(),编码器就绪。
36 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioEncoder_Prepare](#oh_audioencoder_prepare) (OH_AVC…288 ### OH_AudioEncoder_Prepare()291 OH_AVErrCode OH_AudioEncoder_Prepare (OH_AVCodec *codec)
27 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_AudioEncoder_Prepare](_audio_encoder.md#oh_audioencoder…
129 OH_AVErrCode OH_AudioEncoder_Prepare(OH_AVCodec *codec);
122 return OH_AudioEncoder_Prepare(codec); in NativePrepare()500 result = OH_AudioEncoder_Prepare(audioEnc_); in NativeCreateToStart()586 result = OH_AudioEncoder_Prepare(audioEnc_); in NativeRunCaseWithoutCreate()709 result = OH_AudioEncoder_Prepare(audioEnc_); in NativeRunCaseReset()838 result = OH_AudioEncoder_Prepare(audioEnc_); in TestRunCase()
440 | OH_AudioEncoder_Prepare | 9 |463 | OH_AudioEncoder_Prepare | The **AudioEncoder** module is changed to the **AudioCodec** module.| O…483 Call **OH_AudioEncoder_Prepare()** to prepare internal resources for the encoder.
264 OH_AVErrCode OH_AudioEncoder_Prepare(struct OH_AVCodec *codec) in OH_AudioEncoder_Prepare() function
164 return OH_AudioEncoder_Prepare(codec); in Prepare()
1053 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Prepare(audioEnc_));