Home
last modified time | relevance | path

Searched refs:sti (Results 1 - 25 of 67) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c91 get_sensor_values(struct sensors_temp_info *sti) in get_sensor_values() argument
95 switch(sti->mode) { in get_sensor_values()
97 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
100 sti->current = get_value(sti->chip, sf); in get_sensor_values()
103 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
108 sti->current = get_value(sti in get_sensor_values()
163 struct sensors_temp_info *sti = gr->query_data; query_sti_load() local
209 struct sensors_temp_info *sti; hud_sensors_temp_graph_install() local
258 struct sensors_temp_info *sti = CALLOC_STRUCT(sensors_temp_info); create_object() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddemux.c51 const FFStream *const sti = cffstream(st); in wrap_timestamp() local
52 if (sti->pts_wrap_behavior != AV_PTS_WRAP_IGNORE && st->pts_wrap_bits < 64 && in wrap_timestamp()
53 sti->pts_wrap_reference != AV_NOPTS_VALUE && timestamp != AV_NOPTS_VALUE) { in wrap_timestamp()
54 if (sti->pts_wrap_behavior == AV_PTS_WRAP_ADD_OFFSET && in wrap_timestamp()
55 timestamp < sti->pts_wrap_reference) in wrap_timestamp()
57 else if (sti->pts_wrap_behavior == AV_PTS_WRAP_SUB_OFFSET && in wrap_timestamp()
58 timestamp >= sti->pts_wrap_reference) in wrap_timestamp()
129 FFStream *const sti = ffstream(st); in set_codec_from_probe_data() local
134 pd->buf_size, s->max_probe_packets - sti->probe_packets, in set_codec_from_probe_data()
141 if (sti in set_codec_from_probe_data()
190 FFStream *const sti = ffstream(st); update_stream_avctx() local
422 FFStream *const sti = ffstream(st); probe_codec() local
474 FFStream *const sti = ffstream(st); update_wrap_reference() local
500 FFStream *const sti = ffstream(s->streams[i]); update_wrap_reference() local
526 FFStream *const sti = ffstream(s->streams[program->stream_index[i]]); update_wrap_reference() local
558 FFStream *sti; ff_read_packet() local
586 FFStream *const sti = ffstream(st); ff_read_packet() local
662 FFStream *const sti = ffstream(st); compute_frame_duration() local
716 FFStream *const sti = ffstream(st); has_decode_delay_been_guessed() local
746 FFStream *const sti = ffstream(st); select_from_pts_buffer() local
826 FFStream *const sti = ffstream(st); update_initial_timestamps() local
878 FFStream *const sti = ffstream(st); update_initial_durations() local
938 FFStream *const sti = ffstream(st); compute_pkt_fields() local
1137 FFStream *const sti = ffstream(st); parse_packet() local
1254 FFStream *sti; read_frame_internal() local
1264 FFStream *const sti = ffstream(st); read_frame_internal() local
1378 FFStream *const sti = ffstream(st); read_frame_internal() local
1689 const FFStream *const sti = cffstream(st); estimate_timings_from_bit_rate() local
1751 FFStream *const sti = ffstream(st); estimate_timings_from_pts() local
1784 FFStream *sti; estimate_timings_from_pts() local
1846 const FFStream *const sti = cffstream(st); estimate_timings_from_pts() local
1865 FFStream *const sti = ffstream(st); estimate_timings_from_pts() local
1951 const FFStream *const sti = cffstream(st); has_codec_parameters() local
2005 FFStream *const sti = ffstream(st); try_decode_frame() local
2192 FFStream *const sti = ffstream(st); ff_rfps_add_frame() local
2255 FFStream *const sti = ffstream(st); ff_rfps_calculate() local
2333 FFStream *const sti = ffstream(st); extract_extradata_init() local
2372 FFStream *const sti = ffstream(st); extract_extradata() local
2475 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2539 FFStream *sti; avformat_find_stream_info() local
2552 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2614 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2805 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2825 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2927 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2958 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
2975 FFStream *const sti = ffstream(st); avformat_find_stream_info() local
[all...]
H A Doptions.c240 FFStream *sti; in avformat_new_stream() local
255 sti = av_mallocz(sizeof(*sti)); in avformat_new_stream()
256 if (!sti) in avformat_new_stream()
258 st = &sti->pub; in avformat_new_stream()
268 sti->avctx = avcodec_alloc_context3(NULL); in avformat_new_stream()
269 if (!sti->avctx) in avformat_new_stream()
273 sti->info = av_mallocz(sizeof(*sti->info)); in avformat_new_stream()
274 if (!sti in avformat_new_stream()
[all...]
H A Dseek.c37 FFStream *const sti = ffstream(st); in avpriv_update_cur_dts() local
39 sti->cur_dts = in avpriv_update_cur_dts()
49 FFStream *const sti = ffstream(st); in ff_reduce_index() local
52 if ((unsigned) sti->nb_index_entries >= max_entries) { in ff_reduce_index()
54 for (i = 0; 2 * i < sti->nb_index_entries; i++) in ff_reduce_index()
55 sti->index_entries[i] = sti->index_entries[2 * i]; in ff_reduce_index()
56 sti->nb_index_entries = i; in ff_reduce_index()
121 FFStream *const sti = ffstream(st); in av_add_index_entry() local
123 return ff_add_index_entry(&sti in av_add_index_entry()
240 const FFStream *const sti = ffstream(st); av_index_search_timestamp() local
252 const FFStream *const sti = ffstream(st); avformat_index_get_entry() local
263 const FFStream *const sti = ffstream(st); avformat_index_get_entry_from_timestamp() local
292 FFStream *sti; ff_seek_frame_binary() local
524 FFStream *const sti = ffstream(st); seek_frame_generic() local
724 FFStream *const sti = ffstream(st); ff_read_frame_flush() local
[all...]
H A Dmux.c211 FFStream *const sti = ffstream(st); in init_muxer() local
279 sti->reorder = 1; in init_muxer()
281 sti->is_intra_only = ff_is_intra_only(par->codec_id); in init_muxer()
368 FFStream *const sti = ffstream(st); in init_pts() local
387 if (!sti->priv_pts) in init_pts()
388 sti->priv_pts = av_mallocz(sizeof(*sti->priv_pts)); in init_pts()
389 if (!sti->priv_pts) in init_pts()
396 frac_init(sti->priv_pts, 0, 0, den); in init_pts()
499 FFStream *const sti in compute_muxer_pkt_fields() local
623 handle_avoid_negative_ts(FFFormatContext *si, FFStream *sti, AVPacket *pkt) handle_avoid_negative_ts() argument
710 FFStream *const sti = ffstream(st); write_packet() local
763 FFStream *const sti = ffstream(st); prepare_input_packet() local
826 FFStream *const sti = ffstream(st); ff_interleave_add_packet() local
939 const FFStream *const sti = cffstream(st); ff_interleave_packet_per_dts() local
966 const FFStream *const sti = cffstream(st); ff_interleave_packet_per_dts() local
1004 FFStream *const sti = ffstream(st); ff_interleave_packet_per_dts() local
1027 FFStream *const sti = ffstream(st); ff_interleave_packet_per_dts() local
1074 check_bitstream(AVFormatContext *s, FFStream *sti, AVPacket *pkt) check_bitstream() argument
1137 FFStream *const sti = ffstream(st); write_packets_from_bsfs() local
1171 FFStream *sti; write_packets_common() local
1263 FFStream *const sti = ffstream(st); av_write_trailer() local
1316 FFStream *const sti = ffstream(st); ff_stream_add_bitstream_filter() local
[all...]
H A Davidec.c298 FFStream *const sti = ffstream(st); in clean_index() local
300 int n = sti->nb_index_entries; in clean_index()
310 pos = sti->index_entries[0].pos; in clean_index()
311 size = sti->index_entries[0].size; in clean_index()
312 ts = sti->index_entries[0].timestamp; in clean_index()
459 FFStream *const sti = ffstream(s->streams[i]); in calculate_bitrate() local
461 if (!sti->nb_index_entries) in calculate_bitrate()
464 for (j = 0; j < sti->nb_index_entries; j++) in calculate_bitrate()
465 len += sti->index_entries[j].size; in calculate_bitrate()
466 maxpos = FFMAX(maxpos, sti in calculate_bitrate()
477 FFStream *const sti = ffstream(st); calculate_bitrate() local
757 FFStream *sti; avi_read_header() local
1366 FFStream *const sti = ffstream(st); avi_sync() local
1396 FFStream *const sti = ffstream(st); ni_prepare_read() local
1479 FFStream *const sti = ffstream(st); avi_read_packet() local
1681 FFStream *const sti = ffstream(s->streams[index]); avi_read_idx1() local
1708 FFStream *const sti = ffstream(st); check_stream_max_drift() local
1723 FFStream *const sti = ffstream(st); check_stream_max_drift() local
1758 FFStream *const sti = ffstream(st); guess_ni_flag() local
1850 FFStream *sti; avi_read_seek() local
[all...]
H A Dvocdec.c76 FFStream *sti; in voc_read_seek() local
85 sti = ffstream(st); in voc_read_seek()
88 if (index >= 0 && index < sti->nb_index_entries - 1) { in voc_read_seek()
89 const AVIndexEntry *const e = &sti->index_entries[index]; in voc_read_seek()
94 } else if (sti->nb_index_entries && sti->index_entries[0].timestamp <= timestamp) { in voc_read_seek()
95 const AVIndexEntry *const e = &sti->index_entries[sti->nb_index_entries - 1]; in voc_read_seek()
H A Dcafdec.c422 FFStream *const sti = ffstream(st); in read_packet() local
446 } else if (sti->nb_index_entries) { in read_packet()
447 if (caf->packet_cnt < sti->nb_index_entries - 1) { in read_packet()
448 pkt_size = sti->index_entries[caf->packet_cnt + 1].pos - sti->index_entries[caf->packet_cnt].pos; in read_packet()
449 pkt_frames = sti->index_entries[caf->packet_cnt + 1].timestamp - sti->index_entries[caf->packet_cnt].timestamp; in read_packet()
450 } else if (caf->packet_cnt == sti->nb_index_entries - 1) { in read_packet()
451 pkt_size = caf->num_bytes - sti->index_entries[caf->packet_cnt].pos; in read_packet()
452 pkt_frames = st->duration - sti in read_packet()
479 FFStream *const sti = ffstream(st); read_seek() local
[all...]
H A Davformat.c43 FFStream *const sti = ffstream(st); in ff_free_stream() local
55 av_parser_close(sti->parser); in ff_free_stream()
56 avcodec_free_context(&sti->avctx); in ff_free_stream()
57 av_bsf_free(&sti->bsfc); in ff_free_stream()
58 av_freep(&sti->priv_pts); in ff_free_stream()
59 av_freep(&sti->index_entries); in ff_free_stream()
60 av_freep(&sti->probe_data.buf); in ff_free_stream()
62 av_bsf_free(&sti->extract_extradata.bsf); in ff_free_stream()
64 if (sti->info) { in ff_free_stream()
65 av_freep(&sti in ff_free_stream()
320 const FFStream *const sti = cffstream(st); av_find_default_stream_index() local
700 FFStream *const sti = ffstream(st); avpriv_set_pts_info() local
808 FFStream *sti = ffstream(st); av_get_key_frame_pos_from_stream() local
[all...]
H A Dmp3dec.c162 FFStream *const sti = ffstream(st); in mp3_parse_info_tag() local
259 sti->start_skip_samples = mp3->start_pad + 528 + 1; in mp3_parse_info_tag()
261 sti->first_discard_sample = -mp3->end_pad + 528 + 1 + mp3->frames * (int64_t)spf; in mp3_parse_info_tag()
262 sti->last_discard_sample = mp3->frames * (int64_t)spf; in mp3_parse_info_tag()
265 st->start_time = av_rescale_q(sti->start_skip_samples, in mp3_parse_info_tag()
366 FFStream *sti; in mp3_read_header() local
377 sti = ffstream(st); in mp3_read_header()
381 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW; in mp3_read_header()
439 for (int i = 0; i < sti->nb_index_entries; i++) in mp3_read_header()
440 sti in mp3_read_header()
556 FFStream *const sti = ffstream(st); mp3_seek() local
[all...]
H A Dmov.c1866 FFStream *const sti = ffstream(st); in mov_read_ares() local
1895 sti->display_aspect_ratio = (AVRational){ num, den }; in mov_read_ares()
2554 FFStream *const sti = ffstream(st);
2632 sti->need_parsing = AVSTREAM_PARSE_FULL;
2637 sti->need_parsing = AVSTREAM_PARSE_HEADERS;
2983 FFStream *sti;
2990 sti = ffstream(st);
3002 if (!sti->need_parsing && st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO)
3003 sti->need_parsing = AVSTREAM_PARSE_HEADERS;
3530 FFStream *const sti
[all...]
H A Difv.c197 FFStream *const sti = ffstream(st); in ifv_read_packet() local
199 if (ifv->next_video_index < sti->nb_index_entries) in ifv_read_packet()
200 e_next = ev = &sti->index_entries[ifv->next_video_index]; in ifv_read_packet()
206 FFStream *const sti = ffstream(st); in ifv_read_packet() local
208 if (ifv->next_audio_index < sti->nb_index_entries) { in ifv_read_packet()
209 ea = &sti->index_entries[ifv->next_audio_index]; in ifv_read_packet()
H A Dcinedec.c290 FFStream *const sti = ffstream(st); in cine_read_packet() local
295 if (cine->pts >= sti->nb_index_entries) in cine_read_packet()
298 ret64 = avio_seek(pb, sti->index_entries[cine->pts].pos, SEEK_SET); in cine_read_packet()
309 if (cine->maxsize && (uint64_t)sti->index_entries[cine->pts].pos + size + n > cine->maxsize) in cine_read_packet()
310 size = cine->maxsize - sti->index_entries[cine->pts].pos - n; in cine_read_packet()
317 cine->maxsize = (uint64_t)sti->index_entries[cine->pts].pos + n + ret; in cine_read_packet()
H A Dflacdec.c41 FFStream *const sti = ffstream(st); in reset_index_position() local
43 for (int i = 0; i < sti->nb_index_entries; i++) in reset_index_position()
44 sti->index_entries[i].pos += metadata_head_size; in reset_index_position()
312 FFStream *const sti = ffstream(st); in flac_seek() local
323 if (index < 0 || index >= sti->nb_index_entries) in flac_seek()
326 e = sti->index_entries[index]; in flac_seek()
H A Drawdec.c75 FFStream *sti; in ff_raw_video_read_header() local
85 sti = ffstream(st); in ff_raw_video_read_header()
89 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW; in ff_raw_video_read_header()
91 sti->avctx->framerate = s1->framerate; in ff_raw_video_read_header()
H A Dgxf.c107 FFStream *sti; in get_sindex() local
114 sti = ffstream(st); in get_sindex()
135 sti->need_parsing = AVSTREAM_PARSE_HEADERS; //get keyframe flag etc. in get_sindex()
141 sti->need_parsing = AVSTREAM_PARSE_HEADERS; //get keyframe flag etc. in get_sindex()
171 sti->need_parsing = AVSTREAM_PARSE_HEADERS; in get_sindex()
569 FFStream *const sti = ffstream(st); in gxf_seek() local
578 pos = sti->index_entries[idx].pos; in gxf_seek()
579 if (idx < sti->nb_index_entries - 2) in gxf_seek()
580 maxlen = sti->index_entries[idx + 2].pos - pos; in gxf_seek()
H A Dmpc.c190 FFStream *const sti = ffstream(st); in mpc_read_seek() local
198 if (index >= 0 && sti->index_entries[sti->nb_index_entries-1].timestamp >= timestamp - DELAY_FRAMES) { in mpc_read_seek()
199 c->curframe = sti->index_entries[index].pos; in mpc_read_seek()
H A Dtta.c154 FFStream *const sti = ffstream(st); in tta_read_packet() local
161 if (sti->nb_index_entries < c->totalframes) { in tta_read_packet()
166 size = sti->index_entries[c->currentframe].size; in tta_read_packet()
169 pkt->dts = sti->index_entries[c->currentframe++].timestamp; in tta_read_packet()
H A Doggparseogm.c42 FFStream *const sti = ffstream(st); in ogm_header() local
64 sti->need_parsing = AVSTREAM_PARSE_HEADERS; in ogm_header()
80 sti->need_parsing = AVSTREAM_PARSE_FULL; in ogm_header()
120 sti->need_context_update = 1; in ogm_header()
H A Dtedcaptionsdec.c280 FFStream *sti; in tedcaptions_read_header() local
287 sti = ffstream(st); in tedcaptions_read_header()
303 sti->probe_packets = 0; in tedcaptions_read_header()
306 sti->cur_dts = 0; in tedcaptions_read_header()
H A Dflic.c267 FFStream *const sti = ffstream(st); in flic_read_seek() local
271 if (!sti->index_entries || stream_index != flic->video_stream_index) in flic_read_seek()
281 pos = sti->index_entries[index].pos; in flic_read_seek()
282 ts = sti->index_entries[index].timestamp; in flic_read_seek()
H A Drl2.c241 const FFStream *const sti = ffstream(s->streams[i]); in rl2_read_packet() local
242 if (rl2->index_pos[i] < sti->nb_index_entries in rl2_read_packet()
243 && sti->index_entries[ rl2->index_pos[i] ].pos < pos) { in rl2_read_packet()
244 sample = &sti->index_entries[ rl2->index_pos[i] ]; in rl2_read_packet()
H A Ddump.c518 const FFStream *const sti = cffstream(st); in dump_stream_format() local
535 avctx->properties = sti->avctx->properties; in dump_stream_format()
536 avctx->codec = sti->avctx->codec; in dump_stream_format()
537 avctx->qmin = sti->avctx->qmin; in dump_stream_format()
538 avctx->qmax = sti->avctx->qmax; in dump_stream_format()
539 avctx->coded_width = sti->avctx->coded_width; in dump_stream_format()
540 avctx->coded_height = sti->avctx->coded_height; in dump_stream_format()
555 av_log(NULL, AV_LOG_DEBUG, ", %d, %d/%d", sti->codec_info_nb_frames, in dump_stream_format()
H A Daadec.c89 FFStream *sti; in aa_read_header() local
171 sti = ffstream(st); in aa_read_header()
176 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
185 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
193 sti->need_parsing = AVSTREAM_PARSE_FULL_RAW; in aa_read_header()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h27 explicit MipsFrameLowering(const MipsSubtarget &sti, Align Alignment) in MipsFrameLowering() argument
28 : TargetFrameLowering(StackGrowsDown, Alignment, 0, Alignment), STI(sti) { in MipsFrameLowering()

Completed in 23 milliseconds

123