Home
last modified time | relevance | path

Searched refs:codec_id (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Drtsp_demo.h38 int rtsp_set_video(rtsp_session_handle session, int codec_id, const uint8_t *codec_data,
41 int rtsp_set_audio(rtsp_session_handle session, int codec_id, const uint8_t *codec_data,
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dcht_bsw_rt5645.c35 char *codec_id; member
558 if (acpi_dev_found(snd_soc_cards[i].codec_id) && in snd_cht_mc_probe()
559 (!strncmp(snd_soc_cards[i].codec_id, mach->id, 8))) { in snd_cht_mc_probe()
561 "found codec %s\n", snd_soc_cards[i].codec_id); in snd_cht_mc_probe()
575 sprintf(drv->codec_name, "i2c-%s:00", drv->acpi_card->codec_id); in snd_cht_mc_probe()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch21 @@ -1310,7 +1310,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
30 @@ -1432,7 +1432,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch21 @@ -1298,7 +1298,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
30 @@ -1420,7 +1420,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_media.h65 API_EXPORT int API_CALL mk_media_init_video(mk_media ctx, int codec_id, int width, int height, floa…
76 API_EXPORT int API_CALL mk_media_init_audio(mk_media ctx, int codec_id, int sample_rate, int channe…
H A Dmk_track.h46 API_EXPORT mk_track API_CALL mk_track_create(int codec_id, codec_args *args);
H A Dmk_frame.h58 API_EXPORT mk_frame API_CALL mk_frame_create(int codec_id, uint64_t dts, uint64_t pts, const char *…
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0014-riff-Fix-bps-caculation-error-for-ADPCM.patch21 @@ -1310,7 +1310,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
30 @@ -1432,7 +1432,7 @@ gst_riff_create_audio_caps (guint16 codec_id,
/OK3568_Linux_fs/kernel/include/sound/
H A Dac97_codec.h360 unsigned int codec_id; /* codec id (if any), 0 = accept all */ member
/OK3568_Linux_fs/kernel/sound/pci/
H A Dfm801.c1091 static int wait_for_codec(struct fm801 *chip, unsigned int codec_id, in wait_for_codec() argument
1097 reg | (codec_id << FM801_AC97_ADDR_SHIFT) | FM801_AC97_READ); in wait_for_codec()
H A Dad1889.c713 .codec_id = AC97_ID_AD1819,
H A Dvia82xx.c1790 .codec_id = 0x56494161, /* VT1612A */
/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_codec.c2909 if (quirk->codec_id && quirk->codec_id != ac97->id) in snd_ac97_tune_hardware()