Searched refs:substream (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mlpdec.c | 157 SubStream substream[MAX_SUBSTREAMS]; member 225 SubStream *s = &m->substream[substr]; in calculate_sign_huff() 246 SubStream *s = &m->substream[substr]; in read_huff_channels() 287 m->substream[substr].lossless_check_data = 0xffffffff; in mlp_decode_init() 379 …m->dsp.mlp_pack_output = m->dsp.mlp_select_pack_output(m->substream[m->max_decoded_substream].ch_a… in read_major_sync() 380 … m->substream[m->max_decoded_substream].output_shift, in read_major_sync() 381 … m->substream[m->max_decoded_substream].max_matrix_channel, in read_major_sync() 386 m->substream[substr].restart_seen = 0; in read_major_sync() 399 m->substream[0].mask = AV_CH_LAYOUT_STEREO; in read_major_sync() 400 m->substream[substr].mask = mh.channel_layout_mlp; in read_major_sync() [all …]
|
D | dvbsubdec.c | 131 int substream; member 262 if (ctx->substream < 0) { in dvbsub_init_decoder() 270 if (avctx->extradata_size > 5*ctx->substream + 2) { in dvbsub_init_decoder() 271 ctx->composition_id = AV_RB16(avctx->extradata + 5*ctx->substream); in dvbsub_init_decoder() 272 ctx->ancillary_id = AV_RB16(avctx->extradata + 5*ctx->substream + 2); in dvbsub_init_decoder() 274 …(avctx, AV_LOG_WARNING, "Selected DVB subtitles sub-stream %d is not available\n", ctx->substream); in dvbsub_init_decoder() 1741 {"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/ |
D | SymbolRecordHelpers.cpp | 92 return Symbols.substream(ScopeBegin, EndOffset); in limitSymbolArrayToScope()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | emu10k1.h | 354 unsigned int substream; /* substream number */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 115 VarStreamArray<ValueType, Extractor> substream(uint32_t Begin, in substream() function
|
/third_party/ffmpeg/libavformat/ |
D | movenc.c | 396 } substream[1]; /* TODO: support 8 independent substreams */ member 448 hdr->substreamid == 0 && info->substream[0].bsid) { in handle_eac3() 461 info->substream[hdr->substreamid].fscod = hdr->sr_code; in handle_eac3() 462 info->substream[hdr->substreamid].bsid = hdr->bitstream_id; in handle_eac3() 463 info->substream[hdr->substreamid].bsmod = hdr->bitstream_mode; in handle_eac3() 464 info->substream[hdr->substreamid].acmod = hdr->channel_mode; in handle_eac3() 465 info->substream[hdr->substreamid].lfeon = hdr->lfe_on; in handle_eac3() 482 info->substream[parent].num_dep_sub++; in handle_eac3() 498 info->substream[parent].chan_loc |= (get_bits(&gbc, 16) >> 5) & 0x1f; in handle_eac3() 500 info->substream[parent].chan_loc |= hdr->channel_mode; in handle_eac3() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 1324 GstDiscovererStreamInfo *substream; in parse_stream_topology() local 1328 substream = parse_stream_topology (dc, subst, NULL); in parse_stream_topology() 1330 substream->previous = res; in parse_stream_topology() 1333 gst_discoverer_stream_info_ref (substream)); in parse_stream_topology()
|
/third_party/ffmpeg/doc/ |
D | decoders.texi | 304 Selects the dvb substream, or all substreams if -1 which is default.
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1808 - turnip: add function to allocate aligned memory in a substream cs 1834 - turnip: use single substream cs
|
D | 20.1.0.rst | 2638 - turnip: fix wrong substream size in parse_multisample_and_color_blend
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 73084 dvbsrc: group DVB-T2 substream-id check with its corresponding set_prop() 73096 dvbsrc: clarify consequence of passing a wrong ID to the substream filter 125572 output the first substream (0x71) which contains the core substream. 170546 ac3parse: improve handling of dependent substream frames 198653 with the physical substream it is coming from. When configuring the demuxer 199382 resindvd: Send both the logical and physical substream ID in the stream change.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 23173 The previous patch added a check for a substream header after 23179 dcaparse: preserve DTS HD substream 83219 requires each buffer to contain 6 blocks from each substream. This adds 88700 ac3parse: improve handling of dependent substream frames
|