Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.c75 enum pvr_cmd_stream_type stream_type, in pvr_csb_init()
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()
74 pvr_csb_init(struct pvr_device *device, enum pvr_cmd_stream_type stream_type, struct pvr_csb *csb) pvr_csb_init() argument
H A Dpvr_csb.h74 enum pvr_cmd_stream_type stream_type; member
122 enum pvr_cmd_stream_type stream_type,
/third_party/ffmpeg/libavformat/
H A 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 in get_dvb_stream_type()
450 int stream_type; get_m2ts_stream_type() local
506 int val, stream_type, i, err = 0; mpegts_write_pmt() local
[all...]
H A 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...]
H A Dmpegts.c293 int stream_type; member
1385 uint32_t stream_type; member
1487 uint32_t stream_type, in mpegts_find_stream_type()
1491 for (; types->stream_type; types++) in mpegts_find_stream_type()
1492 if (stream_type == types->stream_type) { in mpegts_find_stream_type()
1505 uint32_t stream_type, uint32_t prog_reg_desc) in mpegts_set_stream_info()
1523 pes->stream_type = stream_type; in mpegts_set_stream_info()
1526 "stream=%d stream_type in mpegts_set_stream_info()
1486 mpegts_find_stream_type(AVStream *st, uint32_t stream_type, const StreamType *types) mpegts_find_stream_type() argument
1504 mpegts_set_stream_info(AVStream *st, PESContext *pes, uint32_t stream_type, uint32_t prog_reg_desc) mpegts_set_stream_info() argument
2405 ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type, const uint8_t **pp, const uint8_t *desc_list_end, Mp4Descr *mp4_descr, int mp4_descr_count, int pid, MpegTSContext *ts) ff_parse_mpeg2_descriptor() argument
2915 is_pes_stream(int stream_type, uint32_t prog_reg_desc) is_pes_stream() argument
2930 int program_info_length, pcr_pid, pid, stream_type; pmt_cb() local
[all...]
H A 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()
H A Dmpegts.h221 * @param stream_type STREAM_TYPE_xxx
226 int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution.h221 using stream_type = in operator <<()
224 os << static_cast<stream_type>((x.min)()) << os.fill() in operator <<()
225 << static_cast<stream_type>((x.max)()) << os.fill() in operator <<()
226 << static_cast<stream_type>(x.base()); in operator <<()
237 using stream_type = in operator >>()
240 stream_type min; in operator >>()
241 stream_type max; in operator >>()
242 stream_type base; in operator >>()
H A Duniform_int_distribution.h164 using stream_type = in operator <<()
167 os << static_cast<stream_type>(x.a()) << os.fill() in operator <<()
168 << static_cast<stream_type>(x.b()); in operator <<()
178 using stream_type = in operator >>()
181 stream_type a; in operator >>()
182 stream_type b; in operator >>()
H A Dzipf_distribution.h239 using stream_type = in operator <<()
243 os << static_cast<stream_type>(x.k()) << os.fill() << x.q() << os.fill() in operator <<()
254 using stream_type = in operator >>()
256 stream_type k; in operator >>()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A 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/
H A Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
53 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/third_party/ffmpeg/libavcodec/
H A 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()
H A Dmlp_parse.h32 int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD member
H A Dmlp_parser.c179 if (mh.stream_type == 0xbb) { in mlp_parse()
182 } else { /* mh.stream_type == 0xba */ in mlp_parse()
H A Dmlpdec.c412 if (mh.stream_type != SYNC_MLP) { in read_major_sync()
414 "unexpected stream_type %X in MLP", in read_major_sync()
415 mh.stream_type); in read_major_sync()
422 if (mh.stream_type != SYNC_TRUEHD) { in read_major_sync()
424 "unexpected stream_type %X in !MLP", in read_major_sync()
425 mh.stream_type); in read_major_sync()
/third_party/spirv-tools/source/val/
H A Dvalidate_primitives.cpp50 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass() local
51 if (!_.IsIntScalarType(stream_type)) { in PrimitivesPass()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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 in ruvd_create_decoder()
[all...]
H A Dradeon_uvd.h353 uint32_t stream_type; member
365 uint32_t stream_type; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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 in have_it()
2717 unsigned bs_buf_size, stream_type = 0, ring = AMD_IP_VCN_DEC; radeon_create_decoder() local
[all...]
H A 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 in ruvd_end_frame()
[all...]
H A Dradeon_vcn_dec.h48 unsigned stream_type; member
/third_party/ffmpeg/libavdevice/
H A Dalsa.h107 int ff_alsa_get_device_list(AVDeviceInfoList *device_list, snd_pcm_stream_t stream_type);
H A 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/
H A Dac_uvd_dec.h351 uint32_t stream_type; member
363 uint32_t stream_type; member

Completed in 28 milliseconds

12