Home
last modified time | relevance | path

Searched defs:codec (Results 176 - 200 of 742) sorted by relevance

12345678910>>...30

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_ppp() local
/third_party/python/Lib/encodings/
H A Dzlib_codec.py9 import zlib # this codec needs the optional zlib module ! namespace
H A Dbz2_codec.py11 import bz2 # this codec needs the optional bz2 module ! namespace
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp13 auto codec = SkCodec::MakeFromData(data); in MakeFromEncodedCodec() local
22 SkCodecImageGenerator::MakeFromCodec(std::unique_ptr<SkCodec> codec) { in MakeFromCodec() argument
28 static SkImageInfo adjust_info(SkCodec* codec) { in adjust_info() argument
39 SkCodecImageGenerator(std::unique_ptr<SkCodec> codec, sk_sp<SkData> data) SkCodecImageGenerator() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp89 AMediaCodec *codec = nullptr; in decode() local
[all...]
/third_party/skia/tests/
H A DAndroidCodecTest.cpp65 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); in DEF_TEST() local
150 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); DEF_TEST() local
179 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); DEF_TEST() local
[all...]
H A DGifTest.cpp483 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
527 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
620 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
[all...]
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp17 SkAnimCodecPlayer::SkAnimCodecPlayer(std::unique_ptr<SkCodec> codec) : fCodec(std::move(codec)) { in SkAnimCodecPlayer() argument
/third_party/skia/tools/
H A Dget_images_from_skps.cpp63 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in sniff() local
/third_party/skia/gm/
H A Dencode_srgb.cpp57 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in make() local
H A Dmakecolorspace.cpp29 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(resourceData); in make_raster_image() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Danimated_image_player.h36 AnimatedImagePlayer(ImageSourceInfo source, UploadSuccessCallback successCallback, const WeakPtr<PipelineBase>& weakContext, std::unique_ptr<SkCodec> codec, int32_t dstWidth = -1, int32_t dstHeight = -1) AnimatedImagePlayer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.h121 AnimatedSkImage(std::unique_ptr<SkCodec> codec, std::string url) in AnimatedSkImage() argument
131 AnimatedRSImage(std::unique_ptr<SkCodec> codec, std::string url) in AnimatedRSImage() argument
[all...]
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_worker.cpp37 AudioCodecWorker::AudioCodecWorker(const std::shared_ptr<AudioBaseCodec> &codec, in AudioCodecWorker() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h130 explicit EncoderBuffersConsumerListener(HEncoder *codec) : codec_(codec) {} in EncoderBuffersConsumerListener() argument
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_opus_encoder_demo.cpp44 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
52 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
60 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument
70 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnOutputBufferAvailable() argument
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dapi_test.cpp38 void onError(OH_AVCodec *codec, int32_t errorCode, void *userData) in onError() argument
43 void onStreamChanged(OH_AVCodec *codec, OH_AVFormat *fmt, void *userData) in onStreamChanged() argument
48 void onNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in onNeedInputData() argument
61 void onNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, void *userData) in onNewOutputData() argument
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_bind.c23 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match() local
44 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event() local
63 snd_hda_codec_set_name(struct hda_codec *codec, const char *name) snd_hda_codec_set_name() argument
88 struct hda_codec *codec = dev_to_hda_codec(dev); hda_codec_driver_probe() local
152 struct hda_codec *codec = dev_to_hda_codec(dev); hda_codec_driver_remove() local
170 struct hda_codec *codec = dev_to_hda_codec(dev); hda_codec_driver_shutdown() local
199 codec_probed(struct hda_codec *codec) codec_probed() argument
205 request_codec_module(struct hda_codec *codec) request_codec_module() argument
234 codec_bind_module(struct hda_codec *codec) codec_bind_module() argument
245 is_likely_hdmi_codec(struct hda_codec *codec) is_likely_hdmi_codec() argument
267 codec_bind_generic(struct hda_codec *codec) codec_bind_generic() argument
302 snd_hda_codec_configure(struct hda_codec *codec) snd_hda_codec_configure() argument
[all...]
H A Dhda_jack.h62 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get() argument
93 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid, hda_jack_callback_fn cb) snd_hda_jack_detect_enable_callback() argument
121 snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid) snd_hda_jack_detect_state() argument
133 snd_hda_jack_detect_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_detect_mst() argument
145 snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid) snd_hda_jack_detect() argument
169 snd_hda_jack_add_kctl(struct hda_codec *codec, hda_nid_t nid, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl() argument
[all...]
H A Dhda_beep.c26 struct hda_codec *codec = beep->codec; in generate_tone() local
143 snd_hda_enable_beep_device(struct hda_codec *codec, int enable) snd_hda_enable_beep_device() argument
204 snd_hda_attach_beep_device(struct hda_codec *codec, int nid) snd_hda_attach_beep_device() argument
278 snd_hda_detach_beep_device(struct hda_codec *codec) snd_hda_detach_beep_device() argument
287 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ctl_has_mute() local
302 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); snd_hda_mixer_amp_switch_get_beep() local
325 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); snd_hda_mixer_amp_switch_put_beep() local
[all...]
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_component.c121 int snd_hdac_sync_audio_rate(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_sync_audio_rate() argument
162 snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, int dev_id, bool *audio_enabled, char *buffer, int max_bytes) snd_hdac_acomp_get_eld() argument
[all...]
H A Dhdac_bus.c175 struct hdac_device *codec; in snd_hdac_bus_process_unsol_events() local
209 snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec) snd_hdac_bus_add_device() argument
229 snd_hdac_bus_remove_device(struct hdac_bus *bus, struct hdac_device *codec) snd_hdac_bus_remove_device() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_io.c117 void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97() argument
142 u16 oxygen_read_ac97(struct oxygen *chip, unsigned int codec, in oxygen_read_ac97() argument
175 void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97_masked() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c240 sst_platform_compr_get_codec_caps(struct snd_soc_component *component, struct snd_compr_stream *cstream, struct snd_compr_codec_caps *codec) sst_platform_compr_get_codec_caps() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbytcht_cx2072x.c73 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in byt_cht_cx2072x_init() local

Completed in 11 milliseconds

12345678910>>...30