Home
last modified time | relevance | path

Searched refs:av_fifo_read (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavdevice/
Djack.c91 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/
Dvf_feedback.c137 av_fifo_read(s->fifo, &dst, 1); in activate()
272 av_fifo_read(s->fifo, &frame, 1); in uninit()
Dqsvvpp.c802 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()
Daf_alimiter.c317 av_fifo_read(s->fifo, &meta, 1); in filter_frame()
Dvf_deshake_opencl.c159 while (av_fifo_read(afm->debug_matches, &dm, 1) >= 0) in free_debug_matches()
1411 av_fifo_read( in filter_frame()
Daf_ladspa.c247 av_fifo_read(s->fifo, &meta, 1); in filter_frame()
/third_party/ffmpeg/libavcodec/
Dlibvorbisenc.c350 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()
Dqsvdec.c693 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()
Davcodec.c395 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()
Dnvenc.c1792 if (av_fifo_read(ctx->unused_surface_queue, &tmp_surf, 1) < 0) in get_free_frame()
2021 av_fifo_read(queue, &timestamp, 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()
Ddecode.c155 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()
Damfenc.c472 AMF_RETURN_IF_FALSE(ctx, av_fifo_read(ctx->timestamp_list, &timestamp, 1) >= 0, in amf_copy_buffer()
Dqsvenc.c1834 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()
Dcuviddec.c495 if (av_fifo_read(ctx->frame_queue, &parsed_frame, 1) >= 0) { in cuvid_output_frame()
Dlibvpxenc.c330 while (av_fifo_read(*fifo, &frame_hdr10_plus, 1) >= 0) in free_hdr10_plus_fifo()
/third_party/ffmpeg/libavutil/
Dfifo.h153 int av_fifo_read(AVFifo *f, void *buf, size_t nb_elems);
Dthreadmessage.c150 av_fifo_read(mq->fifo, msg, 1); in av_thread_message_queue_recv_locked()
Daudio_fifo.c186 if (av_fifo_read(af->buf[i], data[i], size) < 0) in av_audio_fifo_read()
Dfifo.c240 int av_fifo_read(AVFifo *f, void *buf, size_t nb_elems) in av_fifo_read() function
/third_party/ffmpeg/libavformat/
Dudp.c578 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/
Dfifo.c106 av_fifo_read(fifo, &j, 1); in main()
/third_party/ffmpeg/fftools/
Dffmpeg_mux.c271 while (av_fifo_read(ost->muxing_queue, &pkt, 1) >= 0) { in of_check_init()
Dffmpeg_filter.c1133 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()
Dffmpeg.c532 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()
Dffplay.c493 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()

12