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()
525 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream()
Dvaapi_transcode.c45 static AVStream *ost; variable
/third_party/ffmpeg/fftools/
Dffmpeg.c562 OutputStream *ost = output_streams[i]; in ffmpeg_cleanup() local
693 static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others) in close_all_output_streams()
702 static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) in write_packet()
839 static void close_output_stream(OutputStream *ost) in close_output_stream()
862 OutputStream *ost, int eof) in output_packet()
887 static int check_recording_time(OutputStream *ost) in check_recording_time()
900 static void do_audio_out(OutputFile *of, OutputStream *ost, in do_audio_out()
961 OutputStream *ost, in do_subtitle_out()
1044 OutputStream *ost, in do_video_out()
1350 static void do_video_stats(OutputStream *ost, int frame_size) in do_video_stats()
[all …]
Dffmpeg_filter.c118 OutputStream *ost = ofilter->ost; in choose_pix_fmts() local
458 OutputStream *ost = ofilter->ost; in configure_output_video_filter() local
551 OutputStream *ost = ofilter->ost; in configure_output_audio_filter() local
1023 OutputStream *ost = fg->outputs[0]->ost; in configure_filtergraph() local
1128 OutputStream *ost = fg->outputs[i]->ost; in configure_filtergraph() local
Dffmpeg_opt.c1374 static int choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost) in choose_encoder()
1411 OutputStream *ost; in new_output_stream() local
1635 OutputStream *ost) in get_ost_filters()
1655 const OutputStream *ost, enum AVMediaType type) in check_streamcopy_filters()
1671 OutputStream *ost; in new_video_stream() local
1870 OutputStream *ost; in new_audio_stream() local
1941 OutputStream *ost; in new_data_stream() local
1954 OutputStream *ost; in new_unknown_stream() local
1967 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); in new_attachment_stream() local
1976 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.h260 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.c1036 AVStream *ost = oc->streams[pkt->stream_index]; in seg_check_bitstream() local
Ddashenc.c2315 AVStream *ost = oc->streams[0]; in dash_check_bitstream() local
Dutils.c5779 AVStream *ost, const AVStream *ist, in avformat_transfer_internal_stream_timing_info()
/third_party/node/src/
Dheap_utils.cc340 Local<ObjectTemplate> ost = os->InstanceTemplate(); in CreateHeapSnapshotStream() local