/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_capi_unit_test.cpp | 249 int32_t ret = OH_AVErrCode::AV_ERR_OK; in HandleNormalInput() 355 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 361 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 371 return OH_AVErrCode::AV_ERR_UNKNOWN; in Stop() 420 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 425 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 429 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 431 return OH_AVErrCode::AV_ERR_OK; in InitFile() 454 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 459 return OH_AVErrCode in CreateCodecFunc() [all...] |
H A D | audio_decoder_avbuffer_capi_unit_test.cpp | 356 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 362 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 435 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 440 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 444 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 446 return OH_AVErrCode::AV_ERR_OK; in InitFile() 471 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 476 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 482 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 486 if (ret != OH_AVErrCode in CreateCodecFunc() [all...] |
H A D | audio_encoder_avbuffer_capi_unit_test.cpp | 387 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 391 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 395 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 397 return OH_AVErrCode::AV_ERR_OK; in InitFile() 414 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 419 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 425 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 429 if (ret != OH_AVErrCode::AV_ERR_OK) { in CreateCodecFunc() 431 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 434 return OH_AVErrCode in CreateCodecFunc() [all...] |
H A D | audio_encoder_capi_unit_test.cpp | 291 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_SetCallback(audioEnc_, cb_, signal_)); in ProceFunc() 347 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Configure(audioEnc_, format)); in HWTEST_F() 364 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Configure(audioEnc_, format)); in HWTEST_F() 366 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_IsValid(audioEnc_, &value)); in HWTEST_F() 386 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Configure(audioEnc_, format)); in HWTEST_F() 395 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Start(audioEnc_)); in HWTEST_F() 415 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Flush(audioEnc_)); in HWTEST_F() 416 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_SetParameter(audioEnc_, format)); in HWTEST_F() 432 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_AudioEncoder_Configure(audioEnc_, format)); in HWTEST_F() 433 EXPECT_NE(OH_AVErrCode in HWTEST_F() [all...] |
/foundation/multimedia/player_framework/interfaces/kits/c/ |
H A D | avplayer.h | 76 OH_AVErrCode OH_AVPlayer_SetURLSource(OH_AVPlayer *player, const char *url); 90 OH_AVErrCode OH_AVPlayer_SetFDSource(OH_AVPlayer *player, int32_t fd, int64_t offset, int64_t size); 104 OH_AVErrCode OH_AVPlayer_Prepare(OH_AVPlayer *player); 119 OH_AVErrCode OH_AVPlayer_Play(OH_AVPlayer *player); 130 OH_AVErrCode OH_AVPlayer_Pause(OH_AVPlayer *player); 141 OH_AVErrCode OH_AVPlayer_Stop(OH_AVPlayer *player); 156 OH_AVErrCode OH_AVPlayer_Reset(OH_AVPlayer *player); 172 OH_AVErrCode OH_AVPlayer_Release(OH_AVPlayer *player); 188 OH_AVErrCode OH_AVPlayer_ReleaseSync(OH_AVPlayer *player); 208 OH_AVErrCode OH_AVPlayer_SetVolum [all...] |
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 57 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 65 OH_AVErrCode OH_VideoDecoder_Destroy(OH_AVCodec *codec); 75 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 86 OH_AVErrCode OH_VideoDecoder_SetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback, void *userData); 96 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 104 OH_AVErrCode OH_VideoDecoder_RegisterCallback(OH_AVCodec *codec, OH_AVCodecCallback callback, void *userData); 113 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 123 OH_AVErrCode OH_VideoDecoder_SetSurface(OH_AVCodec *codec, OHNativeWindow *window); 132 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 143 OH_AVErrCode OH_VideoDecoder_Configur [all...] |
H A D | native_avcodec_videoencoder.h | 70 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 78 OH_AVErrCode OH_VideoEncoder_Destroy(OH_AVCodec *codec); 88 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 99 OH_AVErrCode OH_VideoEncoder_SetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback, void *userData); 109 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 117 OH_AVErrCode OH_VideoEncoder_RegisterCallback(OH_AVCodec *codec, OH_AVCodecCallback callback, void *userData); 129 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 137 OH_AVErrCode OH_VideoEncoder_RegisterParameterCallback(OH_AVCodec *codec, 148 * otherwise returns a specific error code, refer to {@link OH_AVErrCode}. 157 OH_AVErrCode OH_VideoEncoder_Configur [all...] |
H A D | native_avcodec_audiodecoder.h | 57 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 63 OH_AVErrCode OH_AudioDecoder_Destroy(OH_AVCodec *codec); 73 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 79 OH_AVErrCode OH_AudioDecoder_SetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback, void *userData); 88 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 94 OH_AVErrCode OH_AudioDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 102 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 108 OH_AVErrCode OH_AudioDecoder_Prepare(OH_AVCodec *codec); 116 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 122 OH_AVErrCode OH_AudioDecoder_Star [all...] |
H A D | native_avcodec_audioencoder.h | 57 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 63 OH_AVErrCode OH_AudioEncoder_Destroy(OH_AVCodec *codec); 73 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 79 OH_AVErrCode OH_AudioEncoder_SetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback, void *userData); 88 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 94 OH_AVErrCode OH_AudioEncoder_Configure(OH_AVCodec *codec, OH_AVFormat *format); 102 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 108 OH_AVErrCode OH_AudioEncoder_Prepare(OH_AVCodec *codec); 116 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 122 OH_AVErrCode OH_AudioEncoder_Star [all...] |
H A D | native_avcodec_audiocodec.h | 59 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 66 OH_AVErrCode OH_AudioCodec_Destroy(OH_AVCodec *codec); 76 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 81 OH_AVErrCode OH_AudioCodec_RegisterCallback(OH_AVCodec *codec, OH_AVCodecCallback callback, void *userData); 90 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 98 OH_AVErrCode OH_AudioCodec_Configure(OH_AVCodec *codec, const OH_AVFormat *format); 106 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 114 OH_AVErrCode OH_AudioCodec_Prepare(OH_AVCodec *codec); 122 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 130 OH_AVErrCode OH_AudioCodec_Star [all...] |
H A D | native_avcapability.h | 136 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 140 OH_AVErrCode OH_AVCapability_GetEncoderBitrateRange(OH_AVCapability *capability, OH_AVRange *bitrateRange); 158 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 162 OH_AVErrCode OH_AVCapability_GetEncoderQualityRange(OH_AVCapability *capability, OH_AVRange *qualityRange); 170 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 174 OH_AVErrCode OH_AVCapability_GetEncoderComplexityRange(OH_AVCapability *capability, OH_AVRange *complexityRange); 183 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 189 OH_AVErrCode OH_AVCapability_GetAudioSupportedSampleRates(OH_AVCapability *capability, const int32_t **sampleRates, 198 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 202 OH_AVErrCode OH_AVCapability_GetAudioChannelCountRang [all...] |
H A D | native_avdemuxer.h | 61 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 65 OH_AVErrCode OH_AVDemuxer_Destroy(OH_AVDemuxer *demuxer); 77 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 82 OH_AVErrCode OH_AVDemuxer_SelectTrackByID(OH_AVDemuxer *demuxer, uint32_t trackIndex); 94 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 98 OH_AVErrCode OH_AVDemuxer_UnselectTrackByID(OH_AVDemuxer *demuxer, uint32_t trackIndex); 110 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 120 OH_AVErrCode OH_AVDemuxer_ReadSample(OH_AVDemuxer *demuxer, uint32_t trackIndex, 132 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 140 OH_AVErrCode OH_AVDemuxer_ReadSampleBuffe [all...] |
H A D | native_avmuxer.h | 46 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 51 OH_AVErrCode OH_AVMuxer_SetRotation(OH_AVMuxer *muxer, int32_t rotation); 63 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 71 OH_AVErrCode OH_AVMuxer_AddTrack(OH_AVMuxer *muxer, int32_t *trackIndex, OH_AVFormat *trackFormat); 79 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 85 OH_AVErrCode OH_AVMuxer_Start(OH_AVMuxer *muxer); 98 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 107 OH_AVErrCode OH_AVMuxer_WriteSample(OH_AVMuxer *muxer, uint32_t trackIndex, 120 * otherwise returns a specific error code, refer to {@link OH_AVErrCode} 127 OH_AVErrCode OH_AVMuxer_WriteSampleBuffe [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 265 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 271 return OH_AVErrCode::AV_ERR_UNKNOWN; in Start() 281 return OH_AVErrCode::AV_ERR_UNKNOWN; in Stop() 309 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 314 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 318 return OH_AVErrCode::AV_ERR_UNKNOWN; in InitFile() 320 return OH_AVErrCode::AV_ERR_OK; in InitFile() 329 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 334 return OH_AVErrCode::AV_ERR_UNKNOWN; in CreateCodecFunc() 340 return OH_AVErrCode in CreateCodecFunc() [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/fcodec_test/ |
H A D | video_decoder_capi_unit_test.cpp | 396 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_SetCallback(videoDec_, cb_, signal_.get())); in ProceFunc() 419 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 427 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 428 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Start(videoDec_)); in HWTEST_F() 436 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 437 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Start(videoDec_)); in HWTEST_F() 438 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 446 EXPECT_EQ(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 447 EXPECT_NE(OH_AVErrCode::AV_ERR_OK, OH_VideoDecoder_Configure(videoDec_, format_)); in HWTEST_F() 455 EXPECT_EQ(OH_AVErrCode in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.h | 76 OH_AVErrCode Destroy(OH_AVCodec* codec); 77 OH_AVErrCode SetCallback(OH_AVCodec* codec); 78 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 79 OH_AVErrCode Prepare(OH_AVCodec* codec); 80 OH_AVErrCode Start(OH_AVCodec* codec); 81 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 86 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/ |
H A D | audio_decoder_description_demo.h | 76 OH_AVErrCode Destroy(OH_AVCodec* codec); 77 OH_AVErrCode SetCallback(OH_AVCodec* codec); 78 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 79 OH_AVErrCode Prepare(OH_AVCodec* codec); 80 OH_AVErrCode Start(OH_AVCodec* codec); 81 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 86 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.h | 76 OH_AVErrCode Destroy(OH_AVCodec* codec); 77 OH_AVErrCode SetCallback(OH_AVCodec* codec); 78 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 79 OH_AVErrCode Prepare(OH_AVCodec* codec); 80 OH_AVErrCode Start(OH_AVCodec* codec); 81 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 86 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/ |
H A D | audio_decoder_demo.h | 76 OH_AVErrCode Destroy(OH_AVCodec* codec); 77 OH_AVErrCode SetCallback(OH_AVCodec* codec); 78 OH_AVErrCode Configure(OH_AVCodec* codec, OH_AVFormat* format, int32_t channel, int32_t sampleRate); 79 OH_AVErrCode Prepare(OH_AVCodec* codec); 80 OH_AVErrCode Start(OH_AVCodec* codec); 81 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 86 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/ |
H A D | audioencoderdemo.h | 72 OH_AVErrCode Destroy(OH_AVCodec* codec); 74 OH_AVErrCode SetCallback(OH_AVCodec* codec); 76 OH_AVErrCode Prepare(OH_AVCodec* codec); 78 OH_AVErrCode Start(OH_AVCodec* codec); 80 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 84 OH_AVErrCode Reset(OH_AVCodec* codec); 88 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset); 90 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 92 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/ |
H A D | audioencoderdemo.h | 72 OH_AVErrCode Destroy(OH_AVCodec* codec); 74 OH_AVErrCode SetCallback(OH_AVCodec* codec); 76 OH_AVErrCode Prepare(OH_AVCodec* codec); 78 OH_AVErrCode Start(OH_AVCodec* codec); 80 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 84 OH_AVErrCode Reset(OH_AVCodec* codec); 88 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset); 90 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 92 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.h | 71 OH_AVErrCode Destroy(OH_AVCodec* codec); 73 OH_AVErrCode SetCallback(OH_AVCodec* codec); 75 OH_AVErrCode Prepare(OH_AVCodec* codec); 77 OH_AVErrCode Start(OH_AVCodec* codec); 79 OH_AVErrCode Stop(OH_AVCodec* codec); 81 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 87 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 89 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 91 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/ |
H A D | audioencoderdemo.h | 72 OH_AVErrCode Destroy(OH_AVCodec* codec); 74 OH_AVErrCode SetCallback(OH_AVCodec* codec); 76 OH_AVErrCode Prepare(OH_AVCodec* codec); 78 OH_AVErrCode Start(OH_AVCodec* codec); 80 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 84 OH_AVErrCode Reset(OH_AVCodec* codec); 88 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset); 90 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 92 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/ |
H A D | audioencoderdemo.h | 72 OH_AVErrCode Destroy(OH_AVCodec* codec); 74 OH_AVErrCode SetCallback(OH_AVCodec* codec); 76 OH_AVErrCode Prepare(OH_AVCodec* codec); 78 OH_AVErrCode Start(OH_AVCodec* codec); 80 OH_AVErrCode Stop(OH_AVCodec* codec); 82 OH_AVErrCode Flush(OH_AVCodec* codec); 84 OH_AVErrCode Reset(OH_AVCodec* codec); 88 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset); 90 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 92 OH_AVErrCode FreeOutputDat [all...] |
/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.h | 71 OH_AVErrCode Destroy(OH_AVCodec* codec); 73 OH_AVErrCode SetCallback(OH_AVCodec* codec); 75 OH_AVErrCode Prepare(OH_AVCodec* codec); 77 OH_AVErrCode Start(OH_AVCodec* codec); 79 OH_AVErrCode Stop(OH_AVCodec* codec); 81 OH_AVErrCode Flush(OH_AVCodec* codec); 83 OH_AVErrCode Reset(OH_AVCodec* codec); 87 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index); 89 OH_AVErrCode PushInputDataEOS(OH_AVCodec* codec, uint32_t index); 91 OH_AVErrCode FreeOutputDat [all...] |