| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVCodecParserContext |
avcodec.av_parser_init(int codec_id) |
static avcodec.AVCodecParserContext |
avformat.av_stream_get_parser(avformat.AVStream s) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.coded_height(int coded_height) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.coded_width(int coded_width) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.convergence_duration(long convergence_duration) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_dts(int i,
long cur_frame_dts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_end(int i,
long cur_frame_end) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_offset(int i,
long cur_frame_offset) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_pos(int i,
long cur_frame_pos) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_pts(int i,
long cur_frame_pts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_frame_start_index(int cur_frame_start_index) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.cur_offset(long cur_offset) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.dts_ref_dts_delta(int dts_ref_dts_delta) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.dts_sync_point(int dts_sync_point) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.dts(long dts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.duration(int duration) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.fetch_timestamp(int fetch_timestamp) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.field_order(int field_order) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.flags(int flags) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.format(int format) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.frame_offset(long frame_offset) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.height(int height) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.key_frame(int key_frame) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.last_dts(long last_dts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.last_pos(long last_pos) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.last_pts(long last_pts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.next_frame_offset(long next_frame_offset) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.offset(long offset) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.output_picture_number(int output_picture_number) |
avcodec.AVCodecParserContext |
avformat.AVStream.parser() |
avcodec.AVCodecParserContext |
avcodec.AVBitStreamFilterContext.parser() |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.parser(avcodec.AVCodecParser parser) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.pict_type(int pict_type) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.picture_structure(int picture_structure) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.pos(long pos) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.position(long position) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.priv_data(Pointer priv_data) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.pts_dts_delta(int pts_dts_delta) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.pts(long pts) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.repeat_pict(int repeat_pict) |
avcodec.AVCodecParserContext |
avcodec.AVCodecParserContext.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avcodec.av_parser_change(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Deprecated.
use AVBitStreamFilter
|
static void |
avcodec.av_parser_close(avcodec.AVCodecParserContext s) |
static int |
avcodec.av_parser_parse2(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
long pts,
long dts,
long pos)
Parse a packet.
|
int |
avcodec.AVCodecParser.Parser_init_AVCodecParserContext.call(avcodec.AVCodecParserContext s) |
void |
avcodec.AVCodecParser.Parser_close_AVCodecParserContext.call(avcodec.AVCodecParserContext s) |
int |
avcodec.AVCodecParser.Parser_parse_AVCodecParserContext_AVCodecContext_PointerPointer_IntPointer_BytePointer_int.call(avcodec.AVCodecParserContext s,
avcodec.AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size) |
avformat.AVStream |
avformat.AVStream.parser(avcodec.AVCodecParserContext parser) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.parser(avcodec.AVCodecParserContext parser) |
Copyright © 2016. All rights reserved.