| /foundation/multimedia/player_framework/interfaces/inner_api/native/ |
| D | avcodec_common.h | 30 enum AVCodecErrorType : int32_t { enum 70 virtual void OnError(AVCodecErrorType errorType, int32_t errorCode) = 0;
|
| /foundation/multimedia/player_framework/services/services/avcodec/ipc/ |
| D | avcodec_listener_proxy.h | 30 void OnError(AVCodecErrorType errorType, int32_t errorCode) override; 44 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| D | avcodec_listener_stub.cpp | 50 OnError(static_cast<AVCodecErrorType>(errorType), errorCode); in OnRemoteRequest() 81 void AVCodecListenerStub::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| D | i_standard_avcodec_listener.h | 30 virtual void OnError(AVCodecErrorType errorType, int32_t errorCode) = 0;
|
| D | avcodec_listener_stub.h | 29 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| D | avcodec_listener_proxy.cpp | 38 void AVCodecListenerProxy::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() 106 void AVCodecListenerCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| D | avcodec_common.h | 36 enum AVCodecErrorType : int32_t { enum 81 virtual void OnError(AVCodecErrorType errorType, int32_t errorCode) = 0; 140 virtual void OnError(AVCodecErrorType errorType, int32_t errorCode) = 0;
|
| D | video_decoder_adapter.h | 51 void OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode); 100 void OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode);
|
| /foundation/multimedia/av_codec/services/services/codec/ipc/ |
| D | codec_listener_proxy.h | 30 void OnError(AVCodecErrorType errorType, int32_t errorCode) override; 44 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| D | i_standard_codec_listener.h | 34 virtual void OnError(AVCodecErrorType errorType, int32_t errorCode) = 0;
|
| D | codec_listener_stub.h | 34 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
| D | video_source_encoder.h | 61 void OnError(Media::AVCodecErrorType errorType, int32_t errorCode); 81 void OnError(Media::AVCodecErrorType errorType, int32_t errorCode);
|
| /foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/inner/ |
| D | videoenc_inner_mock.h | 53 void OnError(AVCodecErrorType errorType, int32_t errorCode) override; 67 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| D | videodec_inner_mock.h | 56 void OnError(AVCodecErrorType errorType, int32_t errorCode) override; 70 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/ |
| D | image_decoder_callback.h | 34 void OnError(Media::AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onerror_fuzzer/ |
| D | onerror_fuzzer.cpp | 41 Media::AVCodecErrorType errorType = Media::AVCODEC_ERROR_INTERNAL; in OnErrorFuzzTest()
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/ |
| D | image_encoder_callback.h | 34 void OnError(Media::AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/ |
| D | decode_video_callback.h | 35 void OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/ |
| D | encode_video_callback.h | 35 void OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
| D | hencoder_unit_test.h | 28 void OnError(AVCodecErrorType errorType, int32_t errorCode) override;
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/ |
| D | image_encoder_callback.cpp | 23 void ImageEncoderCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
| D | image_decoder_callback.cpp | 23 void ImageDecoderCallback::OnError(Media::AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| /foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/ |
| D | encode_video_callback.cpp | 22 void EncodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| /foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
| D | decode_video_callback.cpp | 23 void DecodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/ |
| D | screen_callback_test.cpp | 93 Media::AVCodecErrorType errorType = Media::AVCODEC_ERROR_INTERNAL; 125 Media::AVCodecErrorType errorType = Media::AVCODEC_ERROR_INTERNAL;
|