Home
last modified time | relevance | path

Searched defs:decoder (Results 1 – 25 of 37) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
Dimage_decoder_callback.cpp26 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/
Dwrapper_decoder_test.cpp64 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/
Dcodec_decoder.cpp39 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/
Dcodec_factory.cpp54 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/
Davcodec_video_decoder.h256 …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/
Ddragging_player_agent.cpp78 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()
Ddragging_player_agent.h41 const shared_ptr<DecoderSurfaceFilter> decoder, in DraggingDelegator()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
Dapng_image_object.h34 const RefPtr<PNGImageDecoder>& decoder) in ApngImageObject()
46 const RefPtr<PNGImageDecoder>& decoder) in ApngImageObject()
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
Dvideo_decoder.cpp136 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/
Dimage_decoder_callback.h30 explicit ImageDecoderCallback(const std::shared_ptr<ImageSinkDecoder> &decoder) in ImageDecoderCallback()
Dimage_sink_decoder.h42 ConsumBufferListener(const std::shared_ptr<ImageSinkDecoder> decoder) : decoder_(decoder) {}; in ConsumBufferListener()
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/decoder/
Dvideo_decoder_test.cpp120 …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/
Dav_trans_audio_decoder_filter.cpp71 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/
Dcodec_demo.cpp93 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/
Dplayer_demo.cpp118 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/
Davcodec_video_decoder_impl.cpp54 … 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/
Drtp_unpack_impl.cpp44 auto decoder = rtpDecoder_[pt]; in ParseRtp() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
Ddata_receiver.cpp61 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(message); in StartReceive() local
/foundation/arkui/ui_lite/frameworks/imgdecode/
Dfile_img_decoder.h39 FileImgDecoder* decoder; member
Dcache_manager.cpp271 FileImgDecoder* decoder = &(FileImgDecoder::GetInstance()); in TryDecode() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp380 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/
Da2dp_codec_thread.cpp131 A2dpDecoder* decoder = decoder_.release(); in ProcessMessage() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
Dauxiliary_generator.cpp67 static uint32_t SetAuxiliaryDecodeOption(std::unique_ptr<AbsImageDecoder> &decoder, PixelFormat mai… in SetAuxiliaryDecodeOption()
208std::unique_ptr<AbsImageDecoder> &decoder, const std::string &encodedFormat, uint32_t &errorCode) in CreatePixelMapByContext()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
Drtp_unit_test.cpp590 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/
Dhdecoder_unit_test.cpp446 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()

12