| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
avformat.av_apply_bitstream_filters(avcodec.AVCodecContext codec,
avcodec.AVPacket pkt,
avcodec.AVBitStreamFilterContext bsfc)
Apply a list of bitstream filters to a packet.
|
static void |
avcodec.av_bitstream_filter_close(avcodec.AVBitStreamFilterContext bsf)
Release bitstream filter context.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Filter bitstream.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe) |
void |
avcodec.AVBitStreamFilter.Close_AVBitStreamFilterContext.call(avcodec.AVBitStreamFilterContext bsfc) |
int |
avcodec.AVBitStreamFilter.Filter_AVBitStreamFilterContext_AVCodecContext_BytePointer_PointerPointer_IntPointer_BytePointer_int_int.call(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next(avcodec.AVBitStreamFilterContext next) |
Copyright © 2016. All rights reserved.