Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.h57 VTDecompressionOutputCallback output_callback; member
H A Dmmaldec.c219 static void output_callback(MMAL_PORT_T *port, MMAL_BUFFER_HEADER_T *buffer) in output_callback() function
445 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_init_decoder()
470 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_flush()
729 if ((status = mmal_port_enable(decoder->output[0], output_callback))) in ffmmal_read_frame()
H A Dvideotoolbox.c1380 ret->output_callback = videotoolbox_decoder_callback; in av_videotoolbox_alloc_context_with_pix_fmt()
/third_party/ffmpeg/libavdevice/
H A 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()
H A Ddecklink_common.h98 decklink_output_callback *output_callback; member

Completed in 5 milliseconds