Home
last modified time | relevance | path

Searched defs:ost (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dmuxing.c123 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream()
245 static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_audio()
310 static AVFrame *get_audio_frame(OutputStream *ost) in get_audio_frame()
339 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame()
408 static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_video()
473 static AVFrame *get_video_frame(OutputStream *ost) in get_video_frame()
519 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame()
524 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream()
Dvaapi_transcode.c45 static AVStream *ost; variable
/third_party/ffmpeg/fftools/
Dffmpeg.c586 OutputStream *ost = output_streams[i]; in ffmpeg_cleanup() local
720 static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others) in close_all_output_streams()
729 static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) in write_packet()
875 static void close_output_stream(OutputStream *ost) in close_output_stream()
898 OutputStream *ost, int eof) in output_packet()
923 static int check_recording_time(OutputStream *ost) in check_recording_time()
936 static double adjust_frame_pts_to_encoder_tb(OutputFile *of, OutputStream *ost, in adjust_frame_pts_to_encoder_tb()
983 static int init_output_stream_wrapper(OutputStream *ost, AVFrame *frame, in init_output_stream_wrapper()
1004 static void do_audio_out(OutputFile *of, OutputStream *ost, in do_audio_out()
1063 OutputStream *ost, in do_subtitle_out()
[all …]
Dffmpeg_filter.c96 OutputStream *ost = ofilter->ost; in choose_pix_fmts() local
436 OutputStream *ost = ofilter->ost; in configure_output_video_filter() local
529 OutputStream *ost = ofilter->ost; in configure_output_audio_filter() local
995 OutputStream *ost = fg->outputs[0]->ost; in configure_filtergraph() local
1102 OutputStream *ost = fg->outputs[i]->ost; in configure_filtergraph() local
Dffmpeg_opt.c1389 static int choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost) in choose_encoder()
1426 OutputStream *ost; in new_output_stream() local
1657 OutputStream *ost) in get_ost_filters()
1677 const OutputStream *ost, enum AVMediaType type) in check_streamcopy_filters()
1693 OutputStream *ost; in new_video_stream() local
1905 OutputStream *ost; in new_audio_stream() local
1976 OutputStream *ost; in new_data_stream() local
1989 OutputStream *ost; in new_unknown_stream() local
2002 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); in new_attachment_stream() local
2011 OutputStream *ost; in new_subtitle_stream() local
[all …]
Dffmpeg_hw.c419 int hw_device_setup_for_encode(OutputStream *ost) in hw_device_setup_for_encode()
Dffmpeg.h266 struct OutputStream *ost; member
/third_party/boost/libs/variant/test/
Drecursive_variant_test.cpp49 std::ostringstream ost; in operator ()() local
67 std::ostringstream ost; in operator ()() local
89 std::ostringstream ost; in operator ()() local
Djobs.h43 std::ostringstream ost; in to_text_impl() local
52 std::ostringstream ost; in to_text_impl() local
/third_party/boost/libs/test/test/test-organization-ts/
Ddataset-variadic_and_move_semantic-test.cpp62 friend std::ostream& operator<<(std::ostream& ost, const non_copyable_type& rhs) in operator <<()
/third_party/ffmpeg/libavformat/
Doggdec.c85 struct ogg_state *ost = in ogg_save() local
122 struct ogg_state *ost = ogg->state; in ogg_restore() local
Dwebm_chunk.c55 AVStream *st, *ost = s->streams[0]; in webm_chunk_init() local
Dsegment.c1002 AVStream *ost = oc->streams[pkt->stream_index]; in seg_check_bitstream() local
Ddashenc.c2328 AVStream *ost = oc->streams[0]; in dash_check_bitstream() local
Dutils.c5813 AVStream *ost, const AVStream *ist,
/third_party/node/src/
Dheap_utils.cc340 Local<ObjectTemplate> ost = os->InstanceTemplate(); in CreateHeapSnapshotStream() local