/third_party/ffmpeg/libavdevice/ |
D | jack.c | 91 av_fifo_read(self->new_pkts, &pkt, 1); in process_callback() 217 while (av_fifo_read(fifo, &pkt, 1) >= 0) in free_pkt_fifo() 316 av_fifo_read(self->filled_pkts, pkt, 1); in audio_read_packet()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_feedback.c | 137 av_fifo_read(s->fifo, &dst, 1); in activate() 272 av_fifo_read(s->fifo, &frame, 1); in uninit()
|
D | qsvvpp.c | 802 while (s->eof && av_fifo_read(s->async_fifo, &aframe, 1) >= 0) { in ff_qsvvpp_filter_frame() 854 av_fifo_read(s->async_fifo, &aframe, 1); in ff_qsvvpp_filter_frame()
|
D | af_alimiter.c | 317 av_fifo_read(s->fifo, &meta, 1); in filter_frame()
|
D | vf_deshake_opencl.c | 159 while (av_fifo_read(afm->debug_matches, &dm, 1) >= 0) in free_debug_matches() 1411 av_fifo_read( in filter_frame()
|
D | af_ladspa.c | 247 av_fifo_read(s->fifo, &meta, 1); in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | libvorbisenc.c | 350 if (av_fifo_read(s->pkt_fifo, &op, sizeof(ogg_packet)) < 0) in libvorbis_encode_frame() 355 av_fifo_read(s->pkt_fifo, avpkt->data, op.bytes); in libvorbis_encode_frame()
|
D | qsvdec.c | 693 av_fifo_read(q->async_fifo, &aframe, 1); in qsv_decode() 756 while (av_fifo_read(q->async_fifo, &aframe, 1) >= 0) in qsv_decode_close_qsvcontext() 871 while (av_fifo_read(s->packet_fifo, &pkt, 1) >= 0) in qsv_clear_buffers() 966 av_fifo_read(s->packet_fifo, &s->buffer_pkt, 1); in qsv_decode_frame()
|
D | avcodec.c | 395 while (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) >= 0) in avcodec_flush_buffers() 465 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1); in avcodec_close()
|
D | nvenc.c | 1792 if (av_fifo_read(ctx->unused_surface_queue, &tmp_surf, 1) < 0) in get_free_frame() 2021 av_fifo_read(queue, ×tamp, 1); in timestamp_queue_dequeue() 2462 while (av_fifo_read(ctx->output_surface_queue, &tmp_out_surf, 1) >= 0) in nvenc_send_frame() 2495 av_fifo_read(ctx->output_surface_ready_queue, &tmp_out_surf, 1); in ff_nvenc_receive_packet()
|
D | decode.c | 155 if (av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1) < 0) in extract_packet_props() 544 av_fifo_read(avci->pkt_props, avci->last_pkt_props, 1); in decode_receive_frame_internal()
|
D | amfenc.c | 472 AMF_RETURN_IF_FALSE(ctx, av_fifo_read(ctx->timestamp_list, ×tamp, 1) >= 0, in amf_copy_buffer()
|
D | qsvenc.c | 1834 av_fifo_read(q->async_fifo, &qpkt, 1); in ff_qsv_encode() 1905 while (av_fifo_read(q->async_fifo, &pkt, 1) >= 0) { in ff_qsv_enc_close()
|
D | cuviddec.c | 495 if (av_fifo_read(ctx->frame_queue, &parsed_frame, 1) >= 0) { in cuvid_output_frame()
|
D | libvpxenc.c | 330 while (av_fifo_read(*fifo, &frame_hdr10_plus, 1) >= 0) in free_hdr10_plus_fifo()
|
/third_party/ffmpeg/libavutil/ |
D | fifo.h | 153 int av_fifo_read(AVFifo *f, void *buf, size_t nb_elems);
|
D | threadmessage.c | 150 av_fifo_read(mq->fifo, msg, 1); in av_thread_message_queue_recv_locked()
|
D | audio_fifo.c | 186 if (av_fifo_read(af->buf[i], data[i], size) < 0) in av_audio_fifo_read()
|
D | fifo.c | 240 int av_fifo_read(AVFifo *f, void *buf, size_t nb_elems) in av_fifo_read() function
|
/third_party/ffmpeg/libavformat/ |
D | udp.c | 578 av_fifo_read(s->fifo, tmp, 4); in circular_buffer_task_tx() 584 av_fifo_read(s->fifo, s->tmp, len); in circular_buffer_task_tx() 1000 av_fifo_read(s->fifo, tmp, 4); in udp_read() 1007 av_fifo_read(s->fifo, buf, avail); in udp_read()
|
/third_party/ffmpeg/libavutil/tests/ |
D | fifo.c | 106 av_fifo_read(fifo, &j, 1); in main()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_mux.c | 271 while (av_fifo_read(ost->muxing_queue, &pkt, 1) >= 0) { in of_check_init()
|
D | ffmpeg_filter.c | 1133 while (av_fifo_read(fg->inputs[i]->frame_queue, &tmp, 1) >= 0) { in configure_filtergraph() 1155 while (av_fifo_read(ist->sub2video.sub_queue, &tmp, 1) >= 0) { in configure_filtergraph()
|
D | ffmpeg.c | 532 while (av_fifo_read(ifilter->frame_queue, &frame, 1) >= 0) in ffmpeg_cleanup() 539 while (av_fifo_read(ist->sub2video.sub_queue, &sub, 1) >= 0) in ffmpeg_cleanup() 598 while (av_fifo_read(ost->muxing_queue, &pkt, 1) >= 0) in ffmpeg_cleanup()
|
D | ffplay.c | 493 while (av_fifo_read(q->pkt_list, &pkt1, 1) >= 0) in packet_queue_flush() 543 if (av_fifo_read(q->pkt_list, &pkt1, 1) >= 0) { in packet_queue_get()
|