Home
last modified time | relevance | path

Searched defs:SubStream (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpdec.c51 typedef struct SubStream { struct
53 uint8_t restart_seen;
58 uint16_t noise_type;
61 uint8_t min_channel;
63 uint8_t max_channel;
65 uint8_t max_matrix_channel;
67 uint8_t ch_assign[MAX_CHANNELS];
69 uint64_t mask;
71 enum AVMatrixEncoding matrix_encoding;
74 ChannelParams channel_params[MAX_CHANNELS];
[all …]
/third_party/node/deps/npm/node_modules/isstream/
Dtest.js157 function SubStream () { class