Home
last modified time | relevance | path

Searched refs:SDS_3BYTE_TO_INT_DECODE (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dsds.c40 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
226 sample_no = SDS_3BYTE_TO_INT_DECODE (sample_no) ; in sds_read_header()
234 samp_period = SDS_3BYTE_TO_INT_DECODE (samp_period) ; in sds_read_header()
262 data_length = SDS_3BYTE_TO_INT_DECODE (data_length) ; in sds_read_header()
266 sustain_loop_start = SDS_3BYTE_TO_INT_DECODE (sustain_loop_start) ; in sds_read_header()
267 sustain_loop_end = SDS_3BYTE_TO_INT_DECODE (sustain_loop_end) ; in sds_read_header()