Home
last modified time | relevance | path

Searched refs:output_callback (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.h57 VTDecompressionOutputCallback output_callback; member
Dmmaldec.c216 static void output_callback(MMAL_PORT_T *port, MMAL_BUFFER_HEADER_T *buffer) in output_callback() function
440 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_init_decoder()
465 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_flush()
733 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_read_frame()
Dvideotoolbox.c1224 ret->output_callback = videotoolbox_decoder_callback; in av_videotoolbox_alloc_context_with_pix_fmt()
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp211 ctx->output_callback = new decklink_output_callback(); in decklink_setup_video()
212 ctx->dlo->SetScheduledFrameCompletionCallback(ctx->output_callback); in decklink_setup_video()
293 if (ctx->output_callback) in ff_decklink_write_trailer()
294 delete ctx->output_callback; in ff_decklink_write_trailer()
Ddecklink_common.h95 decklink_output_callback *output_callback; member