Home
last modified time | relevance | path

Searched defs:decoder (Results 1 – 25 of 45) 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/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()
324 const shared_ptr<DecoderSurfaceFilter> decoder, in Create()
340 const shared_ptr<DecoderSurfaceFilter> decoder, in SeekClosestDelegator()
Ddragging_player_agent.h41 const shared_ptr<DecoderSurfaceFilter> decoder, in DraggingDelegator()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davcodec_video_decoder.h364 …CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decode… in CreateByMime()
372 …CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decode… in CreateByName()
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
Dvideo_decoder.cpp146 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local
157 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local
163 VideoDecoder* decoder = static_cast<VideoDecoder*>(context); in CreateDecoder() local
170 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/test/unittest/video_editor_test/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/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/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp1144 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1242 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1263 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1396 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1431 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1473 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
1505 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
2359 auto decoder = reinterpret_cast<HeifDecoder *>(codec->getHeifContext()); in HeapMemAlloc() local
2782 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
2850 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc() local
[all …]
/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/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/incremental/compat/src/typescript/
Dstrings.ts162 private readonly decoder: SystemTextDecoder|undefined property in CustomTextDecoder
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/compat/src/typescript/
Dstrings.ts162 private readonly decoder: SystemTextDecoder|undefined property in CustomTextDecoder
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/compat/src/arkts/
Dstrings.ts169 private readonly decoder: SystemTextDecoder|undefined property in CustomTextDecoder
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/incremental/compat/src/arkts/
Dstrings.ts169 private readonly decoder: SystemTextDecoder|undefined property in CustomTextDecoder
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_mirror/interop/src/napi/wrappers/
Darrays.ts23 const decoder = new CustomTextDecoder() constant
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/napi/wrappers/
Darrays.ts23 const decoder = new CustomTextDecoder() constant
/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/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
Drtp_unpack_impl.cpp51 auto decoder = rtpDecoder_[pt]; in ParseRtp() local
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
Ddata_receiver.cpp61 std::unique_ptr<WrapperDecoder> decoder = std::make_unique<WrapperDecoder>(message); in StartReceive() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/interop/src/wasm/wrappers/
Darrays.ts23 const decoder = new CustomTextDecoder() constant

12