Home
last modified time | relevance | path

Searched defs:codec (Results 651 - 675 of 720) sorted by relevance

1...<<212223242526272829

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c296 static int configure_datapath_sync(struct hci_dev *hdev, struct bt_codec *codec) in configure_datapath_sync() argument
1689 hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst, __u16 setting, struct bt_codec *codec) hci_connect_sco() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c1317 static av_cold void av1_init_static(FFCodec *codec) in av1_init_static() argument
H A Dmediacodec_wrapper.c1134 static int codec_init_static_fields(FFAMediaCodec *codec) in codec_init_static_fields() argument
1196 FFAMediaCodec *codec = NULL; codec_create() local
1338 ff_AMediaCodec_getName(FFAMediaCodec *codec) ff_AMediaCodec_getName() argument
1361 ff_AMediaCodec_configure(FFAMediaCodec* codec, const FFAMediaFormat* format, void* surface, void *crypto, uint32_t flags) ff_AMediaCodec_configure() argument
1378 ff_AMediaCodec_start(FFAMediaCodec* codec) ff_AMediaCodec_start() argument
1395 ff_AMediaCodec_stop(FFAMediaCodec* codec) ff_AMediaCodec_stop() argument
1412 ff_AMediaCodec_flush(FFAMediaCodec* codec) ff_AMediaCodec_flush() argument
1429 ff_AMediaCodec_releaseOutputBuffer(FFAMediaCodec* codec, size_t idx, int render) ff_AMediaCodec_releaseOutputBuffer() argument
1446 ff_AMediaCodec_releaseOutputBufferAtTime(FFAMediaCodec *codec, size_t idx, int64_t timestampNs) ff_AMediaCodec_releaseOutputBufferAtTime() argument
1463 ff_AMediaCodec_dequeueInputBuffer(FFAMediaCodec* codec, int64_t timeoutUs) ff_AMediaCodec_dequeueInputBuffer() argument
1480 ff_AMediaCodec_queueInputBuffer(FFAMediaCodec* codec, size_t idx, off_t offset, size_t size, uint64_t time, uint32_t flags) ff_AMediaCodec_queueInputBuffer() argument
1497 ff_AMediaCodec_dequeueOutputBuffer(FFAMediaCodec* codec, FFAMediaCodecBufferInfo *info, int64_t timeoutUs) ff_AMediaCodec_dequeueOutputBuffer() argument
1532 ff_AMediaCodec_getInputBuffer(FFAMediaCodec* codec, size_t idx, size_t *out_size) ff_AMediaCodec_getInputBuffer() argument
1580 ff_AMediaCodec_getOutputBuffer(FFAMediaCodec* codec, size_t idx, size_t *out_size) ff_AMediaCodec_getOutputBuffer() argument
1628 ff_AMediaCodec_getOutputFormat(FFAMediaCodec* codec) ff_AMediaCodec_getOutputFormat() argument
1651 ff_AMediaCodec_infoTryAgainLater(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoTryAgainLater() argument
1656 ff_AMediaCodec_infoOutputBuffersChanged(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoOutputBuffersChanged() argument
1661 ff_AMediaCodec_infoOutputFormatChanged(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoOutputFormatChanged() argument
1666 ff_AMediaCodec_getBufferFlagCodecConfig(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagCodecConfig() argument
1671 ff_AMediaCodec_getBufferFlagEndOfStream(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagEndOfStream() argument
1676 ff_AMediaCodec_getBufferFlagKeyFrame(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagKeyFrame() argument
1681 ff_AMediaCodec_getConfigureFlagEncode(FFAMediaCodec *codec) ff_AMediaCodec_getConfigureFlagEncode() argument
1686 ff_AMediaCodec_cleanOutputBuffers(FFAMediaCodec *codec) ff_AMediaCodec_cleanOutputBuffers() argument
[all...]
H A Dvaapi_encode.h181 const struct VAAPIEncodeType *codec; member
[all...]
H A Dsanm.c298 int seq_num, codec, rotate_code, rle_output_size; member
953 uint16_t codec = bytestream2_get_le16u(&ctx->gb); in process_frame_obj() local
H A Dtiff.c2129 const AVCodec *codec; in tiff_init() local
/third_party/ffmpeg/libavdevice/
H A Ddshow.c924 const AVCodec *codec = avcodec_find_decoder(fmt_info->codec_id); in dshow_cycle_formats() local
/third_party/ffmpeg/libavformat/
H A Ddemux.c71 const AVCodec *codec; in find_probe_decoder() local
2007 const AVCodec *codec; try_decode_frame() local
2472 const AVCodec *codec; avformat_find_stream_info() local
2778 const AVCodec *codec = find_probe_decoder(ic, st, st->codecpar->codec_id); avformat_find_stream_info() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1717 void *codec; in rvcn_dec_message_decode() local
[all...]
/third_party/skia/tests/
H A DCodecTest.cpp97 static void test_info(skiatest::Reporter* r, Codec* codec, const SkImageInfo& info, in test_info() argument
122 static void test_incremental_decode(skiatest::Reporter* r, SkCodec* codec, const SkImageInfo& info, in test_incremental_decode() argument
136 static void test_in_stripes(skiatest::Reporter* r, SkCodec* codec, const SkImageInfo& info, in test_in_stripes() argument
178 test_codec(skiatest::Reporter* r, const char* path, Codec* codec, SkBitmap& bm, const SkImageInfo& info, const SkISize& size, SkCodec::Result expectedResult, SkMD5::Digest* digest, const SkMD5::Digest* goodDigest) test_codec() argument
285 check_scanline_decode(skiatest::Reporter* r, SkCodec* codec, SkMD5::Digest* codecDigest, const SkImageInfo& info, const char path[], SkISize size, bool supportsScanlineDecoding, bool supportsIncomplete, bool supportsNewScanlineDecoding) check_scanline_decode() argument
375 check_subset_decode(skiatest::Reporter* r, SkCodec* codec, const SkImageInfo& info, SkISize size, bool supportsSubsetDecoding, bool supportsIncomplete) check_subset_decode() argument
417 check_android_codec(skiatest::Reporter* r, std::unique_ptr<SkCodec> codec, const SkMD5::Digest& codecDigest, const SkImageInfo& info, const char path[], SkISize size, bool supportsScanlineDecoding, bool supportsSubsetDecoding, bool supportsIncomplete, bool supportsNewScanlineDecoding) check_android_codec() argument
464 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromStream(std::move(bufferedStream)); check_codec_image_generator() local
492 std::unique_ptr<SkCodec> codec; check() local
1137 auto codec = SkCodec::MakeFromStream(GetResourceAsStream("images/mandrill_512_q075.jpg")); DEF_TEST() local
1238 decode_frame(skiatest::Reporter* r, SkCodec* codec, size_t frame) decode_frame() argument
1645 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(std::move(subset)); DEF_TEST() local
1751 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(data)); DEF_TEST() local
1787 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
1836 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
1860 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c224 multibytecodec_encerror(MultibyteCodec *codec, in multibytecodec_encerror() argument
379 multibytecodec_decerror(MultibyteCodec *codec, in multibytecodec_decerror() argument
483 multibytecodec_encode(MultibyteCodec *codec, MultibyteCodec_State *state, PyObject *text, Py_ssize_t *inpos_t, PyObject *errors, int flags) multibytecodec_encode() argument
1034 PyObject *codec = NULL; mbiencoder_new() local
1309 PyObject *codec = NULL; mbidecoder_new() local
1626 PyObject *stream, *codec = NULL; mbstreamreader_new() local
1850 PyObject *stream, *codec = NULL; mbstreamwriter_new() local
1965 MultibyteCodec *codec; _multibytecodec___create_codec() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c106 pa_raop_codec_t codec; member
1437 pa_raop_client_new(pa_core *core, const char *host, pa_raop_protocol_t protocol, pa_raop_encryption_t encryption, pa_raop_codec_t codec, bool autoreconnect) pa_raop_client_new() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp758 static bool IsColorSpaceSupport(SkJpegCodec* codec) in HeapMemAlloc() argument
1521 GetHeifNclxColor(SkCodec* codec) HeapMemAlloc() argument
1646 GetDelayTime(SkCodec * codec, uint32_t index, int32_t &value) HeapMemAlloc() argument
1663 GetDisposalType(SkCodec * codec, uint32_t index, int32_t &value) HeapMemAlloc() argument
1679 GetLoopCount(SkCodec *codec, int32_t &value) HeapMemAlloc() argument
[all...]
H A Dext_encoder.cpp1844 sptr<ICodecImage> codec = GetCodecManager(); in DoHeifEncode() local
/kernel/linux/linux-5.10/sound/pci/
H A Datiixp.c429 static unsigned short snd_atiixp_codec_read(struct atiixp *chip, unsigned short codec, unsigned short reg) in snd_atiixp_codec_read() argument
457 static void snd_atiixp_codec_write(struct atiixp *chip, unsigned short codec, in snd_atiixp_codec_write() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c181 struct snd_ali *codec; member
267 static inline unsigned int snd_ali_5451_peek(struct snd_ali *codec, in snd_ali_5451_peek() argument
273 static inline void snd_ali_5451_poke(struct snd_ali *codec, in snd_ali_5451_poke() argument
280 static int snd_ali_codec_ready(struct snd_ali *codec, in snd_ali_codec_ready() argument
302 snd_ali_stimer_ready(struct snd_ali *codec) snd_ali_stimer_ready() argument
323 snd_ali_codec_poke(struct snd_ali *codec,int secondary, unsigned short reg, unsigned short val) snd_ali_codec_poke() argument
355 snd_ali_codec_peek(struct snd_ali *codec, int secondary, unsigned short reg) snd_ali_codec_peek() argument
394 struct snd_ali *codec = ac97->private_data; snd_ali_codec_write() local
410 struct snd_ali *codec = ac97->private_data; snd_ali_codec_read() local
420 snd_ali_reset_5451(struct snd_ali *codec) snd_ali_reset_5451() argument
461 snd_ali_enable_special_channel(struct snd_ali *codec, unsigned int channel) snd_ali_enable_special_channel() argument
471 snd_ali_disable_special_channel(struct snd_ali *codec, unsigned int channel) snd_ali_disable_special_channel() argument
481 snd_ali_enable_address_interrupt(struct snd_ali *codec) snd_ali_enable_address_interrupt() argument
491 snd_ali_disable_address_interrupt(struct snd_ali *codec) snd_ali_disable_address_interrupt() argument
501 snd_ali_disable_voice_irq(struct snd_ali *codec, unsigned int channel) snd_ali_disable_voice_irq() argument
515 snd_ali_alloc_pcm_channel(struct snd_ali *codec, int channel) snd_ali_alloc_pcm_channel() argument
534 snd_ali_find_free_channel(struct snd_ali * codec, int rec) snd_ali_find_free_channel() argument
583 snd_ali_free_channel_pcm(struct snd_ali *codec, int channel) snd_ali_free_channel_pcm() argument
603 snd_ali_stop_voice(struct snd_ali *codec, unsigned int channel) snd_ali_stop_voice() argument
615 snd_ali_delay(struct snd_ali *codec,int interval) snd_ali_delay() argument
630 snd_ali_detect_spdif_rate(struct snd_ali *codec) snd_ali_detect_spdif_rate() argument
686 snd_ali_get_spdif_in_rate(struct snd_ali *codec) snd_ali_get_spdif_in_rate() argument
711 snd_ali_enable_spdif_in(struct snd_ali *codec) snd_ali_enable_spdif_in() argument
726 snd_ali_disable_spdif_in(struct snd_ali *codec) snd_ali_disable_spdif_in() argument
738 snd_ali_set_spdif_out_rate(struct snd_ali *codec, unsigned int rate) snd_ali_set_spdif_out_rate() argument
761 snd_ali_enable_spdif_out(struct snd_ali *codec) snd_ali_enable_spdif_out() argument
794 snd_ali_enable_spdif_chnout(struct snd_ali *codec) snd_ali_enable_spdif_chnout() argument
812 snd_ali_disable_spdif_chnout(struct snd_ali *codec) snd_ali_disable_spdif_chnout() argument
823 snd_ali_disable_spdif_out(struct snd_ali *codec) snd_ali_disable_spdif_out() argument
833 snd_ali_update_ptr(struct snd_ali *codec, int channel) snd_ali_update_ptr() argument
883 struct snd_ali *codec = dev_id; snd_ali_card_interrupt() local
909 snd_ali_alloc_voice(struct snd_ali * codec, int type, int rec, int channel) snd_ali_alloc_voice() argument
939 snd_ali_free_voice(struct snd_ali * codec, struct snd_ali_voice *pvoice) snd_ali_free_voice() argument
964 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument
976 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) snd_ali_write_voice_regs() argument
1071 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_trigger() local
1135 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_playback_hw_params() local
1165 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_playback_hw_free() local
1179 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_playback_prepare() local
1272 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_prepare() local
1361 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_playback_pointer() local
1383 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_pointer() local
1460 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_open() local
1497 struct snd_ali *codec = snd_pcm_substream_chip(substream); snd_ali_close() local
1618 struct snd_ali *codec = pcm->private_data; snd_ali_pcm_free() local
1623 snd_ali_pcm(struct snd_ali *codec, int device, struct ali_pcm_description *desc) snd_ali_pcm() argument
1672 snd_ali_build_pcms(struct snd_ali *codec) snd_ali_build_pcms() argument
1694 struct snd_ali *codec = kcontrol->private_data; snd_ali5451_spdif_get() local
1722 struct snd_ali *codec = kcontrol->private_data; snd_ali5451_spdif_put() local
1787 snd_ali_mixer(struct snd_ali *codec) snd_ali_mixer() argument
1918 snd_ali_free(struct snd_ali * codec) snd_ali_free() argument
1936 snd_ali_chip_init(struct snd_ali *codec) snd_ali_chip_init() argument
2000 struct snd_ali *codec = entry->private_data; snd_ali_proc_read() local
2006 snd_ali_proc_init(struct snd_ali *codec) snd_ali_proc_init() argument
2011 snd_ali_resources(struct snd_ali *codec) snd_ali_resources() argument
2033 struct snd_ali *codec = device->device_data; snd_ali_dev_free() local
2044 struct snd_ali *codec; snd_ali_create() local
2172 struct snd_ali *codec; snd_ali_probe() local
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Dcs46xx_lib.c2428 static int cs46xx_detect_codec(struct snd_cs46xx *chip, int codec) in cs46xx_detect_codec() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h390 u8 codec; member
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-dapm.c4350 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu; in dapm_connect_dai_pair() local
[all...]
/kernel/linux/linux-5.10/sound/soc/sunxi/
H A Dsun4i-codec.c1593 const struct snd_soc_component_driver *codec; global() member
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
H A Dab8500.h384 struct ab8500_codec_platform_data *codec; member
/kernel/linux/linux-6.6/include/linux/mfd/abx500/
H A Dab8500.h381 struct ab8500_codec_platform_data *codec; member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c1118 calculate_dec_input_frame_size(u32 width, u32 height, u32 codec, in calculate_dec_input_frame_size() argument
1156 static int output_buffer_count(u32 session_type, u32 codec) in output_buffer_count() argument
1186 u32 codec = params->codec; in bufreq_dec() local
1268 u32 codec = params->codec; bufreq_enc() local
[all...]
H A Dcore.h539 venus_caps_by_codec(struct venus_core *core, u32 codec, u32 domain) in venus_caps_by_codec() argument
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-dapm.c4361 struct snd_soc_dapm_widget *codec, *cpu; in dapm_connect_dai_pair() local
[all...]

Completed in 64 milliseconds

1...<<212223242526272829