Home
last modified time | relevance | path

Searched refs:stream_info (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_c_locale_coercion.py120 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/libsnd/src/
H A Dflac.c453 if (psf->sf.channels > 0 && psf->sf.channels != (int) metadata->data.stream_info.channels)
456 psf->sf.channels, metadata->data.stream_info.channels) ;
461 if (psf->sf.channels > 0 && psf->sf.samplerate != (int) metadata->data.stream_info.sample_rate)
464 psf->sf.samplerate, metadata->data.stream_info.sample_rate) ;
466 psf->sf.channels = metadata->data.stream_info.channels ;
467 psf->sf.samplerate = metadata->data.stream_info.sample_rate ;
468 psf->sf.frames = metadata->data.stream_info.total_samples ;
479 switch (metadata->data.stream_info.bits_per_sample)
493 psf_log_printf (psf, "sf_flac_meta_callback : bits_per_sample %d not yet implemented.\n", metadata->data.stream_info.bits_per_sample) ;
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h183 h264d_stream_info_t stream_info; member
H A Dvid_dec_h264_common.c321 priv->stream_info.width = pic_width_in_samplesl; in seq_parameter_set()
326 priv->stream_info.height = pic_height_in_samplesl; in seq_parameter_set()
336 priv->stream_info.width -= (frame_crop_left_offset + frame_crop_right_offset) * 2; in seq_parameter_set()
337 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/
H A Disom.h147 MOVFragmentStreamInfo * stream_info; member
H A Dmov.c1250 if (item->stream_info[i].id == id) in get_frag_stream_info()
1251 return &item->stream_info[i]; in get_frag_stream_info()
1268 if (item->stream_info[i].id == id) { in set_frag_stream()
1287 return &item->stream_info[item->current]; in get_current_frag_stream_info()
1344 frag_stream_info = &frag_index->item[index].stream_info[i]; in get_frag_time()
1409 sizeof(*item->stream_info)); in update_frag_index()
1438 item->stream_info = frag_stream_info; in update_frag_index()
5570 si = &item->stream_info[j];
8541 MOVFragmentStreamInfo *frag = mov->frag_index.item[i].stream_info;
8545 av_freep(&mov->frag_index.item[i].stream_info);
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c3429 const VkPipelineRasterizationStateStreamCreateInfoEXT *stream_info = in tu_pipeline_builder_parse_rasterization() local
3432 unsigned stream = stream_info ? stream_info->rasterizationStream : 0; in tu_pipeline_builder_parse_rasterization()

Completed in 21 milliseconds