| /foundation/distributedhardware/distributedscreen/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/distributedhardware/distributedscreen/services/screentransport/screensinkprocessor/decoder/include/ |
| D | image_decoder_callback.h | 30 explicit ImageDecoderCallback(const std::shared_ptr<ImageSinkDecoder> &decoder) in ImageDecoderCallback()
|
| /foundation/multimedia/media_standard/services/engine/gstreamer/plugins/codec/hdi/vdec/src/ |
| D | gst_hdi_video_dec.c | 139 static gboolean gst_hdi_video_dec_open(GstVideoDecoder *decoder) in gst_hdi_video_dec_open() 238 static gboolean gst_hdi_video_dec_close(GstVideoDecoder *decoder) in gst_hdi_video_dec_close() 254 static gboolean gst_hdi_video_dec_start(GstVideoDecoder *decoder) in gst_hdi_video_dec_start() 276 static gboolean gst_hdi_video_dec_stop(GstVideoDecoder *decoder) in gst_hdi_video_dec_stop() 307 static gboolean gst_hdi_video_dec_flush(GstVideoDecoder *decoder) in gst_hdi_video_dec_flush() 495 static void gst_hdi_video_dec_clean_all_frames(GstVideoDecoder *decoder) in gst_hdi_video_dec_clean_all_frames() 512 static GstFlowReturn gst_hdi_video_dec_handle_frame(GstVideoDecoder *decoder, GstVideoCodecFrame *f… in gst_hdi_video_dec_handle_frame() 875 static gboolean gst_hdi_video_dec_set_format(GstVideoDecoder *decoder, GstVideoCodecState *state) in gst_hdi_video_dec_set_format() 913 static GstFlowReturn gst_hdi_video_dec_finish(GstVideoDecoder *decoder) in gst_hdi_video_dec_finish() 947 static GstFlowReturn gst_hdi_video_dec_drain(GstVideoDecoder *decoder) in gst_hdi_video_dec_drain() [all …]
|
| /foundation/multimedia/media_standard/services/engine/gstreamer/plugins/codec/common/vdec/ |
| D | gst_vdec_base.cpp | 205 static gboolean gst_vdec_base_open(GstVideoDecoder *decoder) in gst_vdec_base_open() 258 static gboolean gst_vdec_base_close(GstVideoDecoder *decoder) in gst_vdec_base_close() 288 static gboolean gst_vdec_base_start(GstVideoDecoder *decoder) in gst_vdec_base_start() 305 static gboolean gst_vdec_base_stop(GstVideoDecoder *decoder) in gst_vdec_base_stop() 353 static gboolean gst_codec_return_is_ok(const GstVdecBase *decoder, gint ret, in gst_codec_return_is_ok() 367 static gboolean gst_vdec_base_flush(GstVideoDecoder *decoder) in gst_vdec_base_flush() 476 GstVideoDecoder *decoder = GST_VIDEO_DECODER(self); in gst_vdec_base_set_outstate() local 605 static void gst_vdec_base_clean_all_frames(GstVideoDecoder *decoder) in gst_vdec_base_clean_all_frames() 730 static GstFlowReturn gst_vdec_base_handle_frame(GstVideoDecoder *decoder, GstVideoCodecFrame *frame) in gst_vdec_base_handle_frame() 1092 static gboolean gst_vdec_base_set_format(GstVideoDecoder *decoder, GstVideoCodecState *state) in gst_vdec_base_set_format() [all …]
|
| D | gst_vdec_base.h | 76 std::shared_ptr<OHOS::Media::IGstCodec> decoder; member
|
| /foundation/graphic/ui/frameworks/imgdecode/ |
| D | file_img_decoder.h | 39 FileImgDecoder* decoder; member
|
| D | cache_manager.cpp | 271 FileImgDecoder* decoder = &(FileImgDecoder::GetInstance()); in TryDecode() local
|
| /foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/ |
| D | a2dp_codec_thread.cpp | 116 A2dpDecoder* decoder = decoder_.release(); in ProcessMessage() local
|
| /foundation/multimedia/media_standard/frameworks/kitsimpl/js/mediacapability/ |
| D | media_capability_napi.cpp | 234 std::string decoder = codecList->FindAudioDecoder(asyncCtx->format); in FindAudioDecoder() local 428 std::string decoder = codecList->FindVideoDecoder(asyncCtx->format); in FindVideoDecoder() local
|
| /foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/a2dp_codec/sbclib/src/ |
| D | sbc_decoder.cpp | 59 std::unique_ptr<Decoder> decoder = std::make_unique<Decoder>(); in CreateDecode() local
|
| /foundation/multimedia/image_standard/plugins/common/libs/image/libpngplugin/src/ |
| D | png_decoder.cpp | 694 PngDecoder *decoder = static_cast<PngDecoder *>(png_get_progressive_ptr(pngPtr)); in GetAllRows() local 708 PngDecoder *decoder = static_cast<PngDecoder *>(png_get_progressive_ptr(pngPtr)); in GetInterlacedRows() local
|
| /foundation/multimedia/image_standard/interfaces/innerkits/include/ |
| D | image_source.h | 117 std::unique_ptr<ImagePlugin::AbsImageDecoder> decoder; member
|
| /foundation/multimedia/image_standard/frameworks/innerkitsimpl/codec/src/ |
| D | image_source.cpp | 968 …auto decoder = pluginServer_.CreateObject<AbsImageDecoder>(AbsImageDecoder::SERVICE_DEFAULT, capab… in CreateDecoder() local 979 uint32_t ImageSource::SetDecodeOptions(std::unique_ptr<AbsImageDecoder> &decoder, uint32_t index, in SetDecodeOptions()
|