/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacdec.c | 196 CStreamInfo *stream_info; in gst_fdkaacdec_handle_frame() local 233 stream_info = aacDecoder_GetStreamInfo (self->dec); in gst_fdkaacdec_handle_frame() 234 if (!stream_info) { in gst_fdkaacdec_handle_frame() 241 if (stream_info->numChannels == 1) { in gst_fdkaacdec_handle_frame() 247 for (i = 0; i < stream_info->numChannels; i++) { in gst_fdkaacdec_handle_frame() 248 if (stream_info->pChannelType[i] == ACT_FRONT) { in gst_fdkaacdec_handle_frame() 250 } else if (stream_info->pChannelType[i] == ACT_BACK) { in gst_fdkaacdec_handle_frame() 252 } else if (stream_info->pChannelType[i] == ACT_LFE) { in gst_fdkaacdec_handle_frame() 256 stream_info->pChannelType[i]); in gst_fdkaacdec_handle_frame() 262 for (i = 0; i < stream_info->numChannels; i++) { in gst_fdkaacdec_handle_frame() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 119 vpx_codec_stream_info_t * stream_info); 579 vpx_codec_stream_info_t stream_info; in gst_vpx_dec_open_codec() local 588 memset (&stream_info, 0, sizeof (stream_info)); in gst_vpx_dec_open_codec() 590 stream_info.sz = sizeof (stream_info); in gst_vpx_dec_open_codec() 598 minfo.data, minfo.size, &stream_info); in gst_vpx_dec_open_codec() 608 if (stream_info.w == 0 || stream_info.h == 0) { in gst_vpx_dec_open_codec() 612 GST_INFO_OBJECT (dec, "Invalid resolution %d x %d", stream_info.w, in gst_vpx_dec_open_codec() 613 stream_info.h); in gst_vpx_dec_open_codec() 617 gst_vpx_dec_set_stream_info (dec, &stream_info); in gst_vpx_dec_open_codec() 618 gst_vpx_dec_set_default_format (dec, GST_VIDEO_FORMAT_I420, stream_info.w, in gst_vpx_dec_open_codec() [all …]
|
D | gstvp9dec.c | 60 vpx_codec_stream_info_t * stream_info); 128 vpx_codec_stream_info_t * stream_info) in gst_vp9_dec_set_stream_info() argument 131 stream_info->w = dec->input_state->info.width; in gst_vp9_dec_set_stream_info() 132 stream_info->h = dec->input_state->info.height; in gst_vp9_dec_set_stream_info()
|
D | gstvpxdec.h | 99 void (*set_stream_info) (GstVPXDec *dec, vpx_codec_stream_info_t *stream_info);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer-types.c | 377 if (info->stream_info) in gst_discoverer_info_finalize() 378 g_object_unref ((GObject *) info->stream_info); in gst_discoverer_info_finalize() 424 if (ptr->stream_info) { in gst_discoverer_info_copy() 425 ret->stream_info = gst_discoverer_info_copy_int (ptr->stream_info, in gst_discoverer_info_copy() 1036 if (info->stream_info) in gst_discoverer_info_get_stream_info() 1037 return gst_discoverer_stream_info_ref (info->stream_info); in gst_discoverer_info_get_stream_info()
|
D | pbutils-private.h | 89 GstDiscovererStreamInfo *stream_info; member
|
D | gstdiscoverer.c | 1482 dc->priv->current_info->stream_info = parse_stream_topology (dc, in discoverer_collect() 1484 if (dc->priv->current_info->stream_info) in discoverer_collect() 1485 dc->priv->current_info->stream_info->stream_number = 0; in discoverer_collect() 1499 dc->priv->current_info->stream_info != NULL && in discoverer_collect() 1500 dc->priv->current_info->stream_info->next == NULL) { in discoverer_collect() 1501 GstDiscovererStreamInfo *stream_info; in discoverer_collect() local 1504 stream_info = dc->priv->current_info->stream_info; in discoverer_collect() 1505 st = gst_caps_get_structure (stream_info->caps, 0); in discoverer_collect() 1508 ((GstDiscovererVideoInfo *) stream_info)->is_image = TRUE; in discoverer_collect() 2397 if (!info->stream_info) { in _parse_discovery() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacdec.c | 485 samples = metadata->data.stream_info.total_samples; in gst_flac_dec_metadata_cb() 487 flacdec->min_blocksize = metadata->data.stream_info.min_blocksize; in gst_flac_dec_metadata_cb() 488 flacdec->max_blocksize = metadata->data.stream_info.max_blocksize; in gst_flac_dec_metadata_cb() 489 flacdec->depth = depth = metadata->data.stream_info.bits_per_sample; in gst_flac_dec_metadata_cb() 502 channels = metadata->data.stream_info.channels; in gst_flac_dec_metadata_cb() 512 metadata->data.stream_info.sample_rate, in gst_flac_dec_metadata_cb() 513 metadata->data.stream_info.channels, position); in gst_flac_dec_metadata_cb()
|
/third_party/python/Lib/test/ |
D | test_c_locale_coercion.py | 120 stream_info = 2*[_stream.format("surrogateescape")] 122 stream_info.append(_stream.format("backslashreplace")) 130 return dict(cls(fs_encoding, *stream_info, *env_info)._asdict())
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 236 GstPlayStreamInfo * stream_info); 238 GstPlayStreamInfo * stream_info); 240 GstPlayStreamInfo * stream_info); 1705 gst_play_subtitle_info_update (GstPlay * self, GstPlayStreamInfo * stream_info) in gst_play_subtitle_info_update() argument 1707 GstPlaySubtitleInfo *info = (GstPlaySubtitleInfo *) stream_info; in gst_play_subtitle_info_update() 1709 if (stream_info->tags) { in gst_play_subtitle_info_update() 1719 gst_tag_list_get_string (stream_info->tags, GST_TAG_LANGUAGE_NAME, in gst_play_subtitle_info_update() 1724 gst_tag_list_get_string (stream_info->tags, GST_TAG_LANGUAGE_CODE, in gst_play_subtitle_info_update() 1744 if (g_str_equal (self->subtitle_sid, stream_info->stream_id)) in gst_play_subtitle_info_update() 1749 if (text_index == gst_play_stream_info_get_index (stream_info)) in gst_play_subtitle_info_update() [all …]
|
/third_party/libsnd/src/ |
D | flac.c | 444 if (psf->sf.channels > 0 && psf->sf.channels != (int) metadata->data.stream_info.channels) in sf_flac_meta_callback() 447 psf->sf.channels, metadata->data.stream_info.channels) ; in sf_flac_meta_callback() 452 if (psf->sf.channels > 0 && psf->sf.samplerate != (int) metadata->data.stream_info.sample_rate) in sf_flac_meta_callback() 455 psf->sf.samplerate, metadata->data.stream_info.sample_rate) ; in sf_flac_meta_callback() 457 psf->sf.channels = metadata->data.stream_info.channels ; in sf_flac_meta_callback() 458 psf->sf.samplerate = metadata->data.stream_info.sample_rate ; in sf_flac_meta_callback() 459 psf->sf.frames = metadata->data.stream_info.total_samples ; in sf_flac_meta_callback() 470 switch (metadata->data.stream_info.bits_per_sample) in sf_flac_meta_callback() 484 …_callback : bits_per_sample %d not yet implemented.\n", metadata->data.stream_info.bits_per_sample… in sf_flac_meta_callback()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_common.h | 183 h264d_stream_info_t stream_info;
|
D | vid_dec_h264_common.c | 320 priv->stream_info.width = pic_width_in_samplesl; in seq_parameter_set() 325 priv->stream_info.height = pic_height_in_samplesl; in seq_parameter_set() 335 priv->stream_info.width -= (frame_crop_left_offset + frame_crop_right_offset) * 2; in seq_parameter_set() 336 priv->stream_info.height -= (frame_crop_top_offset + frame_crop_bottom_offset) * 2; in seq_parameter_set() 932 i_def = &(priv->stream_info); in update_port_parameters()
|
/third_party/ffmpeg/libavformat/ |
D | isom.h | 142 MOVFragmentStreamInfo * stream_info; member
|
D | mov.c | 1198 if (item->stream_info[i].id == id) in get_frag_stream_info() 1199 return &item->stream_info[i]; in get_frag_stream_info() 1216 if (item->stream_info[i].id == id) { in set_frag_stream() 1235 return &item->stream_info[item->current]; in get_current_frag_stream_info() 1292 frag_stream_info = &frag_index->item[index].stream_info[i]; in get_frag_time() 1357 sizeof(*item->stream_info)); in update_frag_index() 1386 item->stream_info = frag_stream_info; in update_frag_index() 5173 si = &item->stream_info[j]; in mov_read_sidx() 7471 MOVFragmentStreamInfo *frag = mov->frag_index.item[i].stream_info; in mov_read_close() 7475 av_freep(&mov->frag_index.item[i].stream_info); in mov_read_close()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 1556 const VkPipelineRasterizationStateStreamCreateInfoEXT *stream_info = local 1558 so.RenderStreamSelect = stream_info ? 1559 stream_info->rasterizationStream : 0;
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 2817 const VkPipelineRasterizationStateStreamCreateInfoEXT *stream_info = in tu_pipeline_builder_parse_rasterization() local 2820 unsigned stream = stream_info ? stream_info->rasterizationStream : 0; in tu_pipeline_builder_parse_rasterization()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 168813 mpegtsdemux: fix stream_info descriptor parsing
|