/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_csb.c | 75 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()
|
D | pvr_csb.h | 74 enum pvr_cmd_stream_type stream_type; member 122 enum pvr_cmd_stream_type stream_type,
|
/third_party/ffmpeg/libavformat/ |
D | mpegtsenc.c | 351 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 …]
|
D | flvdec.c | 1062 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 …]
|
D | mpegts.c | 293 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 …]
|
D | asfdec_o.c | 611 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()
|
D | mpegts.h | 226 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 221 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;
|
D | uniform_int_distribution.h | 164 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;
|
D | zipf_distribution.h | 239 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/ |
D | mlp_parse.c | 108 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()
|
D | mlp_parse.h | 32 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member
|
D | mlp_parser.c | 179 if (mh.stream_type == 0xbb) { in mlp_parse()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_primitives.cpp | 52 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/ |
D | validate_primitives.cpp | 52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local 53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
|
/third_party/spirv-tools/source/val/ |
D | validate_primitives.cpp | 52 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/ |
D | radeon_vcn_dec.c | 1585 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 …]
|
D | radeon_uvd.c | 63 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 …]
|
D | radeon_vcn_dec.h | 48 unsigned stream_type; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 71 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()
|
D | radeon_uvd.h | 353 uint32_t stream_type; member 365 uint32_t stream_type; member
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.h | 107 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
|
D | alsa.c | 362 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/ |
D | ac_uvd_dec.h | 351 uint32_t stream_type; member 363 uint32_t stream_type; member
|
D | ac_vcn_dec.h | 466 unsigned int stream_type; member 473 unsigned int stream_type; member
|