/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | null_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 70 OH_AVCodec *codec = nullptr; variable 87 OH_AVCodec *codec = nullptr; variable 106 OH_AVCodec *codec = nullptr; variable 125 OH_AVCodec *codec = nullptr; variable 149 OH_AVCodec *codec = nullptr; variable 174 OH_AVCodec *codec = nullptr; variable 193 OH_AVCodec *codec = nullptr; variable 219 OH_AVCodec *codec = nullptr; variable 247 OH_AVCodec *codec = nullptr; variable [all …]
|
H A D | status_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 73 OH_AVCodec *codec = nullptr; variable 90 OH_AVCodec *codec = nullptr; variable 109 OH_AVCodec *codec = nullptr; variable 128 OH_AVCodec *codec = nullptr; variable 145 OH_AVCodec *codec = nullptr; variable 162 OH_AVCodec *codec = nullptr; variable 179 OH_AVCodec *codec = nullptr; variable 195 OH_AVCodec *codec = nullptr; variable 219 OH_AVCodec *codec = nullptr; variable [all …]
|
H A D | param_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 106 OH_AVCodec *codec = nullptr; variable 159 OH_AVCodec *codec = nullptr; variable 206 OH_AVCodec *codec = nullptr; variable 333 OH_AVCodec *codec = nullptr; variable 380 OH_AVCodec *codec = nullptr; variable 483 OH_AVCodec *codec = nullptr; variable 530 OH_AVCodec *codec = nullptr; variable 633 OH_AVCodec *codec = nullptr; variable 672 OH_AVCodec *codec = nullptr; variable [all …]
|
H A D | fuzz_test.cpp | 54 OH_AVCodec *codec = nullptr; variable 74 OH_AVCodec *codec = nullptr; variable 94 OH_AVCodec *codec = nullptr; variable 122 OH_AVCodec *codec = nullptr; variable 150 OH_AVCodec *codec = nullptr; variable 184 OH_AVCodec *codec = nullptr; variable 221 OH_AVCodec *codec = nullptr; variable
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_param_codec.cpp | 28 GsmSmsParamEncode codec; in EncodeAddressPdu() local 34 GsmSmsParamEncode codec; in EncodeSmscPdu() local 40 GsmSmsParamEncode codec; in EncodeSmscPdu() local 46 GsmSmsParamEncode codec; in EncodeTimePdu() local 52 GsmSmsParamEncode codec; in EncodeDCS() local 58 GsmSmsParamDecode codec; in DecodeAddressPdu() local 64 GsmSmsParamDecode codec; in DecodeTimePdu() local 70 GsmSmsParamDecode codec; in DecodeDcsPdu() local 76 GsmSmsParamDecode codec; in DecodeSmscPdu() local 82 GsmSmsParamDecode codec; in DecodeSmscPdu() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | null_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 70 OH_AVCodec *codec = nullptr; variable 87 OH_AVCodec *codec = nullptr; variable 106 OH_AVCodec *codec = nullptr; variable 125 OH_AVCodec *codec = nullptr; variable 154 OH_AVCodec *codec = nullptr; variable 184 OH_AVCodec *codec = nullptr; variable 203 OH_AVCodec *codec = nullptr; variable 234 OH_AVCodec *codec = nullptr; variable 267 OH_AVCodec *codec = nullptr; variable [all …]
|
H A D | status_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 78 OH_AVCodec *codec = nullptr; variable 95 OH_AVCodec *codec = nullptr; variable 114 OH_AVCodec *codec = nullptr; variable 133 OH_AVCodec *codec = nullptr; variable 150 OH_AVCodec *codec = nullptr; variable 167 OH_AVCodec *codec = nullptr; variable 184 OH_AVCodec *codec = nullptr; variable 200 OH_AVCodec *codec = nullptr; variable 230 OH_AVCodec *codec = nullptr; variable [all …]
|
H A D | param_check_test.cpp | 53 OH_AVCodec *codec = nullptr; variable 81 OH_AVCodec *codec = nullptr; variable 109 OH_AVCodec *codec = nullptr; variable 164 OH_AVCodec *codec = nullptr; variable 246 OH_AVCodec *codec = nullptr; variable 283 OH_AVCodec *codec = nullptr; variable 311 OH_AVCodec *codec = nullptr; variable 366 OH_AVCodec *codec = nullptr; variable 412 OH_AVCodec *codec = nullptr; variable 458 OH_AVCodec *codec = nullptr; variable [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | sample_callback.cpp | 22 void SampleCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError() 30 void SampleCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange() 38 void SampleCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNeedInputBuffer() 49 void SampleCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNewOutputBuffer() 60 void SampleCallback::OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() 68 void SampleCallback::OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer,… in OnInputBufferAvailable() 80 void SampleCallback::OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer… in OnOutputBufferAvailable()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/ |
H A D | audio_decoder_demo.cpp | 48 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 500 OH_AVErrCode ADecBufferDemo::SetCallback(OH_AVCodec* codec) in SetCallback() 529 OH_AVErrCode ADecBufferDemo::Destroy(OH_AVCodec* codec) in Destroy() 535 OH_AVErrCode ADecBufferDemo::IsValid(OH_AVCodec* codec, bool* isValid) in IsValid() 540 OH_AVErrCode ADecBufferDemo::Prepare(OH_AVCodec* codec) in Prepare() 545 OH_AVErrCode ADecBufferDemo::Start(OH_AVCodec* codec) in Start() 550 OH_AVErrCode ADecBufferDemo::Stop(OH_AVCodec* codec) in Stop() 556 OH_AVErrCode ADecBufferDemo::Flush(OH_AVCodec* codec) in Flush() 562 OH_AVErrCode ADecBufferDemo::Reset(OH_AVCodec* codec) in Reset() 567 OH_AVFormat* ADecBufferDemo::GetOutputDescription(OH_AVCodec* codec) in GetOutputDescription() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.cpp | 47 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 459 OH_AVErrCode ADecBufferDemo::SetCallback(OH_AVCodec* codec) in SetCallback() 488 OH_AVErrCode ADecBufferDemo::Destroy(OH_AVCodec* codec) in Destroy() 494 OH_AVErrCode ADecBufferDemo::IsValid(OH_AVCodec* codec, bool* isValid) in IsValid() 499 OH_AVErrCode ADecBufferDemo::Prepare(OH_AVCodec* codec) in Prepare() 504 OH_AVErrCode ADecBufferDemo::Start(OH_AVCodec* codec) in Start() 509 OH_AVErrCode ADecBufferDemo::Stop(OH_AVCodec* codec) in Stop() 515 OH_AVErrCode ADecBufferDemo::Flush(OH_AVCodec* codec) in Flush() 521 OH_AVErrCode ADecBufferDemo::Reset(OH_AVCodec* codec) in Reset() 526 OH_AVFormat* ADecBufferDemo::GetOutputDescription(OH_AVCodec* codec) in GetOutputDescription() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.cpp | 47 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 459 OH_AVErrCode ADecBufferDemo::SetCallback(OH_AVCodec* codec) in SetCallback() 488 OH_AVErrCode ADecBufferDemo::Destroy(OH_AVCodec* codec) in Destroy() 494 OH_AVErrCode ADecBufferDemo::IsValid(OH_AVCodec* codec, bool* isValid) in IsValid() 499 OH_AVErrCode ADecBufferDemo::Prepare(OH_AVCodec* codec) in Prepare() 504 OH_AVErrCode ADecBufferDemo::Start(OH_AVCodec* codec) in Start() 509 OH_AVErrCode ADecBufferDemo::Stop(OH_AVCodec* codec) in Stop() 515 OH_AVErrCode ADecBufferDemo::Flush(OH_AVCodec* codec) in Flush() 521 OH_AVErrCode ADecBufferDemo::Reset(OH_AVCodec* codec) in Reset() 526 OH_AVFormat* ADecBufferDemo::GetOutputDescription(OH_AVCodec* codec) in GetOutputDescription() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.cpp | 44 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() 98 OH_AVErrCode ADecDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() 109 OH_AVErrCode ADecDemoAuto::SetCallback(OH_AVCodec* codec) in SetCallback() 115 OH_AVErrCode ADecDemoAuto::Prepare(OH_AVCodec* codec) in Prepare() 120 OH_AVErrCode ADecDemoAuto::Start(OH_AVCodec* codec) in Start() 125 OH_AVErrCode ADecDemoAuto::Stop(OH_AVCodec* codec) in Stop() 132 OH_AVErrCode ADecDemoAuto::Flush(OH_AVCodec* codec) in Flush() 139 OH_AVErrCode ADecDemoAuto::Reset(OH_AVCodec* codec) in Reset() 144 OH_AVFormat* ADecDemoAuto::GetOutputDescription(OH_AVCodec* codec) in GetOutputDescription() 171 OH_AVErrCode ADecDemoAuto::FreeOutputData(OH_AVCodec* codec, uint32_t index) in FreeOutputData() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videoenc_capi_mock.cpp | 31 void VideoEncCapiMock::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 40 void VideoEncCapiMock::OnStreamChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnStreamChanged() 50 void VideoEncCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *… in OnNeedInputData() 71 void VideoEncCapiMock::OnErrorExt(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnErrorExt() 80 void VideoEncCapiMock::OnStreamChangedExt(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnStreamChangedExt() 120 std::shared_ptr<AVCodecCallbackMock> VideoEncCapiMock::GetCallback(OH_AVCodec *codec) in GetCallback() 129 std::shared_ptr<MediaCodecCallbackMock> VideoEncCapiMock::GetCallbackExt(OH_AVCodec *codec) in GetCallbackExt() 138 …::shared_ptr<MediaCodecParameterCallbackMock> VideoEncCapiMock::GetParamCallback(OH_AVCodec *codec) in GetParamCallback() 147 void VideoEncCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() 153 void VideoEncCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() [all …]
|
H A D | videodec_capi_mock.cpp | 28 void VideoDecCapiMock::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 37 void VideoDecCapiMock::OnStreamChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnStreamChanged() 47 void VideoDecCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *… in OnNeedInputData() 68 void VideoDecCapiMock::OnErrorExt(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnErrorExt() 77 void VideoDecCapiMock::OnStreamChangedExt(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnStreamChangedExt() 87 void VideoDecCapiMock::OnNeedInputDataExt(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, voi… in OnNeedInputDataExt() 107 std::shared_ptr<AVCodecCallbackMock> VideoDecCapiMock::GetCallback(OH_AVCodec *codec) in GetCallback() 116 std::shared_ptr<MediaCodecCallbackMock> VideoDecCapiMock::GetCallbackExt(OH_AVCodec *codec) in GetCallbackExt() 125 void VideoDecCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() 131 void VideoDecCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_codec.cpp | 60 NativeAudioCodec(OH_AVCodec *codec, struct OH_AVCodecCallback cb, void *userData) in NativeAudioCodec() 208 OH_AVErrCode OH_AudioCodec_Destroy(struct OH_AVCodec *codec) in OH_AudioCodec_Destroy() 257 OH_AVErrCode OH_AudioCodec_Prepare(struct OH_AVCodec *codec) in OH_AudioCodec_Prepare() 272 OH_AVErrCode OH_AudioCodec_Start(struct OH_AVCodec *codec) in OH_AudioCodec_Start() 290 OH_AVErrCode OH_AudioCodec_Stop(struct OH_AVCodec *codec) in OH_AudioCodec_Stop() 314 OH_AVErrCode OH_AudioCodec_Flush(struct OH_AVCodec *codec) in OH_AudioCodec_Flush() 340 OH_AVErrCode OH_AudioCodec_Reset(struct OH_AVCodec *codec) in OH_AudioCodec_Reset() 363 OH_AVErrCode OH_AudioCodec_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) in OH_AudioCodec_PushInputBuffer() 378 OH_AVFormat *OH_AudioCodec_GetOutputDescription(struct OH_AVCodec *codec) in OH_AudioCodec_GetOutputDescription() 397 OH_AVErrCode OH_AudioCodec_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) in OH_AudioCodec_FreeOutputBuffer() [all …]
|
H A D | native_audio_decoder.cpp | 53 NativeAudioDecoder(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeAudioDecoder() 216 OH_AVErrCode OH_AudioDecoder_Destroy(struct OH_AVCodec *codec) in OH_AudioDecoder_Destroy() 265 OH_AVErrCode OH_AudioDecoder_Prepare(struct OH_AVCodec *codec) in OH_AudioDecoder_Prepare() 280 OH_AVErrCode OH_AudioDecoder_Start(struct OH_AVCodec *codec) in OH_AudioDecoder_Start() 298 OH_AVErrCode OH_AudioDecoder_Stop(struct OH_AVCodec *codec) in OH_AudioDecoder_Stop() 322 OH_AVErrCode OH_AudioDecoder_Flush(struct OH_AVCodec *codec) in OH_AudioDecoder_Flush() 348 OH_AVErrCode OH_AudioDecoder_Reset(struct OH_AVCodec *codec) in OH_AudioDecoder_Reset() 398 OH_AVFormat *OH_AudioDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_AudioDecoder_GetOutputDescription() 417 OH_AVErrCode OH_AudioDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) in OH_AudioDecoder_FreeOutputData() 452 struct OH_AVCodec *codec, struct OH_AVCodecAsyncCallback callback, void *userData) in OH_AudioDecoder_SetCallback() [all …]
|
H A D | native_audio_encoder.cpp | 55 NativeAudioEncoderCallback(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeAudioEncoderCallback() 216 OH_AVErrCode OH_AudioEncoder_Destroy(struct OH_AVCodec *codec) in OH_AudioEncoder_Destroy() 246 OH_AVErrCode OH_AudioEncoder_Configure(struct OH_AVCodec *codec, struct OH_AVFormat *format) in OH_AudioEncoder_Configure() 264 OH_AVErrCode OH_AudioEncoder_Prepare(struct OH_AVCodec *codec) in OH_AudioEncoder_Prepare() 280 OH_AVErrCode OH_AudioEncoder_Start(struct OH_AVCodec *codec) in OH_AudioEncoder_Start() 299 OH_AVErrCode OH_AudioEncoder_Stop(struct OH_AVCodec *codec) in OH_AudioEncoder_Stop() 322 OH_AVErrCode OH_AudioEncoder_Flush(struct OH_AVCodec *codec) in OH_AudioEncoder_Flush() 349 OH_AVErrCode OH_AudioEncoder_Reset(struct OH_AVCodec *codec) in OH_AudioEncoder_Reset() 396 OH_AVFormat *OH_AudioEncoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_AudioEncoder_GetOutputDescription() 415 OH_AVErrCode OH_AudioEncoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) in OH_AudioEncoder_FreeOutputData() [all …]
|
H A D | native_video_decoder.cpp | 369 OH_AVErrCode OH_VideoDecoder_Destroy(struct OH_AVCodec *codec) in OH_VideoDecoder_Destroy() 412 OH_AVErrCode OH_VideoDecoder_Prepare(struct OH_AVCodec *codec) in OH_VideoDecoder_Prepare() 428 OH_AVErrCode OH_VideoDecoder_Start(struct OH_AVCodec *codec) in OH_VideoDecoder_Start() 445 OH_AVErrCode OH_VideoDecoder_Stop(struct OH_AVCodec *codec) in OH_VideoDecoder_Stop() 463 OH_AVErrCode OH_VideoDecoder_Flush(struct OH_AVCodec *codec) in OH_VideoDecoder_Flush() 479 OH_AVErrCode OH_VideoDecoder_Reset(struct OH_AVCodec *codec) in OH_VideoDecoder_Reset() 497 OH_AVErrCode OH_VideoDecoder_SetSurface(OH_AVCodec *codec, OHNativeWindow *window) in OH_VideoDecoder_SetSurface() 551 OH_AVErrCode OH_VideoDecoder_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) in OH_VideoDecoder_PushInputBuffer() 582 OH_AVFormat *OH_VideoDecoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoDecoder_GetOutputDescription() 619 OH_AVErrCode OH_VideoDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) in OH_VideoDecoder_FreeOutputData() [all …]
|
H A D | native_video_encoder.cpp | 454 OH_AVErrCode OH_VideoEncoder_Destroy(struct OH_AVCodec *codec) in OH_VideoEncoder_Destroy() 497 OH_AVErrCode OH_VideoEncoder_Prepare(struct OH_AVCodec *codec) in OH_VideoEncoder_Prepare() 513 OH_AVErrCode OH_VideoEncoder_Start(struct OH_AVCodec *codec) in OH_VideoEncoder_Start() 530 OH_AVErrCode OH_VideoEncoder_Stop(struct OH_AVCodec *codec) in OH_VideoEncoder_Stop() 548 OH_AVErrCode OH_VideoEncoder_Flush(struct OH_AVCodec *codec) in OH_VideoEncoder_Flush() 564 OH_AVErrCode OH_VideoEncoder_Reset(struct OH_AVCodec *codec) in OH_VideoEncoder_Reset() 601 OH_AVFormat *OH_VideoEncoder_GetOutputDescription(struct OH_AVCodec *codec) in OH_VideoEncoder_GetOutputDescription() 656 OH_AVErrCode OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec) in OH_VideoEncoder_NotifyEndOfStream() 739 OH_AVErrCode OH_VideoEncoder_RegisterParameterCallback(OH_AVCodec *codec, in OH_VideoEncoder_RegisterParameterCallback() 840 OH_AVFormat *OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec) in OH_VideoEncoder_GetInputDescription() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.cpp | 86 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 493 OH_AVErrCode AudioBufferAacEncDemo::Destroy(OH_AVCodec *codec) in Destroy() 500 OH_AVErrCode AudioBufferAacEncDemo::SetCallback(OH_AVCodec *codec) in SetCallback() 512 OH_AVErrCode AudioBufferAacEncDemo::Prepare(OH_AVCodec *codec) in Prepare() 517 OH_AVErrCode AudioBufferAacEncDemo::Start(OH_AVCodec *codec) in Start() 522 OH_AVErrCode AudioBufferAacEncDemo::Stop(OH_AVCodec *codec) in Stop() 529 OH_AVErrCode AudioBufferAacEncDemo::Flush(OH_AVCodec *codec) in Flush() 536 OH_AVErrCode AudioBufferAacEncDemo::Reset(OH_AVCodec *codec) in Reset() 541 OH_AVFormat *AudioBufferAacEncDemo::GetOutputDescription(OH_AVCodec *codec) in GetOutputDescription() 546 OH_AVErrCode AudioBufferAacEncDemo::PushInputData(OH_AVCodec *codec, uint32_t index) in PushInputData() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.cpp | 86 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 472 OH_AVErrCode AudioBufferAacEncDemo::Destroy(OH_AVCodec *codec) in Destroy() 479 OH_AVErrCode AudioBufferAacEncDemo::SetCallback(OH_AVCodec *codec) in SetCallback() 491 OH_AVErrCode AudioBufferAacEncDemo::Prepare(OH_AVCodec *codec) in Prepare() 496 OH_AVErrCode AudioBufferAacEncDemo::Start(OH_AVCodec *codec) in Start() 501 OH_AVErrCode AudioBufferAacEncDemo::Stop(OH_AVCodec *codec) in Stop() 508 OH_AVErrCode AudioBufferAacEncDemo::Flush(OH_AVCodec *codec) in Flush() 515 OH_AVErrCode AudioBufferAacEncDemo::Reset(OH_AVCodec *codec) in Reset() 520 OH_AVFormat *AudioBufferAacEncDemo::GetOutputDescription(OH_AVCodec *codec) in GetOutputDescription() 525 OH_AVErrCode AudioBufferAacEncDemo::PushInputData(OH_AVCodec *codec, uint32_t index) in PushInputData() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.cpp | 86 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() 472 OH_AVErrCode AudioBufferAacEncDemo::Destroy(OH_AVCodec *codec) in Destroy() 479 OH_AVErrCode AudioBufferAacEncDemo::SetCallback(OH_AVCodec *codec) in SetCallback() 491 OH_AVErrCode AudioBufferAacEncDemo::Prepare(OH_AVCodec *codec) in Prepare() 496 OH_AVErrCode AudioBufferAacEncDemo::Start(OH_AVCodec *codec) in Start() 501 OH_AVErrCode AudioBufferAacEncDemo::Stop(OH_AVCodec *codec) in Stop() 508 OH_AVErrCode AudioBufferAacEncDemo::Flush(OH_AVCodec *codec) in Flush() 515 OH_AVErrCode AudioBufferAacEncDemo::Reset(OH_AVCodec *codec) in Reset() 520 OH_AVFormat *AudioBufferAacEncDemo::GetOutputDescription(OH_AVCodec *codec) in GetOutputDescription() 525 OH_AVErrCode AudioBufferAacEncDemo::PushInputData(OH_AVCodec *codec, uint32_t index) in PushInputData() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/ |
H A D | codec_callback.cpp | 27 void CodecCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError() 34 void CodecCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange() 54 void CodecCallback::OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, vo… in OnInputBufferAvailable() 63 void CodecCallback::OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, in OnOutputBufferAvailable() 73 void CodecCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void … in OnNeedInputBuffer() 82 void CodecCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void … in OnNewOutputBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/ |
H A D | audioencoderdemo.cpp | 55 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() 145 OH_AVErrCode AEncDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() 156 OH_AVErrCode AEncDemoAuto::SetCallback(OH_AVCodec* codec) in SetCallback() 162 OH_AVErrCode AEncDemoAuto::Prepare(OH_AVCodec* codec) in Prepare() 167 OH_AVErrCode AEncDemoAuto::Start(OH_AVCodec* codec) in Start() 172 OH_AVErrCode AEncDemoAuto::Stop(OH_AVCodec* codec) in Stop() 179 OH_AVErrCode AEncDemoAuto::Flush(OH_AVCodec* codec) in Flush() 187 OH_AVErrCode AEncDemoAuto::Reset(OH_AVCodec* codec) in Reset() 202 OH_AVErrCode AEncDemoAuto::PushInputDataEOS(OH_AVCodec* codec, uint32_t index) in PushInputDataEOS() 213 OH_AVErrCode AEncDemoAuto::FreeOutputData(OH_AVCodec* codec, uint32_t index) in FreeOutputData() [all …]
|