| /third_party/skia/src/codec/ |
| H A D | SkCodecImageGenerator.cpp | 13 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 D | NDKExtractor.cpp | 89 AMediaCodec *codec = nullptr; in decode() local [all...] |
| /third_party/skia/tests/ |
| H A D | AndroidCodecTest.cpp | 65 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 D | GifTest.cpp | 483 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 D | SkAnimCodecPlayer.cpp | 17 SkAnimCodecPlayer::SkAnimCodecPlayer(std::unique_ptr<SkCodec> codec) : fCodec(std::move(codec)) { in SkAnimCodecPlayer() argument
|
| /third_party/skia/tools/ |
| H A D | get_images_from_skps.cpp | 63 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in sniff() local
|
| /third_party/python/Lib/encodings/ |
| H A D | bz2_codec.py | 11 import bz2 # this codec needs the optional bz2 module ! namespace
|
| /third_party/skia/gm/ |
| H A D | encode_srgb.cpp | 57 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in make() local
|
| H A D | makecolorspace.cpp | 29 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(resourceData); in make_raster_image() local
|
| /base/telephony/sms_mms/test/fuzztest/gsmsmsparamcodec_fuzzer/ |
| H A D | gsmsmsparamcodec_fuzzer.cpp | 195 auto codec = std::make_shared<GsmSmsParamCodec>(); in EncodePduItemsTest() local 244 auto codec = std::make_shared<GsmSmsParamCodec>(); DecodePduItemsTest() local [all...] |
| /base/telephony/sms_mms/services/sms/gsm/ |
| H A D | gsm_sms_param_codec.cpp | 28 GsmSmsParamEncode codec; in EncodeAddressPdu() local 34 GsmSmsParamEncode codec; in EncodeSmscPdu() local 40 GsmSmsParamEncode codec; in EncodeSmscPdu() local 46 GsmSmsParamEncode codec; in EncodeTimePdu() local 52 GsmSmsParamEncode codec; in EncodeDCS() local 58 GsmSmsParamDecode codec; DecodeAddressPdu() local 64 GsmSmsParamDecode codec; DecodeTimePdu() local 70 GsmSmsParamDecode codec; DecodeDcsPdu() local 76 GsmSmsParamDecode codec; DecodeSmscPdu() local 82 GsmSmsParamDecode codec; DecodeSmscPdu() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | animated_image_player.h | 36 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 D | animated_image.h | 121 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 D | audio_codec_worker.cpp | 37 AudioCodecWorker::AudioCodecWorker(const std::shared_ptr<AudioBaseCodec> &codec, in AudioCodecWorker() argument
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hencoder.h | 130 explicit EncoderBuffersConsumerListener(HEncoder *codec) : codec_(codec) {} in EncoderBuffersConsumerListener() argument
|
| /foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
| H A D | avcodec_audio_opus_encoder_demo.cpp | 44 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 D | api_test.cpp | 38 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 D | hda_bind.c | 23 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 D | hda_jack.h | 62 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 D | hda_beep.c | 26 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 D | hdac_component.c | 121 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 D | hdac_bus.c | 175 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 D | oxygen_io.c | 117 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 D | sst-mfld-platform-compress.c | 240 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 D | bytcht_cx2072x.c | 73 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in byt_cht_cx2072x_init() local
|