| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
| D | image_decoder_callback.cpp | 26 std::shared_ptr<ImageSinkDecoder> decoder = videoDecoder_.lock(); in OnError() local 38 std::shared_ptr<ImageSinkDecoder> decoder = videoDecoder_.lock(); in OnOutputBufferAvailable() local 49 std::shared_ptr<ImageSinkDecoder> decoder = videoDecoder_.lock(); in OnInputBufferAvailable() local 60 std::shared_ptr<ImageSinkDecoder> decoder = videoDecoder_.lock(); in OnOutputFormatChanged() local
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
| D | wrapper_decoder_test.cpp | 64 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 73 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 82 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 91 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 99 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 135 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 156 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 207 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 286 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable 344 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(msg); variable [all …]
|
| /foundation/multimedia/player_framework/frameworks/native/video_editor/codec/common/ |
| D | codec_decoder.cpp | 39 CodecDecoder* decoder = static_cast<CodecDecoder*>(context); in GetAVCodecAsyncCallback() local 48 CodecDecoder* decoder = static_cast<CodecDecoder*>(context); in GetAVCodecAsyncCallback() local 56 CodecDecoder* decoder = static_cast<CodecDecoder*>(context); in GetAVCodecAsyncCallback() local 65 CodecDecoder* decoder = static_cast<CodecDecoder*>(context); in GetAVCodecAsyncCallback() local
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
| D | codec_factory.cpp | 54 std::shared_ptr<AudioDecoder> decoder; in CreateAudioDecoder() local 95 std::shared_ptr<VideoDecoder> decoder; in CreateVideoDecoder() local
|
| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| D | avcodec_video_decoder.h | 256 …CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decode… in CreateByMime() 264 …CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decode… in CreateByName()
|
| /foundation/multimedia/player_framework/services/engine/histreamer/player/ |
| D | dragging_player_agent.cpp | 78 const shared_ptr<DecoderSurfaceFilter> decoder, in Create() 90 const shared_ptr<DecoderSurfaceFilter> decoder) in IsDraggingSupported() 101 const shared_ptr<DecoderSurfaceFilter> decoder, in DraggingPlayerAgent() 193 const shared_ptr<DecoderSurfaceFilter> decoder, in CreateDelegator() 211 const shared_ptr<DecoderSurfaceFilter> decoder, in Create() 228 const shared_ptr<DecoderSurfaceFilter> decoder, in SeekContinuousDelegator() 326 const shared_ptr<DecoderSurfaceFilter> decoder, in Create() 342 const shared_ptr<DecoderSurfaceFilter> decoder, in SeekClosestDelegator()
|
| D | dragging_player_agent.h | 41 const shared_ptr<DecoderSurfaceFilter> decoder, in DraggingDelegator()
|
| /foundation/arkui/ace_engine/frameworks/core/image/apng/ |
| D | apng_image_object.h | 34 const RefPtr<PNGImageDecoder>& decoder) in ApngImageObject() 46 const RefPtr<PNGImageDecoder>& decoder) in ApngImageObject()
|
| /foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/ |
| D | video_decoder.cpp | 136 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local 147 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local 153 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local 160 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/ |
| D | image_decoder_callback.h | 30 explicit ImageDecoderCallback(const std::shared_ptr<ImageSinkDecoder> &decoder) in ImageDecoderCallback()
|
| D | image_sink_decoder.h | 42 ConsumBufferListener(const std::shared_ptr<ImageSinkDecoder> decoder) : decoder_(decoder) {}; in ConsumBufferListener()
|
| /foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/decoder/ |
| D | video_decoder_test.cpp | 120 …auto decoder = std::make_shared<VideoDecoder>(2, decodeCb, onDecodeFrameCallback_, onDecodeResultC… variable 140 … auto decoder = std::make_shared<VideoDecoder>(1, cb, onDecodeFrameCallback_, codecOnDecodeResult); variable 173 …auto decoder = std::make_shared<VideoDecoder>(1, cb, onDecodeFrameCallback_, onDecodeResultCallbac… variable
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_trans_coder/ |
| D | av_trans_audio_decoder_filter.cpp | 71 explicit AVBufferAvaliableListener(std::weak_ptr<AudioDecoderFilter> decoder) in AVBufferAvaliableListener() 77 auto decoder = decoder_.lock(); in OnBufferAvailable() local 88 AudioDecoderFilter *decoder = static_cast<AudioDecoderFilter *>(userData); in OnError() local 96 AudioDecoderFilter *decoder = static_cast<AudioDecoderFilter *>(userData); in OnOutputFormatChanged() local 104 AudioDecoderFilter *decoder = static_cast<AudioDecoderFilter *>(userData); in OnInputBufferAvailable() local 112 AudioDecoderFilter *decoder = static_cast<AudioDecoderFilter *>(userData); in OnOutputBufferAvailable() local
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/codec/ |
| D | codec_demo.cpp | 93 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in DecodeG711() local 118 …std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(OHOS::Sharing::CODEC_AAC); in DecodeAAC() local
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/player/ |
| D | player_demo.cpp | 118 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in DecodeG711ByTime() local 223 std::shared_ptr<AudioDecoder> decoder = CodecFactory::CreateAudioDecoder(CODEC_G711A); in main() local
|
| /foundation/multimedia/av_codec/frameworks/native/avcodec/ |
| D | avcodec_video_decoder_impl.cpp | 54 … Format &format, std::shared_ptr<AVCodecVideoDecoder> &decoder) in CreateByMime() 67 … Format &format, std::shared_ptr<AVCodecVideoDecoder> &decoder) in CreateByName()
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
| D | rtp_unpack_impl.cpp | 44 auto decoder = rtpDecoder_[pt]; in ParseRtp() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
| D | data_receiver.cpp | 61 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(message); in StartReceive() local
|
| /foundation/arkui/ui_lite/frameworks/imgdecode/ |
| D | file_img_decoder.h | 39 FileImgDecoder* decoder; member
|
| D | cache_manager.cpp | 271 FileImgDecoder* decoder = &(FileImgDecoder::GetInstance()); in TryDecode() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
| D | ext_decoder.cpp | 380 HeifHardwareDecoder decoder; in HeapMemAlloc() local 991 bool SetOutPutFormat(OHOS::Media::PixelFormat pixelFormat, HeifDecoderImpl* decoder) in HeapMemAlloc() 1012 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local 1911 auto decoder = reinterpret_cast<HeifDecoder *>(codec->getHeifContext()); in HeapMemAlloc() local 2267 auto decoder = reinterpret_cast<HeifDecoder*>(codec_->getHeifContext()); in HeapMemAlloc() local 2306 auto decoder = reinterpret_cast<HeifDecoder*>(codec_->getHeifContext()); in HeapMemAlloc() local 2394 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local 2411 auto decoder = reinterpret_cast<HeifDecoder*>(codec_->getHeifContext()); in HeapMemAlloc() local 2450 auto decoder = reinterpret_cast<HeifDecoder*>(codec_->getHeifContext()); in HeapMemAlloc() local 2483 auto decoder = reinterpret_cast<HeifDecoder*>(codec_->getHeifContext()); in HeapMemAlloc() local [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| D | a2dp_codec_thread.cpp | 131 A2dpDecoder* decoder = decoder_.release(); in ProcessMessage() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
| D | auxiliary_generator.cpp | 67 static uint32_t SetAuxiliaryDecodeOption(std::unique_ptr<AbsImageDecoder> &decoder, PixelFormat mai… in SetAuxiliaryDecodeOption() 208 … std::unique_ptr<AbsImageDecoder> &decoder, const std::string &encodedFormat, uint32_t &errorCode) in CreatePixelMapByContext()
|
| /foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
| D | rtp_unit_test.cpp | 590 auto decoder = std::make_shared<RtpDecoderTs>(); variable 596 auto decoder = std::make_shared<RtpDecoderTs>(); variable 607 auto decoder = std::make_shared<RtpDecoderTs>(); variable 615 auto decoder = std::make_shared<RtpDecoderTs>(); variable 621 auto decoder = std::make_shared<RtpDecoderTs>(); variable 628 auto decoder = std::make_shared<RtpDecoderTs>(); variable
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
| D | hdecoder_unit_test.cpp | 446 bool HDecoderUserCallingUnitTest::ConfigureDecoder(std::shared_ptr<HCodec>& decoder) in ConfigureDecoder() 457 bool HDecoderUserCallingUnitTest::SetOutputSurfaceToDecoder(std::shared_ptr<HCodec>& decoder) in SetOutputSurfaceToDecoder() 464 bool HDecoderUserCallingUnitTest::SetCallbackToDecoder(std::shared_ptr<HCodec>& decoder) in SetCallbackToDecoder()
|