Home
last modified time | relevance | path

Searched defs:codec (Results 276 - 300 of 602) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp171 const CCodecInfo &codec = *g_Codecs[i]; in FindMethod_Index() local
189 const CCodecInfoEx &codec = _externalCodecs->Codecs[i]; in FindMethod_Index() local
213 const CCodecInfo &codec = *g_Codecs[i]; FindMethod_Index() local
225 const CCodecInfoEx &codec = _externalCodecs->Codecs[i]; FindMethod_Index() local
246 const CCodecInfo &codec = *g_Codecs[i]; FindMethod() local
261 const CCodecInfoEx &codec = _externalCodecs->Codecs[i]; FindMethod() local
282 const CHasherInfo &codec = *g_Hashers[i]; FindHashMethod() local
297 const CHasherInfoEx &codec = _externalCodecs->Hashers[i]; FindHashMethod() local
344 const CCodecInfo &codec = *g_Codecs[i]; CreateCoder_Index() local
380 const CCodecInfoEx &codec = _externalCodecs->Codecs[i]; CreateCoder_Index() local
521 const CHasherInfo &codec = *g_Hashers[i]; CreateHasher() local
537 const CHasherInfoEx &codec = _externalCodecs->Hashers[i]; CreateHasher() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h159 struct pipe_video_codec *codec; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c224 enum pipe_video_format codec = u_reduce_video_profile(profile); in rvid_get_video_param() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c443 enum pipe_video_format codec = u_reduce_video_profile(profile); in nouveau_vp3_screen_get_video_param() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c572 enum pipe_video_format codec = u_reduce_video_profile(profile); in si_get_video_param() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp33 d3d12_video_processor_begin_frame(struct pipe_video_codec * codec, in d3d12_video_processor_begin_frame() argument
68 d3d12_video_processor_end_frame(struct pipe_video_codec * codec, in d3d12_video_processor_end_frame() argument
146 d3d12_video_processor_process_frame(struct pipe_video_codec *codec, in d3d12_video_processor_process_frame() argument
247 d3d12_video_processor_destroy(struct pipe_video_codec * codec) in d3d12_video_processor_destroy() argument
260 d3d12_video_processor_flush(struct pipe_video_codec * codec) d3d12_video_processor_flush() argument
361 d3d12_video_processor_create(struct pipe_context *context, const struct pipe_video_codec *codec) d3d12_video_processor_create() argument
[all...]
/third_party/python/Lib/test/
H A Dmultibytecodec_support.py17 codec = None # codec tuple (with 4 elements) variable in TestBase
[all...]
/third_party/skia/src/codec/
H A DSkSampledCodec.cpp16 SkSampledCodec::SkSampledCodec(SkCodec* codec) in SkSampledCodec() argument
[all...]
H A DSkAndroidCodec.cpp58 SkAndroidCodec::SkAndroidCodec(SkCodec* codec) in SkAndroidCodec() argument
67 auto codec = SkCodec::MakeFromStream(std::move(stream), nullptr, chunkReader); in MakeFromStream() local
71 MakeFromCodec(std::unique_ptr<SkCodec> codec) MakeFromCodec() argument
186 supports_any_down_scale(const SkCodec* codec) supports_any_down_scale() argument
[all...]
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp22 sk_sp<SkAnimatedImage> SkAnimatedImage::Make(std::unique_ptr<SkAndroidCodec> codec, in Make() argument
42 sk_sp<SkAnimatedImage> SkAnimatedImage::Make(std::unique_ptr<SkAndroidCodec> codec) { in Make() argument
56 SkAnimatedImage(std::unique_ptr<SkAndroidCodec> codec, const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) SkAnimatedImage() argument
[all...]
/third_party/skia/tests/
H A DCodecAnimTest.cpp495 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); test_animated_AndroidCodec() local
593 auto codec = SkCodec::MakeFromData(GetResourceAsData(test.fFile)); DEF_TEST() local
[all...]
H A DCodecPartialTest.cpp27 static SkImageInfo standardize_info(SkCodec* codec) { in standardize_info() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h65 MultibyteCodec *codec; member
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp171 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init() local
/third_party/skia/gm/
H A Danimated_gif.cpp197 auto codec = load_codec(completepath.c_str()); in AnimCodecPlayerGM() local
H A Dreadpixels.cpp38 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromStream(std::move(stream)); in make_raster_image() local
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dl1oip_core.c237 static u_int codec[MAX_CARDS]; variable
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_si3054.c88 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_get() local
98 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); si3054_switch_put() local
125 si3054_build_controls(struct hda_codec *codec) si3054_build_controls() argument
135 si3054_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) si3054_pcm_prepare() argument
154 si3054_pcm_open(struct hda_pcm_stream *hinfo, struct hda_codec *codec, struct snd_pcm_substream *substream) si3054_pcm_open() argument
185 si3054_build_pcms(struct hda_codec *codec) si3054_build_pcms() argument
205 si3054_init(struct hda_codec *codec) si3054_init() argument
249 si3054_free(struct hda_codec *codec) si3054_free() argument
265 patch_si3054(struct hda_codec *codec) patch_si3054() argument
[all...]
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_sysfs.c114 struct hdac_device *codec; in widget_attr_show() local
130 struct hdac_device *codec; widget_attr_store() local
161 caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) caps_show() argument
167 pin_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) pin_caps_show() argument
176 pin_cfg_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) pin_cfg_show() argument
188 has_pcm_cap(struct hdac_device *codec, hda_nid_t nid) has_pcm_cap() argument
201 pcm_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) pcm_caps_show() argument
210 pcm_formats_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) pcm_formats_show() argument
219 amp_in_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) amp_in_caps_show() argument
228 amp_out_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) amp_out_caps_show() argument
237 power_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) power_caps_show() argument
246 gpio_caps_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) gpio_caps_show() argument
253 connections_show(struct hdac_device *codec, hda_nid_t nid, struct widget_attribute *attr, char *buf) connections_show() argument
320 widget_tree_free(struct hdac_device *codec) widget_tree_free() argument
363 widget_tree_create(struct hdac_device *codec) widget_tree_create() argument
401 hda_widget_sysfs_init(struct hdac_device *codec) hda_widget_sysfs_init() argument
418 hda_widget_sysfs_exit(struct hdac_device *codec) hda_widget_sysfs_exit() argument
424 hda_widget_sysfs_reinit(struct hdac_device *codec, hda_nid_t start_nid, int num_nodes) hda_widget_sysfs_reinit() argument
[all...]
/kernel/linux/linux-5.10/sound/ac97/
H A Dbus.c105 struct ac97_codec_device *codec; in ac97_codec_add() local
393 struct ac97_codec_device *codec = to_ac97_device(dev); ac97_pm_runtime_suspend() local
408 struct ac97_codec_device *codec = to_ac97_device(dev); ac97_pm_runtime_resume() local
461 struct ac97_codec_device *codec = to_ac97_device(dev); vendor_id_show() local
[all...]
/kernel/linux/linux-5.10/sound/soc/generic/
H A Dsimple-card-utils.c55 asoc_simple_parse_daifmt(struct device *dev, struct device_node *node, struct device_node *codec, char *prefix, unsigned int *retfmt) asoc_simple_parse_daifmt() argument
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbytcht_es8316.c159 struct snd_soc_component *codec = asoc_rtd_to_codec(runtime, 0)->component; in byt_cht_es8316_init() local
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c424 static int sst_cdev_codec_caps(struct snd_compr_codec_caps *codec) in sst_cdev_codec_caps() argument
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Daries_wm8994.c541 struct device_node *cpu, *codec, *extcon_np; in aries_audio_probe() local
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h105 struct snd_soc_dai_link_component codec; member

Completed in 16 milliseconds

1...<<11121314151617181920>>...25