Home
last modified time | relevance | path

Searched refs:opus_packet (Results 1 – 16 of 16) sorted by relevance

/dports/misc/fq/fq-0.0.2/format/opus/testdata/
H A Dopus.fqtest3 $ fq -d opus_packet verbose /opus-audio
4 …04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: /opus-audio (opus_packet) 0x0-0x1b5.7 (4…
20 $ fq -d opus_packet verbose /opus-head
21 …|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: /opus-head (opus_packet) 0x…
30 $ fq -d opus_packet verbose /opus-tags
31 …|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: /opus-tags (opus_packet) 0x…
/dports/misc/fq/fq-0.0.2/format/ogg/testdata/
H A Dopsu.fqtest81 … | | [0]{}: packet (opus_packet) 0x0-0x12.7 (19)
90 … | | [1]{}: packet (opus_packet) 0x0-0x3e.7 (63)
104 … | | [2]{}: packet (opus_packet) 0x0-0x12b.7 (3…
120 … | | [3]{}: packet (opus_packet) 0x0-0x9f.7 (16…
136 … | | [4]{}: packet (opus_packet) 0x0-0x13a.7 (3…
/dports/misc/fq/fq-0.0.2/doc/
H A Dformats.md47 …hevc_dcr` `image` `mp3_frame` `mpeg_asc` `mpeg_pes_packet` `mpeg_spu` `opus_packet` `vorbis_packet…
50 …` `avc_au` `avc_dcr` `mpeg_es` `hevc_au` `hevc_dcr` `mpeg_pes_packet` `opus_packet` `protobuf_wide…
57 … |<sub>`ogg_page` `vorbis_packet` `opus_packet` `flac_metadata…
59 |`opus_packet` |Opus&nbsp;packet |<sub>`vorbis…
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Doggparseopus.c109 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
180 .packet = opus_packet,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Doggparseopus.c110 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
185 .packet = opus_packet,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Doggparseopus.c111 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
186 .packet = opus_packet,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Doggparseopus.c110 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
185 .packet = opus_packet,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Doggparseopus.c109 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
180 .packet = opus_packet,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Doggparseopus.c111 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
186 .packet = opus_packet,
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Doggparseopus.c111 static int opus_packet(AVFormatContext *avf, int idx) in opus_packet() function
186 .packet = opus_packet,
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Dmux.c205 const void *opus_packet[XIPH_MAX_HEADER_COUNT]; in AddStream() local
210 if( xiph_SplitHeaders(opus_size, opus_packet, &count, fmt->i_extra, fmt->p_extra ) ) { in AddStream()
316 memcpy( codecpar->extradata, opus_packet[0], opus_size[0] ); in AddStream()
/dports/misc/fq/fq-0.0.2/format/mp4/testdata/
H A Dopus.fqtest205 … | | descriptor{}: (opus_packet) 0x368-0x372.7 …
307 … | | [0]{}: sample (opus_packet) 0x2c-0xa4.7 (1…
323 … | | [1]{}: sample (opus_packet) 0xa5-0x11d.7 (…
339 … | | [2]{}: sample (opus_packet) 0x11e-0x196.7 …
/dports/misc/fq/fq-0.0.2/
H A DREADME.md67 … mpeg_es, mpeg_pes, mpeg_pes_packet, mpeg_spu, mpeg_ts, ogg, ogg_page, opus_packet, pcap, pcapng, …
/dports/misc/fq/fq-0.0.2/pkg/interp/testdata/
H A Dargs.fqtest106 opus_packet Opus packet
/dports/misc/fq/fq-0.0.2/format/matroska/testdata/
H A Dopus.fqtest251 … | | value{}: (opus_packet) 0x17f-0x191.7 …
377 … | | packet{}: (opus_packet) 0x24a-0x2c2.7 …
405 … | | packet{}: (opus_packet) 0x2c9-0x341.7 …
437 … | | packet{}: (opus_packet) 0x351-0x3c9.7 …
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dopusrtp.c679 rtp_header *rtp, const unsigned char *opus_packet) in send_rtp_packet() argument
691 memcpy(packet + rtp->header_size, opus_packet, rtp->payload_size); in send_rtp_packet()