/third_party/ffmpeg/doc/examples/ |
D | muxing.c | 123 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()
|
D | vaapi_transcode.c | 45 static AVStream *ost; variable
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 586 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 …]
|
D | ffmpeg_filter.c | 96 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
|
D | ffmpeg_opt.c | 1389 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 …]
|
D | ffmpeg_hw.c | 419 int hw_device_setup_for_encode(OutputStream *ost) in hw_device_setup_for_encode()
|
D | ffmpeg.h | 266 struct OutputStream *ost; member
|
/third_party/boost/libs/variant/test/ |
D | recursive_variant_test.cpp | 49 std::ostringstream ost; in operator ()() local 67 std::ostringstream ost; in operator ()() local 89 std::ostringstream ost; in operator ()() local
|
D | jobs.h | 43 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/ |
D | dataset-variadic_and_move_semantic-test.cpp | 62 friend std::ostream& operator<<(std::ostream& ost, const non_copyable_type& rhs) in operator <<()
|
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 85 struct ogg_state *ost = in ogg_save() local 122 struct ogg_state *ost = ogg->state; in ogg_restore() local
|
D | webm_chunk.c | 55 AVStream *st, *ost = s->streams[0]; in webm_chunk_init() local
|
D | segment.c | 1002 AVStream *ost = oc->streams[pkt->stream_index]; in seg_check_bitstream() local
|
D | dashenc.c | 2328 AVStream *ost = oc->streams[0]; in dash_check_bitstream() local
|
D | utils.c | 5813 AVStream *ost, const AVStream *ist,
|
/third_party/node/src/ |
D | heap_utils.cc | 340 Local<ObjectTemplate> ost = os->InstanceTemplate(); in CreateHeapSnapshotStream() local
|