Home
last modified time | relevance | path

Searched refs:AV_SAMPLE_FMT_S16 (Results 26 – 50 of 1119) sorted by relevance

12345678910>>...45

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavresample/
H A Daudio_convert.c198 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *)pi)
226 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_U8)
230 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S16)
231 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16)
232 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S16)
233 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16)
234 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S16)
236 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32)
241 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT)
246 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_DBL)
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavresample/
H A Daudio_convert.c198 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *)pi)
226 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_U8)
230 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_S16)
231 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16)
232 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S16)
233 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16)
234 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_S16)
236 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32)
241 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT)
246 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_DBL)
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libswresample/x86/
H A Daudio_convert_init.c48 …if( out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_S32… in PROTO4()
50 …if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_S16… in PROTO4()
85 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S16P) in PROTO4()
89 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32P) in PROTO4()
94 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
96 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
107 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP) in PROTO4()
113 if( out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
140 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
142 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert_init.c48 …if( out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_S32… in PROTO4()
50 …if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_S16… in PROTO4()
85 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S16P) in PROTO4()
89 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32P) in PROTO4()
94 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
96 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
107 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP) in PROTO4()
113 if( out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
140 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
142 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswresample/x86/
H A Daudio_convert_init.c48 …if( out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_S32… in PROTO4()
50 …if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_S16… in PROTO4()
85 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S16P) in PROTO4()
89 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32P) in PROTO4()
94 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
96 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
107 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP) in PROTO4()
113 if( out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
140 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
142 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswresample/x86/
H A Daudio_convert_init.c48 …if( out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_S32… in PROTO4()
50 …if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_S16… in PROTO4()
85 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S16P) in PROTO4()
89 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32P) in PROTO4()
94 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
96 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
107 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP) in PROTO4()
113 if( out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
140 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
142 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert_init.c48 …if( out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_S32… in PROTO4()
50 …if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_S16… in PROTO4()
85 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S16P) in PROTO4()
89 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_S32P) in PROTO4()
94 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
96 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
107 if( out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLTP) in PROTO4()
113 if( out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
140 if( out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
142 if( out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S16) in PROTO4()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
74 AV_SAMPLE_FMT_S16,
92 AV_SAMPLE_FMT_S16,
110 AV_SAMPLE_FMT_S16,
128 AV_SAMPLE_FMT_S16,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
H A Dmpegaudiodec_fixed.c37 #define OUT_FMT AV_SAMPLE_FMT_S16
55 AV_SAMPLE_FMT_S16,
73 AV_SAMPLE_FMT_S16,
91 AV_SAMPLE_FMT_S16,
109 AV_SAMPLE_FMT_S16,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
74 AV_SAMPLE_FMT_S16,
92 AV_SAMPLE_FMT_S16,
110 AV_SAMPLE_FMT_S16,
128 AV_SAMPLE_FMT_S16,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
H A Dmpegaudiodec_fixed.c37 #define OUT_FMT AV_SAMPLE_FMT_S16
55 AV_SAMPLE_FMT_S16,
73 AV_SAMPLE_FMT_S16,
91 AV_SAMPLE_FMT_S16,
109 AV_SAMPLE_FMT_S16,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpcm-bluray.c78 avctx->sample_fmt = avctx->bits_per_coded_sample == 16 ? AV_SAMPLE_FMT_S16 in pcm_bluray_parse_header()
153 (avctx->sample_fmt == AV_SAMPLE_FMT_S16 ? 16 : 24)) >> 3; in pcm_bluray_decode_frame()
170 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
189 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
214 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
238 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
266 if (AV_SAMPLE_FMT_S16 == avctx->sample_fmt) { in pcm_bluray_decode_frame()
312 AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
53 AV_SAMPLE_FMT_S16,
69 AV_SAMPLE_FMT_S16,
85 AV_SAMPLE_FMT_S16,
101 AV_SAMPLE_FMT_S16,
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dmpegaudiodec_fixed.c36 #define OUT_FMT AV_SAMPLE_FMT_S16
74 AV_SAMPLE_FMT_S16,
92 AV_SAMPLE_FMT_S16,
110 AV_SAMPLE_FMT_S16,
128 AV_SAMPLE_FMT_S16,

12345678910>>...45