/third_party/ffmpeg/libavutil/tests/ |
D | fifo.c | 31 av_fifo_generic_write(fifo, &i, sizeof(int), NULL); in main() 80 av_fifo_generic_write(fifo, &i, sizeof(int), NULL); in main() 96 av_fifo_generic_write(fifo, &i, sizeof(int), NULL); in main()
|
/third_party/ffmpeg/libavutil/ |
D | fifo.h | 129 int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int (*func)(void*, void*, int));
|
D | threadmessage.c | 131 av_fifo_generic_write(mq->fifo, msg, mq->elsize, NULL); in av_thread_message_queue_send_locked()
|
D | audio_fifo.c | 129 ret = av_fifo_generic_write(af->buf[i], data[i], size, NULL); in av_audio_fifo_write()
|
D | fifo.c | 122 int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, in av_fifo_generic_write() function
|
/third_party/ffmpeg/libavdevice/ |
D | jack.c | 109 av_fifo_generic_write(self->filled_pkts, &pkt, sizeof(pkt), NULL); in process_callback() 142 av_fifo_generic_write(self->new_pkts, &pkt, sizeof(pkt), NULL); in supply_new_packets()
|
/third_party/ffmpeg/libavcodec/ |
D | libvorbisenc.c | 333 av_fifo_generic_write(s->pkt_fifo, &op, sizeof(ogg_packet), NULL); in libvorbis_encode_frame() 334 av_fifo_generic_write(s->pkt_fifo, op.packet, op.bytes, NULL); in libvorbis_encode_frame()
|
D | qsvdec.c | 517 av_fifo_generic_write(q->async_fifo, &out_frame, sizeof(out_frame), NULL); in qsv_decode() 518 av_fifo_generic_write(q->async_fifo, &sync, sizeof(sync), NULL); in qsv_decode() 783 av_fifo_generic_write(s->packet_fifo, &input_ref, sizeof(input_ref), NULL); in qsv_decode_frame()
|
D | flac_parser.c | 630 av_fifo_generic_write(fpc->fifo_buf, (void*) read_start, in flac_parse() 634 av_fifo_generic_write(fpc->fifo_buf, pad, sizeof(pad), NULL); in flac_parse()
|
D | cuviddec.c | 361 av_fifo_generic_write(ctx->frame_queue, &parsed_frame, sizeof(CuvidParsedFrame), NULL); in cuvid_handle_picture_display() 364 av_fifo_generic_write(ctx->frame_queue, &parsed_frame, sizeof(CuvidParsedFrame), NULL); in cuvid_handle_picture_display() 367 av_fifo_generic_write(ctx->frame_queue, &parsed_frame, sizeof(CuvidParsedFrame), NULL); in cuvid_handle_picture_display()
|
D | nvenc.c | 1477 av_fifo_generic_write(ctx->unused_surface_queue, &tmp_surface, sizeof(tmp_surface), NULL); in nvenc_alloc_surface() 1907 av_fifo_generic_write(queue, ×tamp, sizeof(timestamp), NULL); in timestamp_queue_enqueue() 2283 av_fifo_generic_write(ctx->output_surface_queue, &in_surf, sizeof(in_surf), NULL); in nvenc_send_frame() 2291 … av_fifo_generic_write(ctx->output_surface_ready_queue, &tmp_out_surf, sizeof(tmp_out_surf), NULL); in nvenc_send_frame() 2339 av_fifo_generic_write(ctx->unused_surface_queue, &tmp_out_surf, sizeof(tmp_out_surf), NULL); in ff_nvenc_receive_packet()
|
D | qsvenc.c | 1503 av_fifo_generic_write(q->async_fifo, &new_pkt, sizeof(new_pkt), NULL); in encode_frame() 1504 av_fifo_generic_write(q->async_fifo, &sync, sizeof(sync), NULL); in encode_frame() 1505 av_fifo_generic_write(q->async_fifo, &bs, sizeof(bs), NULL); in encode_frame()
|
D | amfenc.c | 443 av_fifo_generic_write(ctx->timestamp_list, ×tamp, sizeof(timestamp), NULL); in timestamp_queue_enqueue()
|
D | decode.c | 183 av_fifo_generic_write(avci->pkt_props, &tmp, sizeof(tmp), NULL); in extract_packet_props()
|
/third_party/ffmpeg/libavformat/ |
D | udp.c | 514 av_fifo_generic_write(s->fifo, s->tmp, len+4, NULL); in circular_buffer_task_rx() 1048 av_fifo_generic_write(s->fifo, tmp, 4, NULL); /* size of packet */ in udp_write() 1049 av_fifo_generic_write(s->fifo, (uint8_t *)buf, size, NULL); /* the data */ in udp_write()
|
D | dvenc.c | 274 av_fifo_generic_write(c->audio_data[i], data, data_size, NULL); in dv_assemble_frame()
|
D | av1dec.c | 390 av_fifo_generic_write(c->fifo, s->pb, size, in obu_get_packet()
|
D | swfenc.c | 490 av_fifo_generic_write(swf->audio_fifo, buf, size, NULL); in swf_write_audio()
|
D | async.c | 134 return av_fifo_generic_write(ring->fifo, src, size, func); in ring_generic_write()
|
D | mpegenc.c | 1225 av_fifo_generic_write(stream->fifo, buf, size, NULL); in mpeg_mux_write_packet()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake_opencl.c | 2014 av_fifo_generic_write( in queue_frame() 2023 av_fifo_generic_write( in queue_frame()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 780 av_fifo_generic_write(ost->muxing_queue, &tmp_pkt, sizeof(tmp_pkt), NULL); in write_packet() 2226 av_fifo_generic_write(ifilter->frame_queue, &tmp, sizeof(tmp), NULL); in ifilter_send_frame() 2575 av_fifo_generic_write(ist->sub2video.sub_queue, &subtitle, sizeof(subtitle), NULL); in transcode_subtitles()
|
D | ffplay.c | 441 av_fifo_generic_write(q->pkt_list, &pkt1, sizeof(pkt1), NULL); in packet_queue_put_private()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3349 and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write 3352 was changed to match av_fifo_generic_write.
|