| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVBitStreamFilterContext |
avcodec.av_bitstream_filter_init(BytePointer name)
Create and initialize a bitstream filter context given a bitstream
filter name.
|
static avcodec.AVBitStreamFilterContext |
avcodec.av_bitstream_filter_init(String name) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.filter(avcodec.AVBitStreamFilter filter) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next() |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next(avcodec.AVBitStreamFilterContext next) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.parser(avcodec.AVCodecParserContext parser) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.position(int position) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.priv_data(Pointer priv_data) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.