Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributedscreen/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/distributedhardware/distributedscreen/services/screentransport/screensinkprocessor/decoder/include/
Dimage_decoder_callback.h30 explicit ImageDecoderCallback(const std::shared_ptr<ImageSinkDecoder> &decoder) in ImageDecoderCallback()
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/codec/hdi/vdec/src/
Dgst_hdi_video_dec.c139 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/
Dgst_vdec_base.cpp205 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 …]
Dgst_vdec_base.h76 std::shared_ptr<OHOS::Media::IGstCodec> decoder; member
/foundation/graphic/ui/frameworks/imgdecode/
Dfile_img_decoder.h39 FileImgDecoder* decoder; member
Dcache_manager.cpp271 FileImgDecoder* decoder = &(FileImgDecoder::GetInstance()); in TryDecode() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/
Da2dp_codec_thread.cpp116 A2dpDecoder* decoder = decoder_.release(); in ProcessMessage() local
/foundation/multimedia/media_standard/frameworks/kitsimpl/js/mediacapability/
Dmedia_capability_napi.cpp234 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/
Dsbc_decoder.cpp59 std::unique_ptr<Decoder> decoder = std::make_unique<Decoder>(); in CreateDecode() local
/foundation/multimedia/image_standard/plugins/common/libs/image/libpngplugin/src/
Dpng_decoder.cpp694 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/
Dimage_source.h117 std::unique_ptr<ImagePlugin::AbsImageDecoder> decoder; member
/foundation/multimedia/image_standard/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp968 …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()