Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb.c75 enum pvr_cmd_stream_type stream_type, in pvr_csb_init() argument
83 csb->stream_type = stream_type; in pvr_csb_init()
157 switch (csb->stream_type) { in pvr_csb_buffer_extend()
243 assert(csb->stream_type == PVR_CMD_STREAM_TYPE_GRAPHICS); in pvr_csb_emit_return()
262 switch (csb->stream_type) { in pvr_csb_emit_terminate()
Dpvr_csb.h74 enum pvr_cmd_stream_type stream_type; member
122 enum pvr_cmd_stream_type stream_type,
/third_party/ffmpeg/libavformat/
Dmpegtsenc.c351 int stream_type; in get_dvb_stream_type() local
356 stream_type = STREAM_TYPE_VIDEO_MPEG2; in get_dvb_stream_type()
359 stream_type = STREAM_TYPE_VIDEO_MPEG4; in get_dvb_stream_type()
362 stream_type = STREAM_TYPE_VIDEO_H264; in get_dvb_stream_type()
365 stream_type = STREAM_TYPE_VIDEO_HEVC; in get_dvb_stream_type()
368 stream_type = STREAM_TYPE_VIDEO_CAVS; in get_dvb_stream_type()
371 stream_type = STREAM_TYPE_VIDEO_AVS2; in get_dvb_stream_type()
374 stream_type = STREAM_TYPE_VIDEO_AVS3; in get_dvb_stream_type()
377 stream_type = STREAM_TYPE_VIDEO_DIRAC; in get_dvb_stream_type()
380 stream_type = STREAM_TYPE_VIDEO_VC1; in get_dvb_stream_type()
[all …]
Dflvdec.c1062 int stream_type=-1; local
1114 stream_type = FLV_STREAM_TYPE_AUDIO;
1118 stream_type = FLV_STREAM_TYPE_VIDEO;
1132 stream_type=FLV_STREAM_TYPE_SUBTITLE;
1151 stream_type = FLV_STREAM_TYPE_DATA;
1180 if (stream_type == FLV_STREAM_TYPE_AUDIO) {
1184 } else if (stream_type == FLV_STREAM_TYPE_VIDEO) {
1193 } else if (stream_type == FLV_STREAM_TYPE_SUBTITLE) {
1196 } else if (stream_type == FLV_STREAM_TYPE_DATA) {
1203 st = create_stream(s, stream_types[stream_type]);
[all …]
Dmpegts.c293 int stream_type; member
1384 uint32_t stream_type; member
1486 uint32_t stream_type, in mpegts_find_stream_type() argument
1490 for (; types->stream_type; types++) in mpegts_find_stream_type()
1491 if (stream_type == types->stream_type) { in mpegts_find_stream_type()
1504 uint32_t stream_type, uint32_t prog_reg_desc) in mpegts_set_stream_info() argument
1522 pes->stream_type = stream_type; in mpegts_set_stream_info()
1526 st->index, pes->stream_type, pes->pid, (char *)&prog_reg_desc); in mpegts_set_stream_info()
1528 st->codecpar->codec_tag = pes->stream_type; in mpegts_set_stream_info()
1530 mpegts_find_stream_type(st, pes->stream_type, ISO_types); in mpegts_set_stream_info()
[all …]
Dasfdec_o.c611 ff_asf_guid stream_type; in asf_read_stream_properties() local
623 ff_get_guid(pb, &stream_type); in asf_read_stream_properties()
624 if (!ff_guidcmp(&stream_type, &ff_asf_audio_stream)) in asf_read_stream_properties()
626 else if (!ff_guidcmp(&stream_type, &ff_asf_video_stream)) in asf_read_stream_properties()
628 else if (!ff_guidcmp(&stream_type, &ff_asf_jfif_media)) in asf_read_stream_properties()
630 else if (!ff_guidcmp(&stream_type, &ff_asf_command_stream)) in asf_read_stream_properties()
632 else if (!ff_guidcmp(&stream_type, in asf_read_stream_properties()
638 ff_get_guid(pb, &stream_type); // error correction type in asf_read_stream_properties()
Dmpegts.h226 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h221 using stream_type = variable
224 os << static_cast<stream_type>((x.min)()) << os.fill()
225 << static_cast<stream_type>((x.max)()) << os.fill()
226 << static_cast<stream_type>(x.base());
237 using stream_type = variable
240 stream_type min;
241 stream_type max;
242 stream_type base;
Duniform_int_distribution.h164 using stream_type = variable
167 os << static_cast<stream_type>(x.a()) << os.fill()
168 << static_cast<stream_type>(x.b());
178 using stream_type = variable
181 stream_type a;
182 stream_type b;
Dzipf_distribution.h239 using stream_type = variable
243 os << static_cast<stream_type>(x.k()) << os.fill() << x.q() << os.fill()
254 using stream_type = variable
256 stream_type k;
/third_party/ffmpeg/libavcodec/
Dmlp_parse.c108 mh->stream_type = get_bits(gb, 8); in ff_mlp_read_major_sync()
111 if (mh->stream_type == 0xbb) { in ff_mlp_read_major_sync()
125 } else if (mh->stream_type == 0xba) { in ff_mlp_read_major_sync()
Dmlp_parse.h32 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member
Dmlp_parser.c179 if (mh.stream_type == 0xbb) { in mlp_parse()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/third_party/spirv-tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c1585 create->stream_type = dec->stream_type; in rvcn_dec_message_create()
1800 decode->stream_type = dec->stream_type; in rvcn_dec_message_decode()
1826 if (dec->stream_type == RDECODE_CODEC_H264_PERF) { in rvcn_dec_message_decode()
1917 (dec->stream_type == RDECODE_CODEC_VP9 || dec->stream_type == RDECODE_CODEC_AV1 || in rvcn_dec_message_decode()
1950 if (dec->stream_type == RDECODE_CODEC_AV1) in rvcn_dec_message_decode()
2236 return dec->stream_type == RDECODE_CODEC_H264_PERF || dec->stream_type == RDECODE_CODEC_H265; in have_it()
2242 return (dec->stream_type == RDECODE_CODEC_VP9 || dec->stream_type == RDECODE_CODEC_AV1); in have_probs()
2505 if (dec->stream_type != RDECODE_CODEC_JPEG) { in radeon_dec_destroy()
2514 if (dec->stream_type == RDECODE_CODEC_JPEG) { in radeon_dec_destroy()
2556 if (dec->stream_type != RDECODE_CODEC_VP9 && dec->stream_type != RDECODE_CODEC_AV1 in radeon_dec_begin_frame()
[all …]
Dradeon_uvd.c63 unsigned stream_type; member
133 return dec->stream_type == RUVD_CODEC_H264_PERF || dec->stream_type == RUVD_CODEC_H265; in have_it()
360 if (dec->stream_type == RUVD_CODEC_H264_PERF) in calc_dpb_size()
391 if ((dec->stream_type != RUVD_CODEC_H264_PERF) || in calc_dpb_size()
401 if ((dec->stream_type != RUVD_CODEC_H264_PERF) || in calc_dpb_size()
564 if (dec->stream_type == RUVD_CODEC_H264_PERF) { in get_h264_msg()
1103 dec->msg->body.decode.stream_type = dec->stream_type; in ruvd_end_frame()
1121 if (dec->stream_type == RUVD_CODEC_H264_PERF && in ruvd_end_frame()
1266 dec->stream_type = profile2stream_type(dec, sctx->family); in si_common_uvd_create_decoder()
1311 if (dec->stream_type == RUVD_CODEC_H264_PERF && sctx->family >= CHIP_POLARIS10) { in si_common_uvd_create_decoder()
[all …]
Dradeon_vcn_dec.h48 unsigned stream_type; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c71 unsigned stream_type; member
141 return dec->stream_type == RUVD_CODEC_H264_PERF || in have_it()
142 dec->stream_type == RUVD_CODEC_H265; in have_it()
262 if (dec->stream_type == RUVD_CODEC_H264_PERF) in calc_dpb_size()
293 if ((dec->stream_type != RUVD_CODEC_H264_PERF)) { in calc_dpb_size()
302 if ((dec->stream_type != RUVD_CODEC_H264_PERF)) { in calc_dpb_size()
448 if (dec->stream_type == RUVD_CODEC_H264_PERF) { in get_h264_msg()
951 dec->msg->body.decode.stream_type = dec->stream_type; in ruvd_end_frame()
1088 dec->stream_type = profile2stream_type(dec, info.family); in ruvd_create_decoder()
1140 dec->msg->body.create.stream_type = dec->stream_type; in ruvd_create_decoder()
Dradeon_uvd.h353 uint32_t stream_type; member
365 uint32_t stream_type; member
/third_party/ffmpeg/libavdevice/
Dalsa.h107 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
Dalsa.c362 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type) in ff_alsa_get_device_list() argument
368 const char *filter = stream_type == SND_PCM_STREAM_PLAYBACK ? "Output" : "Input"; in ff_alsa_get_device_list()
/third_party/mesa3d/src/amd/common/
Dac_uvd_dec.h351 uint32_t stream_type; member
363 uint32_t stream_type; member
Dac_vcn_dec.h466 unsigned int stream_type; member
473 unsigned int stream_type; member

12