/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_lib.c | 767 static void oxygen_restore_ac97(struct oxygen *chip, unsigned int codec) in oxygen_restore_ac97() argument 771 oxygen_write_ac97(chip, codec, AC97_RESET, 0); in oxygen_restore_ac97() 774 if (is_bit_set(ac97_registers_to_restore[codec], i)) in oxygen_restore_ac97() 775 oxygen_write_ac97(chip, codec, i * 2, in oxygen_restore_ac97() 776 chip->saved_ac97_registers[codec][i]); in oxygen_restore_ac97()
|
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen_lib.c | 755 static void oxygen_restore_ac97(struct oxygen *chip, unsigned int codec) in oxygen_restore_ac97() argument 759 oxygen_write_ac97(chip, codec, AC97_RESET, 0); in oxygen_restore_ac97() 762 if (is_bit_set(ac97_registers_to_restore[codec], i)) in oxygen_restore_ac97() 763 oxygen_write_ac97(chip, codec, i * 2, in oxygen_restore_ac97() 764 chip->saved_ac97_registers[codec][i]); in oxygen_restore_ac97()
|
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.c | 542 av_log(NULL, AV_LOG_VERBOSE, "Routing option %s to both codec and muxer layer\n", opt); in opt_default() 895 AVFormatContext *s, AVStream *st, const AVCodec *codec) in filter_codec_opts() 904 if (!codec) in filter_codec_opts() 905 codec = s->oformat ? avcodec_find_encoder(codec_id) in filter_codec_opts() 936 !codec || in filter_codec_opts() 937 ((priv_class = codec->priv_class) && in filter_codec_opts() 894 filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id, AVFormatContext *s, AVStream *st, const AVCodec *codec) filter_codec_opts() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 194 default: TCU_THROW(InternalError, "Unkown codec operation"); in getVideoExtensionProperties() 560 const char* getVideoCodecString(VkVideoCodecOperationFlagBitsKHR codec) in getVideoCodecString() argument 572 if (codec == i.eCodec) in getVideoCodecString() 573 return aCodecName[codec].name; in getVideoCodecString() 731 const char* codecToName(VkVideoCodecOperationFlagBitsKHR codec) in codecToName() argument 733 switch ((int32_t)codec) { in codecToName() 743 tcu::die("Unknown video codec"); in codecToName() 769 DE_ASSERT(false && "Unsupported codec"); in getVideoCapabilities() 816 DE_ASSERT(false && "Unsupported codec"); in getVideoCapabilities() 847 DE_ASSERT(false && "Unsupported codec"); in getVideoDecodeCapabilities() [all...] |
/foundation/multimedia/av_codec/services/engine/codec/include/audio/ |
H A D | audio_codec_worker.h | 34 AudioCodecWorker(const std::shared_ptr<AudioBaseCodec> &codec, const std::shared_ptr<AVCodecCallback> &callback);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rslib.h | 18 * struct rs_codec - rs codec data 32 * @list: List entry for the rs codec list 52 * @codec: The codec used for this instance 56 struct rs_codec *codec; member 60 /* General purpose RS codec, 8-bit data width, symbol width 1-15 bit */ 71 /* General purpose RS codec, 16-bit data width, symbol width 1-15 bit */ 112 * @rs: Pointer to the RS codec
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | hda_dsp_common.c | 41 * to codec driver. 56 hcodec = &hda_pvt->codec; in hda_dsp_hdmi_build_controls()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | Makefile | 14 snd-sof-intel-hda-objs := hda-codec.o
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zr36016.h | 11 /* data stored for each zoran jpeg codec chip */ 16 struct videocodec *codec; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | sunxi_vpu_hw.c | 3 * Allwinner Hantro G2 VPU codec driver 119 .codec = HANTRO_VP9_DECODER,
|
H A D | sama5d4_vdec_hw.c | 85 * Supported codec ops. 121 .codec = HANTRO_MPEG2_DECODER | HANTRO_VP8_DECODER |
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rslib.h | 18 * struct rs_codec - rs codec data 32 * @list: List entry for the rs codec list 52 * @codec: The codec used for this instance 56 struct rs_codec *codec; member 60 /* General purpose RS codec, 8-bit data width, symbol width 1-15 bit */ 71 /* General purpose RS codec, 16-bit data width, symbol width 1-15 bit */ 112 * @rs: Pointer to the RS codec
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zr36016.h | 11 /* data stored for each zoran jpeg codec chip */ 16 struct videocodec *codec; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.h | 13 #include <sound/hdmi-codec.h>
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | hda_dsp_common.c | 42 * to codec driver. 57 hcodec = hda_pvt->codec; in hda_dsp_hdmi_build_controls()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tak.h | 129 enum TAKCodecType codec; member
|
/third_party/alsa-utils/bat/tests/ |
H A D | alsabat_main.sh | 47 if [[ $file == codec* ]]; then
|
/third_party/libsnd/src/ |
H A D | ogg.h | 52 int codec ; member
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.h | 60 pa_raop_encryption_t encryption, pa_raop_codec_t codec, bool autoreconnect);
|
/third_party/skia/include/codec/ |
H A D | SkAndroidCodec.h | 11 #include "include/codec/SkCodec.h" 17 * Abstract interface defining image codec functionality that is necessary for 135 * dimensions, the codec may round up or down, depending on what is most 138 * Finally, the codec will always recommend a non-zero output, so the output 145 * Return (via desiredSubset) a subset which can decoded from this codec, 160 * supported by the codec. 196 * The codec may implement this downscaling by sampling or another 221 * to scale or subset. If the codec cannot perform this 247 SkCodec* codec() const { return fCodec.get(); } in codec() function in SkAndroidCodec
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | madera.c | 401 struct madera_codec_pdata *pdata = &madera->pdata.codec; in madera_prop_get_inmode() 429 struct madera_codec_pdata *pdata = &madera->pdata.codec; in madera_prop_get_pdata() 587 if (!ep_sel && !madera->pdata.codec.out_mono[0]) in madera_out1_demux_put() 672 inmode = madera->pdata.codec.inmode[0][2 * mux]; in madera_inmux_put() 675 inmode = madera->pdata.codec.inmode[0][1 + (2 * mux)]; in madera_inmux_put() 678 inmode = madera->pdata.codec.inmode[1][2 * mux]; in madera_inmux_put() 681 inmode = madera->pdata.codec.inmode[1][1 + (2 * mux)]; in madera_inmux_put() 920 /* Volatile register so defer until the codec is powered up */ in madera_adsp_rate_put() 1135 madera->pdata.codec.inmode[i][0], in madera_configure_input_mode() 1136 madera->pdata.codec in madera_configure_input_mode() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | madera.c | 401 struct madera_codec_pdata *pdata = &madera->pdata.codec; in madera_prop_get_inmode() 429 struct madera_codec_pdata *pdata = &madera->pdata.codec; in madera_prop_get_pdata() 587 if (!ep_sel && !madera->pdata.codec.out_mono[0]) in madera_out1_demux_put() 672 inmode = madera->pdata.codec.inmode[0][2 * mux]; in madera_inmux_put() 675 inmode = madera->pdata.codec.inmode[0][1 + (2 * mux)]; in madera_inmux_put() 678 inmode = madera->pdata.codec.inmode[1][2 * mux]; in madera_inmux_put() 681 inmode = madera->pdata.codec.inmode[1][1 + (2 * mux)]; in madera_inmux_put() 920 /* Volatile register so defer until the codec is powered up */ in madera_adsp_rate_put() 1135 madera->pdata.codec.inmode[i][0], in madera_configure_input_mode() 1136 madera->pdata.codec in madera_configure_input_mode() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/ |
H A D | hdrcodec_inner_ndk_sample.cpp | 369 int32_t HDRCodecInnderNdkSample::SendData(std::shared_ptr<AVCodecVideoDecoder> codec, in SendData() argument 381 codec->QueueInputBuffer(index, info, flag); in SendData() 411 result = codec->QueueInputBuffer(index, info, flag); in SendData()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_client.cpp | 348 void HfpHfSdpClient::SelectProfileFeatures(uint16_t &features, int &codec) in SelectProfileFeatures() argument 351 codec = HFP_HF_CODEC_MSBC; in SelectProfileFeatures() 356 codec = HFP_HF_CODEC_CVSD; in SelectProfileFeatures()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | core.h | 420 * @hfi_codec: current codec for this instance in HFI space 539 venus_caps_by_codec(struct venus_core *core, u32 codec, u32 domain) in venus_caps_by_codec() argument 544 if (core->caps[c].codec == codec && in venus_caps_by_codec()
|