Home
last modified time | relevance | path

Searched defs:ost (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c35 static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others) in close_all_output_streams() argument
44 void of_write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, in of_write_packet() argument
235 OutputStream *ost = output_streams[of->ost_index + i]; of_check_init() local
264 OutputStream *ost = output_streams[of->ost_index + i]; of_check_init() local
[all...]
H A Dffmpeg_hw.c445 int hw_device_setup_for_encode(OutputStream *ost) in hw_device_setup_for_encode() argument
[all...]
H A Dffmpeg_filter.c91 OutputStream *ost = ofilter->ost; in choose_pix_fmts() local
176 init_simple_filtergraph(InputStream *ist, OutputStream *ost) init_simple_filtergraph() argument
428 OutputStream *ost = ofilter->ost; configure_output_video_filter() local
523 OutputStream *ost = ofilter->ost; configure_output_audio_filter() local
1005 OutputStream *ost = fg->outputs[0]->ost; configure_filtergraph() local
1116 OutputStream *ost = fg->outputs[i]->ost; configure_filtergraph() local
[all...]
H A Dffmpeg_opt.c1489 static int choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost) in choose_encoder() argument
1526 OutputStream *ost; new_output_stream() local
1765 get_ost_filters(OptionsContext *o, AVFormatContext *oc, OutputStream *ost) get_ost_filters() argument
1785 check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, const OutputStream *ost, enum AVMediaType type) check_streamcopy_filters() argument
1802 OutputStream *ost; new_video_stream() local
2041 OutputStream *ost; new_audio_stream() local
2139 OutputStream *ost; new_data_stream() local
2152 OutputStream *ost; new_unknown_stream() local
2165 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); new_attachment_stream() local
2174 OutputStream *ost; new_subtitle_stream() local
2270 OutputStream *ost = output_streams[of->ost_index + i]; set_dispositions() local
2287 OutputStream *ost = output_streams[of->ost_index + i]; set_dispositions() local
2313 OutputStream *ost = output_streams[of->ost_index + i]; set_dispositions() local
2331 OutputStream *ost; init_output_filter() local
2381 set_channel_layout(OutputFilter *f, OutputStream *ost) set_channel_layout() argument
2423 OutputStream *ost; open_output_file() local
2771 OutputStream *ost = output_streams[i]; open_output_file() local
[all...]
H A Dffmpeg.c570 OutputStream *ost = output_streams[i]; in ffmpeg_cleanup() local
702 close_output_stream(OutputStream *ost) close_output_stream() argument
725 output_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int eof) output_packet() argument
751 check_recording_time(OutputStream *ost) check_recording_time() argument
764 adjust_frame_pts_to_encoder_tb(OutputFile *of, OutputStream *ost, AVFrame *frame) adjust_frame_pts_to_encoder_tb() argument
811 init_output_stream_wrapper(OutputStream *ost, AVFrame *frame, unsigned int fatal) init_output_stream_wrapper() argument
837 update_video_stats(OutputStream *ost, const AVPacket *pkt, int write_vstats) update_video_stats() argument
892 encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame) encode_frame() argument
974 do_audio_out(OutputFile *of, OutputStream *ost, AVFrame *frame) do_audio_out() argument
994 do_subtitle_out(OutputFile *of, OutputStream *ost, AVSubtitle *sub) do_subtitle_out() argument
1078 do_video_out(OutputFile *of, OutputStream *ost, AVFrame *next_picture) do_video_out() argument
1294 finish_output_stream(OutputStream *ost) finish_output_stream() argument
1320 OutputStream *ost = output_streams[i]; reap_filters() local
1400 OutputStream *ost = output_streams[i]; print_final_stats() local
1472 OutputStream *ost = output_streams[of->ost_index + j]; print_final_stats() local
1510 OutputStream *ost; print_report() local
1740 OutputStream *ost = output_streams[i]; flush_encoders() local
1794 check_output_constraints(InputStream *ist, OutputStream *ost) check_output_constraints() argument
1811 do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *pkt) do_streamcopy() argument
2333 OutputStream *ost = output_streams[i]; transcode_subtitles() local
2541 OutputStream *ost = output_streams[i]; process_input_packet() local
2666 get_input_stream(OutputStream *ost) get_input_stream() argument
2678 init_output_bsfs(OutputStream *ost) init_output_bsfs() argument
2707 init_output_stream_streamcopy(OutputStream *ost) init_output_stream_streamcopy() argument
2826 set_encoder_id(OutputFile *of, OutputStream *ost) set_encoder_id() argument
2867 parse_forced_key_frames(char *kf, OutputStream *ost, AVCodecContext *avctx) parse_forced_key_frames() argument
2930 init_encoder_time_base(OutputStream *ost, AVRational default_time_base) init_encoder_time_base() argument
2954 init_output_stream_encode(OutputStream *ost, AVFrame *frame) init_output_stream_encode() argument
3117 init_output_stream(OutputStream *ost, AVFrame *frame, char *error, int error_len) init_output_stream() argument
3280 OutputStream *ost; transcode_init() local
3463 OutputStream *ost = output_streams[i]; need_output() local
3495 OutputStream *ost = output_streams[i]; choose_output() local
3620 OutputStream *ost = output_streams[i]; check_keyboard_interaction() local
3961 OutputStream *ost = output_streams[j]; process_input() local
4239 OutputStream *ost; transcode_step() local
4331 OutputStream *ost; transcode() local
[all...]
H A Dffmpeg.h268 struct OutputStream *ost; member
/third_party/ffmpeg/doc/examples/
H A Dvaapi_transcode.c45 static AVStream *ost; variable
H A Dmuxing.c126 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream() argument
245 open_audio(AVFormatContext *oc, const AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg) open_audio() argument
311 get_audio_frame(OutputStream *ost) get_audio_frame() argument
340 write_audio_frame(AVFormatContext *oc, OutputStream *ost) write_audio_frame() argument
409 open_video(AVFormatContext *oc, const AVCodec *codec, OutputStream *ost, AVDictionary *opt_arg) open_video() argument
475 get_video_frame(OutputStream *ost) get_video_frame() argument
521 write_video_frame(AVFormatContext *oc, OutputStream *ost) write_video_frame() argument
526 close_stream(AVFormatContext *oc, OutputStream *ost) close_stream() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dwebm_chunk.c56 AVStream *st, *ost = s->streams[0]; in webm_chunk_init() local
H A Doggdec.c85 struct ogg_state *ost = in ogg_save() local
122 struct ogg_state *ost = ogg->state; ogg_restore() local
[all...]
H A Davformat.c633 avformat_transfer_internal_stream_timing_info(const AVOutputFormat *ofmt, AVStream *ost, const AVStream *ist, enum AVTimebaseSource copy_tb) avformat_transfer_internal_stream_timing_info() argument
H A Dsegment.c995 AVStream *const ost = oc->streams[st->index]; in seg_check_bitstream() local
H A Ddashenc.c2346 AVStream *const ost = oc->streams[0]; in dash_check_bitstream() local
/third_party/node/src/
H A Dheap_utils.cc396 Local<ObjectTemplate> ost = os->InstanceTemplate(); in CreateHeapSnapshotStream() local

Completed in 21 milliseconds