Searched refs:input_ctx (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | qsvdec.c | 111 AVFormatContext *input_ctx = NULL; in main() local 131 ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); in main() 138 for (i = 0; i < input_ctx->nb_streams; i++) { in main() 139 AVStream *st = input_ctx->streams[i]; in main() 211 ret = av_read_frame(input_ctx, pkt); in main() 231 avformat_close_input(&input_ctx); in main()
|
H A D | hw_decode.c | 151 AVFormatContext *input_ctx = NULL; in main() local 182 if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { in main() 187 if (avformat_find_stream_info(input_ctx, NULL) < 0) { in main() 193 ret = av_find_best_stream(input_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &decoder, 0); in main() 217 video = input_ctx->streams[video_stream]; in main() 236 if ((ret = av_read_frame(input_ctx, packet)) < 0) in main() 252 avformat_close_input(&input_ctx); in main()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 1311 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_set_address() argument 1319 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address() 1460 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_configure_ep() argument 1468 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep() 1482 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, in xhci_cmd_evaluate_ctx() argument 1490 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_evaluate_ctx()
|
Completed in 5 milliseconds