Searched refs:substream (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 58 /// Set if a valid restart header has been read. Otherwise the substream cannot be decoded. 68 /// The index of the first channel coded in this substream. 70 /// The index of the last channel coded in this substream. 76 /// The channel layout for this substream 78 /// The matrix encoding mode for this substream 82 /// Channel coding parameters for channels in the substream 90 /// Set if the substream contains extra info to check the size of VLC blocks. 156 /// Index of the last substream to decode - further substreams are skipped. 167 SubStream substream[MAX_SUBSTREAMS]; member 237 SubStream *s = &m->substream[subst in calculate_sign_huff() [all...] |
H A D | dvbsubdec.c | 133 int substream; member 329 if (ctx->substream < 0) { in dvbsub_init_decoder() 337 if (avctx->extradata_size > 5*ctx->substream + 2) { in dvbsub_init_decoder() 338 ctx->composition_id = AV_RB16(avctx->extradata + 5*ctx->substream); in dvbsub_init_decoder() 339 ctx->ancillary_id = AV_RB16(avctx->extradata + 5*ctx->substream + 2); in dvbsub_init_decoder() 341 av_log(avctx, AV_LOG_WARNING, "Selected DVB subtitles sub-stream %d is not available\n", ctx->substream); in dvbsub_init_decoder() 1562 {"dvb_substream", "", OFFSET(substream), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 63, DS},
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordHelpers.cpp | 92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 371 /* number of dependent substreams associated with this substream 4 bits */ 373 /* channel locations of the dependent substream(s), if any, 9 bits */ 375 /* if there is no dependent substream, then one bit reserved instead */ 376 } substream[1]; /* TODO: support 8 independent substreams */ member 392 if (info->substream[0].bsid > 8) { in mov_write_ac3_tag() 396 info->substream[0].bsid); in mov_write_ac3_tag() 411 put_bits(&pbc, 2, info->substream[0].fscod); in mov_write_ac3_tag() 412 put_bits(&pbc, 5, info->substream[0].bsid); in mov_write_ac3_tag() 413 put_bits(&pbc, 3, info->substream[0].bsmod); in mov_write_ac3_tag() 414 put_bits(&pbc, 3, info->substream[ in mov_write_ac3_tag() [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | emu10k1.h | 293 unsigned int subdevice; /* subdevice (substream) number */ 354 unsigned int substream; /* substream number */ member 356 unsigned int channels; /* 16-bit channels count, zero = remove this substream */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 115 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream() function in llvm::VarStreamArray
|
Completed in 11 milliseconds